BOMVersion::pmfSelectBOMSiteVersions Method
Selects the active formula versions for the site specified in the _inventDimCriteria value.
Syntax
client server public static BOMVersion pmfSelectBOMSiteVersions(
ItemId _itemId,
StartDate _date,
InventDim _inventDimCriteria)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The finished good item ID for which to get the versions.
- _date
Type: StartDate Extended Data Type
The date as of which to get the versions.
- _inventDimCriteria
Type: InventDim Table
The active inventory dimensions for the item.
Return Value
Type: BOMVersion Table
A BOMVersion buffer setup to read through all the formula version records that match the planning item and dimension criteria.
Remarks
The records will be in descending order by the BOMVersion.FromQty field.