Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can I load the users of the active directory into section access table?
how can I restrict or reduce data for each user?
I mean out of the users some are allowed to see data for a specific country others are allowed to see data for other countries
while some may see everything
Hi Ali,
Yes you can put users of the active directory into section access table.
Example:
//=====================
Star is *;
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, REDUCE
ADMIN, DOMAIN/ADMIN, ALL
USER, DOMAIN/USER1, FRANCE
];
Section Application;
REDUCE, COUNTRY
ALL, *
FRANCE, FRANCE
//====================
where COUNTRY is the field for reduce
Then in application, Settings => Document properties => Open => and mark "Initial Data Reduction Based on Section Access" and "Strict Exclusion"
Best regards,
Mihai