Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds ProdStatusParameters records based on an InventDimId value.
Syntax
client server public static ProdStatusParameters find(
InventDimId _inventDimId,
ProdStatusAll _fromStatus,
ProdStatusAll _toStatus,
[boolean _forUpdate,
boolean _useInventDimDirectly])
Run On
Called
Parameters
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId value to search for.
- _fromStatus
Type: ProdStatusAll Enumeration
The ProdStatusParameters.FromProdStatus value to search for.
- _toStatus
Type: ProdStatusAll Enumeration
The ProdStatusParameters.ToProdStatus value to search for.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _useInventDimDirectly
Type: boolean
A Boolean value that determines whether the lookup should be performed directly without regards to settings from the ProdParameters table; optional.
Return Value
Type: ProdStatusParameters Table
The ProdStatusParameters records that correspond to the specified InventDimId value.