- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2017 07:50 PM
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.
Solved! Go to Solution.
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2017 05:33 AM
There should be another check box: Allow Configuration - i believe that needs to be checked,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2017 05:33 AM
There should be another check box: Allow Configuration - i believe that needs to be checked,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2017 03:53 AM
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 !