跳至内容
菜单
此问题已终结
1 回复
3385 查看

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

形象
丢弃
相关帖文 回复 查看 活动
1
3月 19
8027
0
5月 20
1846
5
2月 20
6659
1
11月 19
2498
1
11月 19
4829