Hi All, Is there any way i can disable fields base...
# suitescript
s
Hi All, Is there any way i can disable fields based on role functionally instead using script? Thanks
b
Use User.role in combination with either Field.isDisabled or Field.updateDisplayType
s
Thankyou @battk