Solved

Making columns readonly on customerOrderLine for all user

  • 26 February 2021
  • 2 replies
  • 109 views

Userlevel 3
Badge +9

What is the quickest way to make specific columns read-only for all users. User Profiles?

icon

Best answer by Tj12 27 February 2021, 07:18

View original

This topic has been closed for comments

2 replies

Userlevel 3
Badge +8
  1. Make the changes in form level and apply it to base profile 
  2. Conditional field 
  3. Custom event ( my favorite as it can be applied globally and have more control since read only means you  don't want user to change old value )
Userlevel 3
Badge +9
  1. Make the changes in form level and apply it to base profile 
  2. Conditional field 
  3. Custom event ( my favorite as it can be applied globally and have more control since read only means you  don't want user to change old value )

I did it using the Events and indeed it is the easiest and best method which can be applied globally.