Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3555 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 19
8192
0
maj 20
1992
5
lut 20
6799
1
lis 19
2701
1
lis 19
4995