MasterBom: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
::    <EntityName />
::    <EntityName />
:  </[[MasterBom.Entity|Entity]]>
:  </[[MasterBom.Entity|Entity]]>
:  <Parts>
:  <[[MasterBom.Parts|Parts]]>
::    <Part>
::    <Part>
:::      <PartID />
:::      <PartID />
Line 32: Line 32:
::      <Details />
::      <Details />
::    </Part>
::    </Part>
:  </Parts>
:  </[[MasterBom.Parts|Parts]]>
</[[MasterBom|MasterBom]]>
</[[MasterBom|MasterBom]]>



Revision as of 21:23, 15 October 2013

XML Element

<MasterBom>

<Entity>
<EnityID />
<EntityName />
</Entity>
<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>
</Parts>

</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.