BR in Scoped Applications

Anubhav24
Mega Sage
Mega Sage

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 ? 

6 REPLIES 6

SanketLandge1
Kilo Guru

Hello @Anubhav24 ,

 

Follow these steps to give cross-scope access to any module:

  1. Navigate to System Application > Application Cross-Scope Access

  2. Click on New to create a new record

  3. 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:

  1. Navigate to System Application > Restricted caller access privileges
  2. Click on New to create a new record
  3. Screenshot 2024-02-08 1439501.png

 

This might help you @Anubhav24 

 

Marke helpful or correct if it helps you @Anubhav24 so other people find this quickly.

 

Thanks,

Sanket Landge

Arpan Baishya
Kilo Sage

Hi @Anubhav24,

 

I feel that much of this is dependent on the target table's Application Access settings. 

 

ArpanBaishya_0-1707384505288.png


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.