コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4838 ビュー

I have a publisher group . They have the permission to read/write/delete for their created records only. i.e ('create_uid','=', user.id).

This is working fine.  But my requirement is they can also read records created by other publisher , i.e.('create_uid','!=', user.id) where only read permission will be applicable.  

But When i write the record rule for that domain , i am able to read/write /delete other's record. is there any other way around or am i doing anything wrong. 


アバター
破棄
最善の回答

It's simpler to set the domain for the second record rule as [(1,'=',1)]

You are granting Read access to all records, and Full access to their own records. 

アバター
破棄
関連投稿 返信 ビュー 活動
2
1月 24
3173
0
1月 24
1517
0
12月 20
2076
0
6月 17
3090
1
10月 15
3966