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.

Is there a way to determine which import xml files have been uploaded manually

Karen16
Giga Guru

Hi,

We're trying to trace a data update which we believe was done through an import XML file.  I've checked the import logs and transaction logs for the type update and sys_id of the record that was updated but have not tracked down the actual update. 

Does anyone know of a straight-forward way to track this update?

Thanks,

Karen

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

Hi Karen,

whenever somebody uploads xml to table record it adds a transaction log to the table (syslog_transaction)

URL field will contain value such as '/upload.do'

I just did import xml of incident record and below is the record which got created in the syslog_transaction table

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

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

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron

Hi Karen,

whenever somebody uploads xml to table record it adds a transaction log to the table (syslog_transaction)

URL field will contain value such as '/upload.do'

I just did import xml of incident record and below is the record which got created in the syslog_transaction table

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

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

Ankur Bawiskar
Tera Patron

Hi Karen,

Any update on this?
Can you mark my answer as correct, 👍 helpful if you were able to achieve the requirement. This enables other members to learn from this thread.

Regards
Ankur

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