I have a number of scripts that require Lists >...
# suitescript
d
I have a number of scripts that require Lists > Employees access, in order to retrieve employee information such as class, sales role, supervisor, etc. Were running into an issue though, where employees with that permission can view any information on an employee record. I thought I had this locked down by forcing them to use a specific form when viewing an employee record, but it looks like they can still see sensitive information by going customizing a view when viewing a list of employees. Is there an easy way to lock this down or prevent employees from viewing others' information? Thanks.
b
if this is a serverside script, set up the deployment
execute as role
d
There are serverside scripts and client scripts. 😕
b
you will have a hard time restricting a role from accessing data it has permission to access
you will have better luck rewriting the client scripts to make calls to suitelets to get your data
d
Thanks. That looks to be the only option, so far. Thanks for your help!