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

Section Access

Hi All,

We are using section access in the application for tab level security and it is working fine when using reload from desktop.


When load from published all the user in the access point is gettting the access of the ID used to reload. Please advise


Thanks,
Sijo

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

you need to define the user for reload with noredcution

Section access:

Load * inline [

ACCESS, ROLE, NTNAME, COUNTRY

USER, ABC, DEF, US

USER, DEF, GHI, UK

ADMIN, NOREDUCTION, XYZ, NOREDUCTION

]

You need to reload on publisher with the admin (or you define a similiar user). Important to use NOREDUCTION!

We had the same problem!

View solution in original post

2 Replies
jpapador
Partner - Specialist
Partner - Specialist

If you are using Active Directory to access access point you could do a conditional show on the sheets with the condition being:

OSUser() = 'Domain\Username'

Anonymous
Not applicable
Author

you need to define the user for reload with noredcution

Section access:

Load * inline [

ACCESS, ROLE, NTNAME, COUNTRY

USER, ABC, DEF, US

USER, DEF, GHI, UK

ADMIN, NOREDUCTION, XYZ, NOREDUCTION

]

You need to reload on publisher with the admin (or you define a similiar user). Important to use NOREDUCTION!

We had the same problem!