HOW DO WE KNOW IF AN XML FILE IS IMPORTED TO AN INSTANCE ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 02:34 AM
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!
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 02:41 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 02:46 AM
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 ?