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 can we pull the old variables data from respective RITM as a report

raj99918
Tera Contributor

Hi 

 

We have catalog item "ABC" in that we have variables like 

 

Country -- 

State ---

Address--

 

But now I have deactivated these 3 variables as part of the new enhancement and this code push to Prod after this new code existing variables and variables data were removed from the existings RITms so How can we get this old deactivated variables data for the old RITMs as a report because as a Audit purpose we need these old data but these was inactivated as part of new enhancement How can we get this one ?

 

10 REPLIES 10

Uncle Rob
Kilo Patron

The code that allows you to pull variable data into a report for a RITM checks against active variables on the Catalog Item.  So deactivated variables will no longer be available.
The alternative to this is for the reporting interface to query all variable data attached to all RITMS of a given Catalog in order to generate the variable list.  That'd be a performance nightmare.