Create ACL

zs1
Tera Contributor

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

Samaksh Wani
Giga Sage
Giga Sage

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