Auto create catalog item based on table update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2022 10:38 AM
Hello All,
Is there a way to auto create catalog item along with variables when new application is added to a custom table.
Thanks in Advance.
-Sherice.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2022 10:41 AM
Hi,
You could do that in an after business rule on your custom table to then order a catalog item using the CartJS API: https://docs.servicenow.com/bundle/rome-application-development/page/app-store/dev_portal/API_refere...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2022 10:44 AM
Hello Allen,
Thanks for response, I meant creation of catalog form not the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2022 10:46 AM
If you are looking to create catalog item via scripts then here is an example , you can put the same in business rule of the custom table during insert/update.
Link 1: https://community.servicenow.com/community?id=community_question&sys_id=b6fe8ba1dbdcdbc01dcaf3231f961923
Mark my Answer as Correct and Helpful if it helps