- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 10:10 AM
I have created a UI Policies to set Due Date and Variables as Read-only for the sc_task table. However, the Variables are not disabled in Default View.
Here's one of the Catalog Tasks. As you can see, the Due Date is set as Read-only, however, the Variables are not.
Solved! Go to Solution.
- Labels:
-
Request Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 11:08 AM
Hi,
Ok, for an entire platform fix, you can create an onLoad client script on the sc_task table with script as:
g_form.setVariablesReadOnly(true);
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 11:08 AM
Hi,
Ok, for an entire platform fix, you can create an onLoad client script on the sc_task table with script as:
g_form.setVariablesReadOnly(true);
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 11:15 AM
You again made my day. LOL! 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 11:16 AM
😉 Take care!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!