To find the updated records in the table which is done by transform map through background scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 10:02 PM
- 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.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 11:34 PM
Yes in the transform history i can get the update, ignored, skipped records.
But i need to get update records through background scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 11:53 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 05:46 PM
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 ??