Make field visible when specific condition met

Alon Grod
Tera Expert

Hi,

 

I have the field 'Allocated Asset' on the sc_task table. I need to make it visible only when the catalog item that the task is created for is 'Add / Return PC' and only when the variable 'Add or Return?' is populated with 'Loan' value.

I tried to create a UI Policy on the sc_task table. I have the first condition correct but I cant find the related list that responsible for the variables of the catalog item. What should I do?

 

1 REPLY 1

Basheer
Mega Sage

Try the solution using workflow and client script where you can access the variables.

Add the variable on the task through workflow

write a client script and access that variable using g_form.variable_name

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.