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.

Can't find the script for SNC.CMDBUtil and base.baselineProposedChangesApplyChanges()

phantom7
Giga Expert

Hi I have the following script and I would like to find out where it is coming from:

SNC.CMDBUtil();
base.baselineProposedChangesApplyChanges(current);

I looked in the script include and I could not find either CMDBUtil or baselineProposedChangesApplyChanges. Can someone help me find the code for the class CMDBUtil and the method baselineProposedChangesApplyChanges? I would like to find out if this script updates the location of a CI based on the 'assigned to' field. 

1 ACCEPTED SOLUTION

phantom7
Giga Expert

I found the answer. The reason I can't find the class CMDBUtil and the method baselineProposedChangesApplyChanges is because SNC runs on the back-end and is hidden from the user so you would never be able to look at this particular script.

View solution in original post

1 REPLY 1

phantom7
Giga Expert

I found the answer. The reason I can't find the class CMDBUtil and the method baselineProposedChangesApplyChanges is because SNC runs on the back-end and is hidden from the user so you would never be able to look at this particular script.