Created
March 16, 2022 15:20
-
-
Save cmcdevitt/0078846bd41cdf87f391957ae0d9023f to your computer and use it in GitHub Desktop.
Change the Source Id on the Discovered Items table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| di_sys = ''; | |
| var di = new GlideRecord('sn_sec_cmn_src_ci'); | |
| di.get(di_sys); | |
| di.setValue('source_id', di.source_id + 'junk'); | |
| di.update(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment