Displaying related link/s in real time based on a condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 07:41 AM
Hi, does anyone know how to display a related link/s in real time based on condition. Just like a UI Policy
Example:
If state is In "progress" then It is changed to "On hold" the related link/s will be visible in real time without saving the form yet just like the configuration of a UI policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 11:49 AM
Hi Blitz,
If you are unable to accomplish what you need via UI Policy, have you tried an On Change client script. That will give you the flexibility to set values and control what is or isn't visible.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 07:48 PM
I already tried it using g_form.setDisplay in client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 07:59 PM
This was my script