İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3859 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Mar 19
8491
0
May 20
2319
5
Şub 20
7077
1
Kas 19
2987
1
Kas 19
5211