To find the updated records in the table which is done by transform map through background scripts

sai153
Tera Contributor
  • Create Transform maps and update the data of the table and show the updated records using background scripts

Please help me how to approach along with scripting.

 

Thanks in advance.

7 REPLIES 7

Yes in the transform history i can get the update, ignored, skipped records.

But i need to get update records through background scripts

so you need to query that table in background script but you need to give the import set hardcoded sysId so that system knows which import set to check

regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Priya123
Tera Contributor

how would i find which are the columns that are updated? like in transform history -- it says 5 records updated, i would be able to see which records in the import set but i cannot know which Column cos i dont see the changes expected to see in the table .. any leads ??