PBAReuseBOMRoute::find Method
Finds a record in the PBAReuseBOMRoute table.
Syntax
client server public static PBAReuseBOMRoute find(
PBAId _pbaId,
PBAReuseHashKey _reuseHashKey,
[boolean _forUpdate])
Run On
Called
Parameters
- _pbaId
Type: PBAId Extended Data Type
A product model ID.
- _reuseHashKey
Type: PBAReuseHashKey Extended Data Type
A hash key value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update.
Return Value
Type: PBAReuseBOMRoute Table
A record in the PBAReuseBOMRoute table.