Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!
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'
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!