LeanProductionFlowActivity.storageDimPickActivity Method
Gets the pick activity for the current production flow activity that matches the storage dimensions provided.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public PlanActivity storageDimPickActivity(InventDim _inventDim, [boolean _blankItemIdOnly])
Microsoft Dynamics AX 2012 R2 (SYS)
public PlanActivity storageDimPickActivity(InventDim _inventDim, [boolean _blankItemIdOnly])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public PlanActivity storageDimPickActivity(InventDim _inventDim)
Microsoft Dynamics AX 2012 (FPK)
public PlanActivity storageDimPickActivity(InventDim _inventDim)
Microsoft Dynamics AX 2012 (SYS)
public PlanActivity storageDimPickActivity(InventDim _inventDim)
Run On
Called
Parameters
- _inventDim
Type: InventDim Table
An InventDim record buffer with the storage dimensions by which to filter.
- _blankItemIdOnly
Type: boolean
Return Value
Type: PlanActivity Table
A pick PlanActivity instance matching the storage dimensions; otherwise, an empty buffer.