Importing XML
After you have successfully exported data from the source instance, you can import the XML file directly to the target instance. Importing XML does not trigger business rules or update the instance cache.
To import an XML file containing one or more records:
Sign in to the instance which should receive the data.
In the banner frame, click the menu arrow next to your name and select the Elevate privileges option.
In the Activate an Elevated Privilege dialog box, select the security_admin check box and click OK.
Navigate to any list in ServiceNow. Any list can be used because the XML file contains the destination table name for the records.
Right-click the list header and select Import XML. (List v3: Click the list menu and select Import XML.)
In the import screen, click Choose File and select the previously exported XML file.
Click Upload.
Note: When performing an XML import, it is important to keep in mind that only the current record will be exported and not the records related to it. For instance, while exporting a User record (sys_user table), the groups it belongs to and the roles it has been given will not be part of the XML file.
Comments