Properties in read mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13-09-2022 07:51 PM
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
1 Reply
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2022 05:03 PM
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.
