Hi all, I'd like to prevent users to editing Sales...
# suitescript
k
Hi all, I'd like to prevent users to editing Sales Team Subtab for specific roles on client script. Does anyone know how to accomplish this?
b
non suitescript answer is to use a custom form that has the Sales Team subtab setup to not show
suitescript answer is to hide everything in the sales team subtab
that should consist of setting the display type of the sales team sublist to hidden
k
could you send me link to the answer?
b
use a before load user event script to access the form: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4407991781.html
get the sales team sublist (probably has the id of something like 'salesteam'): https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4339685468.html