Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4200 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 19
8784
0
Mei 20
2649
5
Feb 20
7491
1
Nov 19
3274
1
Nov 19
5427