GetPackageDataByItemId Method
Gets the item info objects and BOM item info objects to be exported for the specified item
Required Permissions
ERPExportSyntax
public PkgItemsAndBOM GetPackageDataByItemId(
System.long itemID,
BOMTyp bomType,
System.DateTime dateOfInterest
)Public Function GetPackageDataByItemId( _
ByVal itemID As System.Long, _
ByVal bomType As BOMTyp, _
ByVal dateOfInterest As System.Date _
) As PkgItemsAndBOMParameters
| Name | Description |
|---|---|
| itemID | the iteration ID of the item to export |
| bomType | the type of BOM data to export |
| dateOfInterest | date of interest for the BOM |
Return Value
An object containing the exported items and BOM data