cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Properties in read mode

eortiz
MEGA Partner
MEGA Partner

Hi community

how can I put some properties in read mode for another user?

example:the cost column will be visible to all users but only a specific person will be able to modify it

eortiz_0-1663091373916.png

 

1 Reply

oguimard
Retired

Hello,

 

You have several approach you can take :

  • have different profile and adjust the CRUD on the MetaAttributes
  • have a workflow on the object and adjust the CRUD by profile for each step of the workflow
  • have a computed macro on the MetaAttributes that prevent update based on whatever criteria.