PDSBatchAttribTransfer::findActive Method
Gets the active record of the PDSBatchAttribTransfer table, based on the specified key values.
Syntax
client server public static PDSBatchAttribTransfer findActive(
BOMId _bomId,
ItemId _endItemId,
PdsBatchAttribId _attribId,
[boolean _forUpdate])
Run On
Called
Parameters
- _bomId
Type: BOMId Extended Data Type
The BOMId value for the end item formula.
- _endItemId
Type: ItemId Extended Data Type
The ItemId value of the manufactured end item.
- _attribId
Type: PdsBatchAttribId Extended Data Type
The PdsBatchAttribId value of the record to retrieve.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be locked for update; optional.
Return Value
Type: PDSBatchAttribTransfer Table
The found record of the PDSBatchAttribTransfer table or an empty buffer if no such record exists.