WrkCtrParametersDim::find Method
Finds a WrkCtrParametersDim record based on the site ID from the specified InventDimId extended data type.
Syntax
client server public static WrkCtrParametersDim find(InventDimId _inventDimId, [boolean _forupdate])
Run On
Called
Parameters
- _inventDimId
Type: InventDimId Extended Data Type
An InventDimId value on which to filter the search for the WrkCtrParametersDim record.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: WrkCtrParametersDim Table
A WrkCtrParametersDim record.
Remarks
The lookup for a WrkCtrParametersDim record with an inventDim value that contains a specific siteId value will only be done if this has been enabled in the ProdParameters table. If no record is found and the search is based on the blank InventDim record, a new record will be created in the WrkCtrParametersDim table.