Apply ACL script conditions to reference fields
Use the glide.sys_reference_row_check system property to enable scripted conditions for reference fields.
The default behavior is intended to improve instance performance. If you want to enable script conditions for reference fields, add the following system property.
Remarque :
For more information on creating system properties, see Add a system property.
| Property | Description |
|---|---|
| glide.sys_reference_row_check | Controls whether the script conditions of Access Control Rules apply to a
table's reference fields.
|
Remarque :
If the glide.sys_reference_row_check system property is not
present, or has been set to false, script conditions for Access Control Rules are not
applied. This means an ACL containing scripted conditions will pass it's check as long as
the other ACL criteria are met (such as role requirements).