MasterBom.Parts: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Master BOM|Master BOM}} ===XML Element=== : <Parts> :: <Part> ::: <PartID /> ::: <PartName /> ::: <…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 34: | Line 34: | ||
* 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. | ||
* 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 | * 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 18:20, 24 October 2013
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>
- <Part>
- </Parts>
Description
- 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.