Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone.
I've tried just about everything I could find about Section Access and I can't seem to get it to work.
I threw together a sample data set and it's just not working.
Example:
Section Access;
Load * Inline [
ACCESS, USERID, REDUCTION
USER, AD\company.user, 1
ADMIN, INTERNAL\SA_SCHEDULER,*
];
Load * Inline [
ACCESS, USERID, REDUCTION
USER, DUMMY\DUMMY, 1
USER, DUMMY\DUMMY, 2
];
Section Application;
Country:
Load * Inline [
COUNTRY, TYPEOFHEAD, REDUCTION
BELGIUM, MONARCH, 1
FRANCY, PRESIDENT, 2
UK, MONARCH, 1
];
Could anyone help me out?
Thanks in advance!
Kind regards,
Tim P.
Hard to tell.
The Userid must be User Directory\loginid that matches how the user was loaded into your system. Can't tell based on your example.
Not sure what the 2nd Inline Load is doing? Looks like you are just adding more users to the SA list.
When I log in to QS, the username is vhadmin. the userId is vh.admin (with a dot)
Which one should I use?
The second inline load is to ensure when there's a user with a * in the reduction field, the * is matched to 1 AND 2, and not just 1.