Skip to main content
Topic: --CurrentRecordDetail-- makes the field selectable to go to the detail (Read 2448 times) previous topic - next topic

--CurrentRecordDetail-- makes the field selectable to go to the detail

--CurrentRecordDetail-- makes the field clickable to go to the detail of the record (view?) or to the set relation record in the master detail page.
When I not specify a master detail page, the link always shows the message " you are not authorized to access this page!"  it makes no difference if I am logged in as User or Administrator.
is this correct behavior?

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #1
@franklin
1. --CurrentRecordDetail-- is the record that would have been displayed in the field you are working on if you didn't configure Master Details Page, or you can display records from the Details table by selecting the table column you want to display.

2. Please provide screenshots and explain clearly, thanks.

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #2
thx,
the field I am working on is the primary key field,
if I do not specify the master detail relation then --CurrentRecordDetail-- setting of the label fieldlink,
then i get the message " you are not authorized to access this page!" when I click on the link of the primary key field. in the "list" view


Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #4
some screenshots

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #5
@franklin‍ please make sure you have configured Authentication and Roles and permission correctly and also check that the user role has access to the view page of the page you are working on. From my end, everything works fine.

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #6
I checked that, also when I login as administrator with all boxes ticked still get the message.
but for now I have a work around for the problem

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #7
@willvin, I also have this problem.

When using --CurrentRecordDetail-- it is going to a different link instead of the view link

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #8
Same happen with me also...

 

Re: --CurrentRecordDetail-- makes the field selectable to go to the detail

Reply #9
problem still exists...
when there are no rights set it works, but when some access policy is in place it does not work.
the currentrecorddetail refers to a url like http://sitename/pagename/115  where 115 is the record id
this result in no access, if you change the url to
http://sitename/pagename/view/115  is works.