Make field visible when specific condition met
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 03:26 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 03:46 AM
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 mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.