XFRACASImportType Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
(15 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{ | <onlyinclude>Specifies the XFRACAS element to import. </onlyinclude> | ||
== Members == | |||
{| {{APITableEnum}} | |||
|- | |||
|style="width: 170px;"|Incident||style="width: 70px;"|1||Imports incident data. | |||
|- | |||
|Problem||2||Imports problem data. | |||
|- | |||
|UnitCommissioning||3||Imports CSI data. | |||
|- | |||
|FailureAnalysis||4||Imports failure analysis data. | |||
|- | |||
|Project||5||Imports project data. | |||
|- | |||
|Issue||6||Imports list issues. | |||
|- | |||
|User||7||Imports user data. | |||
|- | |||
|Address||8||Imports location data. | |||
|- | |||
|Company||9||Imports company data. | |||
|- | |||
|System||12||Imports generic system templates and serialized systems. | |||
|- | |||
|MasterBOM||13||Imports master bill of materials information, including part descriptions and part details. This import does not add parts, but rather updates existing parts. | |||
|} | |||
==See Also== | |||
*[[Repository.XFRACAS.ImportXFRACASXMLFile]] | |||
*[[Repository.XFRACAS.ImportXFRACASXML]] | |||
*[[Repository.XFRACAS.ImportXFRACASXMLString]] |
Latest revision as of 23:08, 10 March 2016
Member of: SynthesisAPI
Specifies the XFRACAS element to import.
Members
Name | Value | Description |
---|---|---|
Incident | 1 | Imports incident data. |
Problem | 2 | Imports problem data. |
UnitCommissioning | 3 | Imports CSI data. |
FailureAnalysis | 4 | Imports failure analysis data. |
Project | 5 | Imports project data. |
Issue | 6 | Imports list issues. |
User | 7 | Imports user data. |
Address | 8 | Imports location data. |
Company | 9 | Imports company data. |
System | 12 | Imports generic system templates and serialized systems. |
MasterBOM | 13 | Imports master bill of materials information, including part descriptions and part details. This import does not add parts, but rather updates existing parts. |