We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

After RITM Creation how to create Standard change

Rama26
Tera Contributor

Hi All,

 

I have two catalog forms, each with its own template. Once the RITM is submitted, a Standard Change should be created based on the corresponding catalog item.

 

I tried to store the form and template sys_id in system property and used business rule. but it's not worked.

 

 

5 REPLIES 5

Okay, let's skip the business rule entirely. I do not get how you'd want to trigger that.

 

Here's what I meant, and how you could do, a very simple example of a Flow that triggers on submit of your catalog item, and creates a standard change.

All configuration, no coding required.

 

create-std-change-after-catalog-submit.png