- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 06:26 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 06:30 AM
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):
If this answer is helpful please mark correct and helpful!
Regards,
Christopher Perry
Regards,
Chris Perry

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 06:30 AM
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):
If this answer is helpful please mark correct and helpful!
Regards,
Christopher Perry
Regards,
Chris Perry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 01:00 AM
Obviously! 🙂 Thank you!