Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does the "initial section based on section access" and "initial data reduction based on section access" work off exactly the same code?
Also if someone is set up as ADMIN can you still initially select or as they are set up as Admin will they automatically see everything?
Can someone tell me how I can seet up the simplest form of section access for the initial selection based on section access?
ie below If i have the ACCESS & NTNAME, I want to set up groups for each user which i will then define in the section application for the individual data it relates too, if i link the two columns as "GROUP" and then the second column in my selection application code as a field in my data will this automatically link?
Section Access;
LOAD * INLINE
[
ACCESS, NTNAME, GROUP
ADMIN, AD\MAGINJ, All
];
Section Application;
LOAD * INLINE
[
GROUP, Group Code ID
All, '14*'
];
Hi,
See if this will help you.
Bill