sanity check. If there's a Client Script that has ...
# suitescript
r
sanity check. If there's a Client Script that has to touch another record that not all Role's have access to, then the only way to ensure it runs without a permission error is 1. Have the Client Script call a Suitelet, which executes as Admin 2. Move the business logic out of the Client Script into a User Event if able, which also executes as Admin
a
3. give all roles permissions to that record 😛
🫠 4
but yeah 1 and 2 are usually the choices 😉
r
you just made me shudder because I've had to explain to management why #3 is a terrible idea 😄
🤣 3
but thanks for confirming