- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 08:36 AM
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.
Solved! Go to Solution.
- Labels:
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 01:23 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2019 01:23 PM
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.