Cannot Create Advanced scripted write ACL from global scope for a field in a different scopeProblemWhen trying to create a Write ACL from global scope for a field in another scope, the advanced option is removed as soon as the table is selected, even when cross scopes are created not able to do it Steps to reproduce Be sure the table you are using was created in global scope and the field created was in a different scopeGo to Access ControlCreate a new record on the other scopeObserve the advanced option is removed as soon as the table (from step#1) is selected Root CauseAccording to the documentation, that is not possible to create an advanced scripted ACL if the table and the field are in different scopes due to definition restrictions. Please review this for more information. Creation restrictions across application scopes=> https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/applications/reference/r_CreationRestrsAcrossAppScopes.html Workaround1. Create a new field on the global scope2. Move the information from the scoped field to the new field3. Disable the old field4. Create the ACL under the new field created on step #1