Skip to Content
मेन्यू
This question has been flagged
1 Reply
3802 Views

Hi,

I have created two group one for user and one for manager I want to restrict user to edit form only in draft state. but the user can view it in all the state and the only manager can edit the form once it is in an approved state.

Anyone could help me achieve this.

Avatar
Discard
Best Answer

Create Record Rules using domain

1. User has Edit access only where

[('state', '=', 'draft')]​

and read access for all states

[(1,'=',1)] 

2. Manager has full access for Edit

[(1,'=',1)] 

More information on Record Rules

Avatar
Discard
Related Posts Replies Views Activity
1
मार्च 19
8475
0
मई 20
2285
5
फ़र॰ 20
7061
1
नव॰ 19
2954
1
नव॰ 19
5204