[ATF] Open All Records in Import Set Row Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 08:50 PM - edited ‎05-22-2025 09:46 PM
Hello,
Good day everyone!
[Scenario] Executing import set
When there's more than 1 error after the transform, I need to open all the error to see the full error message.
I already done it opening an error record but with just 1 error. Is it possible if there's more than 1 error it can open all those errors one by one?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2025 12:02 PM
Hi saintmenace
The list of upcoming links includes details on transform maps and the GlideTransformLog API, which can help you automate opening all error records after a transform for better error visibility.
Transform maps - https://servicenow.com/docs/bundle/yokohama-integrate-applications/page/script/server-scripting/conc...
GlideTransformLog - error(String message) - https://servicenow.com/docs/bundle/yokohama-api-reference/page/app-store/dev_portal/API_reference/Gl...
Import run details - https://servicenow.com/docs/bundle/yokohama-integrate-applications/page/administer/import-sets/refer...
If this helps, please give it a helpful vote. And if it’s what you were looking for, go ahead and accept the solution. Thanks,
Daniel Madsen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2025 05:02 PM
Hello Daniel,
Thank you for your reply I appreciate it.
I need is to get all the sys_id of the error in the Import Set Row Errors table
and open it one by one using ATF to view the full error message.
I already done it but with just 1 error occurred after the transform, but not with more than 1 error.