form section to be visible only if the field value is null
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 05:49 AM
How can i show a section on the form based on the field value when it is null. can i achieve this using UI policy?
for eg: if the field value on form for "Billing ID" is null then the new section "Billing Details" should be visible which contains 4 different fields?
Labels:
- Labels:
-
Incident Management
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 05:56 AM
Hey. Yes you can do this using UI Policy or scripting. Personally I would just use a UI Policy.
Set your trigger to be Billing ID IS EMPTY and then set View = FALSE for the fields you want to hide.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 06:19 AM