Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was attempting to modify a template I found for section access masking to allow access by user groups rather than having to specify each individual separately. I haven't been able to make it work. Users from the appropriate group get an error saying they don't have access when trying to view the application.
The user groups in question do have access to the space. They could access the application if I spelled out their usernames specifically.
Everything I've seen would seem to indicate I'm doing this correctly and the * in the username should work. The load script works properly, so I'm really stuck. Any help would be appreciated.
Hi
Can you try this
SECTION ACCESS;
LOAD * INLINE [
ACCESS, GROUP, REGION
USER, COMPANY\FINANCE_USERS, WEST
USER, COMPANY\HR_USERS, EAST
ADMIN, INTERNAL\SA_SCHEDULER, *
];
SECTION APPLICATION;