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
Ben Tanner
09/07/2023, 5:55 PM
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
David B
09/07/2023, 9:00 PM
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
Tyn Guardian
09/07/2023, 10:58 PM
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
David B
09/07/2023, 11:00 PM
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
David B
09/07/2023, 11:00 PM
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)