Share via


LeanProductionFlowActivity.leanProdFlowActivityPickingLocation Method

Finds the LeanProdFlowActivityPickingLocation record for the current LeanProductionFlowActivity object that best matches the specified criteria.

Syntax

public LeanProdFlowActivityPickingLocation leanProdFlowActivityPickingLocation(ItemId _itemId, [InventDim _inventDim])

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim table buffer to use in the search.

Return Value

Type: LeanProdFlowActivityPickingLocation Table
A LeanProdFlowActivityPickingLocation record if one is found; otherwise, an empty record.

Remarks

The best match is determined by ordering the results, item specific first, and then in order of the prioritized inventory dimensions.

See Also

Reference

LeanProductionFlowActivity Table