Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3233 Vizualizări

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.

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mar. 19
7895
0
mai 20
1769
5
feb. 20
6569
1
nov. 19
2429
1
nov. 19
4781