Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3250 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
März 19
7895
0
Mai 20
1770
5
Feb. 20
6570
1
Nov. 19
2431
1
Nov. 19
4781