Auto create catalog item based on table update

Sherice1
Tera Contributor

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.

3 REPLIES 3

Allen Andreas
Administrator
Administrator

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!

Hello Allen,

Thanks for response, I meant creation of catalog form not the request.

Ct111
Giga Sage

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