BR in Scoped Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 12:25 AM
Hi All,
If a BR is created in a scoped application on a table for ex : "sc_request" and when to run is request state changes to closed complete , so will this BR trigger when requests move to state Closed Complete or this BR will work only for those request related to this scoped application. Also if not executing the logic but will a check be performed for this BR or not ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 01:03 AM - edited 02-08-2024 01:13 AM
Hello @Anubhav24 ,
Follow these steps to give cross-scope access to any module:
- Navigate to System Application > Application Cross-Scope Access
- Click on New to create a new record
- In the form, fill in the following data:
- Target Scope: Select the module (eg: "Enterprise Release Management")
- Target name: The name of the object being requested (eg: "SysRelatedList")
- Target type: Select the type of object (eg: "Script Include")
- Status: Allowed
OR
Follow these steps to RCA to any module:
- Navigate to System Application > Restricted caller access privileges
- Click on New to create a new record
This might help you @Anubhav24
Marke helpful or correct if it helps you @Anubhav24 so other people find this quickly.
Thanks,
Sanket Landge

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 01:30 AM
Hi @Anubhav24,
I feel that much of this is dependent on the target table's Application Access settings.
If you hover over the different permissions such as Can read, Can create, etc., you would see that it is about allowing other applications to run scripts to perform CRUD operations.
Hope this helps.