Add a field to the RITM and SCTASK:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 09:54 AM
Need to add below field to the RITM and SCTASK and if XYZ is selected then new task will be created
Does the source of destination address reside in any of the below? (Please check all that apply)
1) XYZ
2) ABC
3) UVW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 10:03 AM
Hi Sierra
Is you requirement specific to any catalog item?
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 10:08 AM
yes Rohila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 05:20 AM
Then create a variable in that catalog item and hide it using ui policy/script in Catalog item view and portal view.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 10:31 AM
I would create this as a variable on the Catalog Item that is hidden on the portal, but shows on the records (RITM, SCTASK). Then in my workflow for the Catalog Item, have a loop that waits until this variable changes to the magic value and then create another task.
I would not make it a field as that would make it show up for ALL tasks regardless of what Catalog Item spawned them.
Aoife