Hi there,
I have a Page that's based on a large table containing some sensitive information that I don't want certain users to view/filter on.
How do you do this?
I attempted this by using the Access By Permission property behind the relevant field.
I tried setting up a bogus Page that particular users does not have access to. I then attached this Page to the Access By Permission property behind the field I don't want these users to view/filter on.
I made sure that on the Admin console the UI Elements Removal is set to LicenseFileAndUserPermissions.
This doesn't seem to work. Is there anything I'm doing wrong, or is there another way of doing this. Thanks.
1
Comments
1) Have you checked that the user(s) do not have access to the permissions you have set in the AccessByPermission property?
2) Have you restarted the NST after making the change to the UI Elements property?
As an alternative you should consider storing sensitive data in a separate table (& encrypting it) - have a look at how this is done in standard NAV (filter on objects '*Payment Credit Card*')