What does false mean in scripting in acl.

Sharath goud1
Giga Contributor

find_real_file.png

 

6 REPLIES 6

AnirudhKumar
Mega Sage
Mega Sage

It means the ACL does not give permission

Then how does this field work without  giving any attributes and and making acl false. how will it calculate child incidents . could you please explain . find_real_file.png

 

Hii @Sharath goud,

 

If you want to restrict all user not to access "child Incidents" field, change script command:-

If you  unchecked Admin override the even admin can't see the field because restriction applied for everyone.

write in Acl script:-

 

 answer = false;//instead of writing false directly.

 

Please Mark Helpful below:- 

Sharath,

The Child Incidents field value is auto-calculated. There is a Business Rule called 'Update Child Incidents' that finds out how many incidents are children to the current incident and updates the number.

The reason why the ACL is created but the script gives no access to anybody is that we don't want people to manually update this field. A prankster can easily set the child incidents value to 100 where there are actually none.