Make Variables Field - Read Only in Catalog Task Default View

hanaphouse
Giga Guru

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.

find_real_file.png

Here's one of the Catalog Tasks. As you can see, the Due Date is set as Read-only, however, the Variables are not.

find_real_file.png

1 ACCEPTED SOLUTION

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!

View solution in original post

7 REPLIES 7

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!

You again made my day. LOL! 🙂

😉 Take care!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!