- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 01:50 AM - edited 01-02-2023 02:01 AM
Hi ,
I have a Requirement, to have a Custom table in that custom table have drop down field (choice) ,drop down field have two (x and y)choices, choice field is empty related fields are should not be visible, when i am selected (x or y) in choice related fields are should be visible on the form
related field are (a & b & C & d &e)
please help me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 02:01 AM
Hi @karishma shaik,
You can write a UI policy on the Table with condition as Choice is None Or Choice is In Progress and add 2 new UI policy actions for the other fields. On the UI policy action for 2 fields, set "Visible to false".
Please Hit like, Helpful or Correct depending on the impact of the response. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 02:01 AM
Hi @karishma shaik,
You can write a UI policy on the Table with condition as Choice is None Or Choice is In Progress and add 2 new UI policy actions for the other fields. On the UI policy action for 2 fields, set "Visible to false".
Please Hit like, Helpful or Correct depending on the impact of the response. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 02:05 AM
Hi,
Some images would help to understand your issue, but as Hardik2109 already mentioned, creating a UI policy is probably easier and more maintainable than working with a Client script.