I want to write a client script in Global scope for a table in my custom app. Can't find the table in the list of tables displayed when I open a new client script.

shreyask
Kilo Contributor

Since I can't make variables in a variable editor read only or hidden in custom application scope via a client script (limitations also discussed in other community topics), I thought of writing a client script in Global scope for the table in custom app.

However, I can't see the table in my custom app under the list of tables displayed when I open a client script in Global scope. It seems possible for the tables in HR scope (I can see 'sn_hr_core_case' table in the available tables).

Is there any specific cross scope privilege that I need to configure?

Please note that 'Runtime Access Tracking' field is configured as 'Tracking' for my custom app. Also, 'can read' , 'can create' and 'can update' options are enabled in the custom app table. 'Accessible from' is configured as 'All Application Scopes'.

If there is any other way to make variables in a variable editor read only in custom app scope, do let me know.

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

There should be another check box: Allow Configuration - i believe that needs to be checked,


View solution in original post

2 REPLIES 2

Michael Fry1
Kilo Patron

There should be another check box: Allow Configuration - i believe that needs to be checked,


Fantastic. Thanks Michael. Enabling ''Allow Configuration" worked.



I did think about it earlier. However, sn_hr_core_case table in HR scope does not have it enabled and we still can create in a new client script in Global scope for it. That confused me !