Map to fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 08:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 09:03 PM
Hi @TimothyD9136024 ,
That you can do it via workflow or the flow which you are using. Just add an run script activity or an Action based on the what the catalog item is following and set the Business service and Service Offering.
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 09:05 PM
you can use workflow run script to set the values
OR
you can use flow designer update record action
Note: those are checkboxes and your fields are reference so ensure you set the correct sysIds
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
‎02-25-2025 09:11 PM
Hi @TimothyD9136024 ,
If you creating the process engine via Flow Designer then with the help of Action Update Record and then select the trigger point which is actually an RITM record and then you can update any field of an RITM record. Refer Snip
Or you can also create an Business rule on RITM table, with condition "Item" = "Your Catalog Item" and set the value of your required fields as per your use case.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Rohit