---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Apply ACL script conditions to reference fields

# Apply ACL script conditions to reference fields {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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.  
Hinweis:  
For more information on creating system properties, see [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=australia&pubname=australia-platform-administration&ft:locale=en-US).  
{#r_ContScriptCondAppRefFld__table_vf1_5ff_2r__entry__2}

| Property | Description |
|-|-|
| glide.sys_reference_row_check | Controls whether the script conditions of Access Control Rules apply to a table's reference fields. * Type: true \| false * Default value: false * Location: [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=australia&pubname=australia-platform-administration&ft:locale=en-US) to the System Properties \[sys_properties\] table {#r_ContScriptCondAppRefFld__ul_blj_wff_2r} |
[Tabelle : 1. System property]

{#r_ContScriptCondAppRefFld__table_vf1_5ff_2r}  
Hinweis:  
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).

