- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 11:14 PM
Hello
I want to show specific variables on the Catalog Task, The variable should be hidden for another task and RITM in workflow, had a generic solution based on a Onload client script -short description Which I don't want to proceed
The variable should become mandatory when we try to close the task with the ui action "Close Task"
'
Please suggest some good solution
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2025 10:34 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 11:21 PM
Hi @Hemant Ch ,
Will that variable be a part of any catalog item or we need to create that variable on the task table?
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:03 AM
the only way is to use onLoad client script and determine the task is 2nd or 1st
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2023 09:21 PM
Hello @Ankur Bawiskar
How to Determine the task is 2nd or 1st?, Five tasks are creating at a time from Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2023 10:54 PM
One sort of unique identifier would be combination of catalog task name(short description) and catalog name to identify which task it is. So you need to use them onLoad client script and can achieve this.