Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does anyone have any experience using the <ALL> keyword to return all values in a reduction field in Section Access? I'm trying to avoid using the '*' because I really need to see ALL values for a few users, not just the values represented in the section access table. When I use <ALL>, I get and 'Access Denied' error.
Any help would be greatly appreciated!
Hi,
Either leave the field blank (to see everything)
or create a LINK table.
<ALL> will be related to each of the item in this table
Fabrice
Maybe this blog post helps: Basics for complex authorization
Hi
Please add one dummy user ii section access table assign * in reduction field and then leave blank for reduction for which user you wants access all field not only all listed field.
please find the attached demo for same where admin can access all regions.
ACCESS, USERID, PASSWORD, REGION
ADMIN, ADMIN, ADMIN,
USER, USER1, U1, AFRICA
USER, USER2, U2, AMERICA
USER, USER3, U3, ASIA
USER, USER4, U4, EUROPE
USER, USER5, U4, AMERICA
USER, USER5, U5, *
Thanks