Cross-scope Scripting and non writable fieldsIssue Users are receiving the following error - "Security restricted: Access to api 'setValue(table.sys_id)' from scope 'x_table_name' has been refused due to the api's cross-scope access policy"CauseCross-scope Scripting has some limitations. There are several fields that are non-writable with cross-scope scripting (sys_id, number and sys_mod_count).ResolutionTo work around this limitation users often create a custom field (for example, u_number) and script a business rule to copy over values to the custom field.In this example, u_number would be Cross Scope Writable and you can build your script on this field.