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

HOW DO WE KNOW IF AN XML FILE IS IMPORTED TO AN INSTANCE ?

kasalashiva
Kilo Contributor

HOW DO WE KNOW IF AN XML FILE IS IMPORTED TO AN INSTANCE ? are the imported xml files stored in any table ? If yes , Table name please. else, how can we identify?

Appreciate any help!

2 REPLIES 2

raves12
Kilo Sage

HI Shiva,



You will need to compare the table where you have imported the xml file before and after import. No, imported   xml files are not stored anywhere except the table in which it is imported. It just maps each field on the table with the XML code and creates the record with exactly the same field values.



Even if you import an incident record XML file on change table it will automatically get created in Incident table and not on Change table.


Thanks for   the reply, I actually need to find out who imported an xml file to the Instance. For example, an xml file with user creation is loaded into our instance and we are trying to identify who imported the file   ?