Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I Have implemented section access (row level security) in my application, desktop its working fine but in access point its not working as expected.
i am seeing the ADMIN Data not the user level data
Example:
ACCESS , NTNAME, REGION , COUNTRY, LEVEL
ADMIN, NT1, ASIA PAC, *, *
USER, USER1, EUROPE, *, A1
I supposed to see Europe , all country and A1 level but i am seeing ASIA PAC data .
please let me know why its taking ADMIN Data in my ID
Thanks in advance
NTNAME should include your domain
ACCESS , NTNAME, REGION , COUNTRY, LEVEL
ADMIN, YOURDOMAIN\NT1, ASIA PAC, *, *
USER, YOURDOMAIN\USER1, EUROPE, *, A1
In addition to Clever's remark, keep in mind that a star in a Section Access field means: all values in that column in that Section Access table, not all values in the field in your entire data model. Wildcards don't travel from Section Access into Section Application.