Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SECTION ACCESS

I dont have Publisher so I am using the following in the script. but its not working, WHat am I doing wrong here and can we restrict the Admin too.  Please help

Section

Access;
LOAD * INLINE [
ACCESS, NTNAME,FIELD_NAME
USER, DOMAIN\ABC,M
ADMIN,DOMAIN\XYZ
]
;
Section Application;
Star is *;

3 Replies
maxgro
MVP
MVP

there is an old but very good doc to get start on section access, see attachment

on server there is no admin for section access, all users (USER and ADMIN) have USER status; so the admin too is restricted

please, post the script for section application

Not applicable
Author

I followed teh same example and  it does not work


maxgro
MVP
MVP

this is a small working example

login with USER USER1 USER2 and then modify as you want