How to hide field based on field from another table

Kasia5
Tera Contributor

Hi All,

In Requested Item form I have a checkbox field 'Fast Track' (sc_req_itme.u_fast_track), but this field should be visible only when checkbox field 'Fast Track allowed' on Catalog Item form (sc_cat_item.u_fasttrack_allowed) is true. How can I achieve this? Do I need to create Script Include and Client Script or...? 

Thanks in advance

1 ACCEPTED SOLUTION

chrisperry
Giga Sage

You can accomplish that with a dot-walked UI policy on sc_req_item table.

So something like this should work (replace the fields with your field requirements accordingly):

find_real_file.png

If this answer is helpful please mark correct and helpful!

Regards,

Christopher Perry

If this answer is helpful please mark correct and helpful!

Regards,
Chris Perry

View solution in original post

2 REPLIES 2

chrisperry
Giga Sage

You can accomplish that with a dot-walked UI policy on sc_req_item table.

So something like this should work (replace the fields with your field requirements accordingly):

find_real_file.png

If this answer is helpful please mark correct and helpful!

Regards,

Christopher Perry

If this answer is helpful please mark correct and helpful!

Regards,
Chris Perry

Obviously! 🙂 Thank you!