Hi All,
I have created custom field in sales order but I want it to editable by a particular user, for rest of the user it should be viewable/read only. Please help in regards to condition script.
Hi All,
I have created custom field in sales order but I want it to editable by a particular user, for rest of the user it should be viewable/read only. Please help in regards to condition script.
Hi, @rahul2
Assign a specific permission level, such as 1, 2, or 3, to the particular user. Also, update the custom field permission level to 1 or 2, matching the user’s assignment. This will ensure that only users with the corresponding permission level can edit the field.
(You don’t have to write any script)
reference- Managing Perm Level in Permission Manager
Thanks
Great