Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Relocating Data from Model fix script

jonsr20
Tera Guru

Hey everyone, I am trying to eliminate our duplicate models. There is a playbook and fix script from ServiceNow 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0999448

 

However I am having issues with the fix script relocating model data. I input the sys_ID of the correct and incorrect model but I keep getting this no data when I run the script, anyone have suggestions. I attached what the script looks like aswell just added the Sys_id where it says. Any help would be much appreciated!

1 ACCEPTED SOLUTION

chaithu1489
Kilo Sage

remove the < > symbols around the sys_id in line 1 and line 2

View solution in original post

2 REPLIES 2

chaithu1489
Kilo Sage

remove the < > symbols around the sys_id in line 1 and line 2

Thank you I could've swore I tried that but it worked!