Import Configuration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} The ImportConfiguarration element is used to specify import settings and should be placed below the Exp…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} | {{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} | ||
The | The ImportConfiguration element is used to specify import settings and should be placed below the ExportData or Resources element if present and above the first import type element (Incident, Problem, etc). The Import Configurations are optional and if present must be “Yes” or “No.” The elements below are available on every import type. Each import may also have additional elements specifically for that import. | ||
<ImportConfiguration> | <ImportConfiguration> | ||
Line 7: | Line 7: | ||
<EnableUpdate></EnableUpdate> | <EnableUpdate></EnableUpdate> | ||
<UpdateOnly></UpdateOnly> | <UpdateOnly></UpdateOnly> | ||
<InsertDetailIssues></InsertDetailIssues> | <InsertDetailIssues></InsertDetailIssues> | ||
</ImportConfiguration> | </ImportConfiguration> |
Revision as of 23:09, 18 September 2014
The ImportConfiguration element is used to specify import settings and should be placed below the ExportData or Resources element if present and above the first import type element (Incident, Problem, etc). The Import Configurations are optional and if present must be “Yes” or “No.” The elements below are available on every import type. Each import may also have additional elements specifically for that import.
<ImportConfiguration> <BatchInsert></BatchInsert> <SplitTransaction></SplitTransaction> <EnableUpdate></EnableUpdate> <UpdateOnly></UpdateOnly> <InsertDetailIssues></InsertDetailIssues> </ImportConfiguration>