Standard changes are created as soon as the template has been selected

Steve_wd
Tera Contributor

Hi All,

I am trying to setup the standard Change catalog, and the default behaviour is a little annoying.

When you browse the catalog of standard change templates, then select one, a new CR form opens up on the screen. The issue is this has already been saved before anything has been entered. This means if you've selected the wrong template, there is no way to back that out without cancelling a change.

Does anybody know how to configure this to no longer occur?

Thanks.

Steve.

1 ACCEPTED SOLUTION

Dominik Simunek
Tera Guru

HI Steven,



To change it, you would need to customize "StdChangeProcessor" processor where all the magic is happening when you click a Standard Change Template in catalog. You would need to write there your own logic to instead creating the record, just redirecting to new record (sys_id=-1) and pre-populating all the values from the template.



Best regards,


Dominik


View solution in original post

11 REPLIES 11

Keith Mills
Giga Guru

This is by design in the Istanbul and earlier releases that used the standard change catalog.   They will be providing a new system property to disable this function starting in Jakarta - see KB article KB0610360


Didrik Peterson
Tera Contributor

We ran into the same problem after an upgrade - and I found this KB from ServiceNow that addresses it:
KB0712546