Limit visibility of UI link under related links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 10:44 AM
I would like to hide a UI link under Related Links. I want that link to be available only on DRAFT stage for all DEMANDS.
I know that the condition field controls the visibility of that UI link.
What is the correct script to put in the condition field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 11:23 AM
Hi @r2024,
Please refer to the thread below regarding the UI Action by using the Condition Field:
Please let me know if this helps! You can mark this answer as "Correct" if it resolves your issue, and "Helpful" if you find it valuable.
Thanks,
Astik Thombare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 11:33 AM
Hello Astik,
It didn't help me. I need to know the script to put in the condition field to have the UI link to only on the DRAFT stage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:43 AM
Hi @r2024 ,
Please take help of below script
current.<column name of Stage Field > == Choice value of Draft
Please let me know if this helps! You can mark this answer as "Correct" if it resolves your issue, and "Helpful" if you find it valuable.
Thanks,
Astik Thombare