The CreatorCon Call for Content is officially open! Get started here.

[ATF] Open All Records in Import Set Row Error

saintmenace
Tera Contributor

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!

2 REPLIES 2

Daniel Madsen
Kilo Sage
Kilo Sage

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

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

saintmenace_1-1748217482275.png

and open it one by one using ATF to view the full error message.

saintmenace_2-1748217595340.png

I already done it but with just 1 error occurred after the transform, but not with more than 1 error.