Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3217 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
mars 19
7881
0
mai 20
1732
5
févr. 20
6557
1
nov. 19
2382
1
nov. 19
4777