MasterBom: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Redirected page to XFRACAS XML Import Documentation)
 
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Master BOM|Master BOM}}
#REDIRECT[[XFRACAS_XML_Import_Documentation]]
===XML Element===
<[[MasterBom|MasterBom]]>
:  <[[MasterBom.Entity|Entity]]>
::    <EnityID />
::    <EntityName />
:  </[[MasterBom.Entity|Entity]]>
:  <[[MasterBom.Parts|Parts]]>
::    <Part>
:::      <PartID />
:::      <PartName />
:::      <PartNumber />
:::      <PartVersion />
:::      <CreatedDate>
::::          <Year />
::::        <Month />
::::        <Day />
::::        <Hour />
::::        <Minute />
::::        <Second />
::::        <FormattedDate />
:::      </CreatedDate>
:::      <RetiredDate>
::::            <Year />
::::        <Month />
::::        <Day />
::::        <Hour />
::::        <Minute />
::::        <Second />
::::      <FormattedDate />
:::      </RetiredDate>
::      <Details />
::    </Part>
:  </[[MasterBom.Parts|Parts]]>
</[[MasterBom|MasterBom]]>
 
 
 
===Description===
* The Entity element is required, and must contain a valid entity.
 
* The Parts element is required and must contain one or more Part elements.
 
* To update a part, the PartID element value must match an existing part ID, and the value of any of the following elements can be different than the existing value to get updated: PartName, PartNumber, PartVersion, CreatedDate and RetiredDate.
 
See the Detail Update section for more information on how details will be updated/deleted.

Latest revision as of 16:41, 28 July 2015