Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to clone only the closed records?

Suggy
Giga Sage

As part of cloning, I want to include only the inactive records to be cloned from source instance to target instance.

ex - only closed incident, problem, change records should be cloned. And records which are open/active should not cloned.

 

Is that possible?

1 ACCEPTED SOLUTION

Chaitanya ILCR
Mega Patron

Hi @Suggy

clone those entire tables and run a clone clean up script and delete the active ones

or exclude those tables and move the closed ones through IDR.

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

View solution in original post

10 REPLIES 10

wasivop9
Giga Contributor

the same