Is there a way to remove the -New- on the dropdown...
# suitescript
t
Is there a way to remove the -New- on the dropdown list, besides on removing the role of the user on the permission with Create/Edit access?
b
The -New- option appears when the user has access to create entries for that list. I'm not sure you can get around that.
☝️ 1
d
only way I can think of (I'm not actually recommending this), is to create a dummy list/record field in UE beforeLoad with all the options, then commit the user selection back to the actual field in beforeSubmit
t
agree to this @Ben Tanner, but this user keep bugging me to find away 😵 @David B yeahh.. its too much work for just a nice to have request thanks guys, I just thought there's another way but it seems we all have the same thoughts 🙂 keanu thanks
d
one more thought, if it's just the one user bugging you about it (and they truly don't need the ability to create/edit that record type), just add a global permission to their employee record for that record type and set it to
view
that way you're not changing the permission for all users with that role (which I presume is what you're trying to avoid doing)