GetLatestPackageDataByItemIds Method
Gets the item info objects and BOM item info objects to be exported for the specific item IDs
Required Permissions
ERPExportSyntax
public PkgItemsAndBOM GetLatestPackageDataByItemIds(
System.long[] itemIDs,
BOMTyp bomType
)Public Function GetLatestPackageDataByItemIds( _
ByVal itemIDs() As System.Long, _
ByVal bomType As BOMTyp _
) As PkgItemsAndBOMParameters
| Name | Description |
|---|---|
| itemIDs | iteration item IDs of the items to export |
| bomType | the type of BOM data to export |
Return Value
PkgItemsAndBOM object representing the items
Remarks
All child items in the BOM will also be included in the package.