Skip to Content
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3251 Представления

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.

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
мар. 19
7897
0
мая 20
1770
5
февр. 20
6570
1
нояб. 19
2431
1
нояб. 19
4782