Create ACL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 07:17 AM
I want to create an ACL to control whether the role can create record. If I want to use this ACL, it can only be created when field A is empty, otherwise it cannot. Can I use an ACL to implement this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 12:56 AM
Hello @zs1
if(current.field_A == ''){
answer=true;
}
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh