MasterBom.Parts: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "MasterBom.Parts" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
No edit summary
Line 32: Line 32:


===Description===
===Description===
* The Parts element is required and must contain one or more Part elements.  
* The Parts element is required and must contain one or more Part elements. It must contain a [[Valid Part]].  


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

Revision as of 23:31, 13 February 2015

XML Element

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


Description

  • The Parts element is required and must contain one or more Part elements. It must contain a Valid Part.
  • 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.