Business rule to trigger catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 02:22 PM - edited 04-21-2024 02:22 PM
Hello Experts,
In the scoped custom application.. I need to submit catalog item when a ticket is updated..
not sure how BR should be like.. any help with script is much appreciated.
thanks,
Rocky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 05:27 PM
You can define a BR to run when a record in the "ticket" table is updated, that creates a record in the sc_cat_item table.
look at OOB examples in your instance:
https://<instance_name>.service-now.com/sys_script_list.do?sysparm_query=GOTOnameSTARTSWITHCreate&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 05:38 PM
Hi Bert,
I am not looking to create a catalog item. But looking to submit an existing catalog item when a ticket in the scoped application is updated. Like CartJs which is not working in scoped app.
thanks,
Rocky.