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

How to Add Admin in Access point to view Entire Data

Hi All,

I am using three fields in Section Access that are ACCESS,NTNAME and SECURITYKEY. We have many values in SECURITYKEY.

when I am adding ACCESS as ADMIN,NTNAME AS 'XXX'(NTNAME IN UPPERCASE) and * for SECURITYKEY.It work fine in local but not working in Access point.So how can we add Admin to Section Access.

Thank you All

Ramgopal

5 Replies
JonnyPoole
Employee
Employee

ADMIN access won't be recognized in access point.  (see documentation screenshot below)

You need to add the NTNAME of the ADMIN on a 2nd new row in the section access table and give it a USER access as well.

Untitled.png

JonnyPoole
Employee
Employee

PS:  Depending on your data and your Section Access table, you may need to replace '*' and put a blank entry instead. And then remove 'strict exclusion' from the document properties /opening tab (followed by a refresh). 

This will ensure the admin user that comes in with USER access on the web will see all data, not just the values referenced in other lines in the section access table. 

If all possible values are referenced in the section access table, then '*" will work fine with no need to change the setting

Not applicable
Author

I added like that only

ACCESS, NTNAME, SECURITYKEY_MANAGER

    ADMIN, CAP\RAM,*

JonnyPoole
Employee
Employee

So you need to add a line like this and reload and retest on web .  (you may need additional changes if you only see some of the data... see my 2nd note above)

ACCESS, NTNAME, SECURITYKEY_MANAGER

ADMIN, CAP\RAM,*

USER, CAP\RAM,*



****IMPORTANT******   make a backup ALWAYS !  when attempting any change to the SA table. 

Not applicable
Author

Hi please close this thread