Making variable visible after task is closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 07:21 PM
Hello developers,
I need a suggestion as if it is possible to make custom variable visible on RITM once task is closed complete(this variable will be visible on catalog task).Any help is appreciated, Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 07:24 PM
Hi @servicenow14710,
It should be possible using a UI Policy or a Client Script. But what is the use case here?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 07:29 PM
Hello @James Chun :Can you please let me know how to get this condition. use case is i have a variable which will be on catalog task which is editable and mandatory. Once the task is complete this variable becomed readonly and has to be shown on RITM to know that the task is closed. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 07:57 PM
hm.. okay, so that variable will be visible only on the SCTASK until it's completed. Only when it's completed, it will be visible on the RITM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2024 10:07 AM
@James Chun : yes this the exact requirements, Thanks!