PDSBatchAttribTransfer::find Method
Finds a record of the PDSBatchAttribTransfer table.
Syntax
client server public static PDSBatchAttribTransfer find(
RefRecId _recId,
ItemId _endItemId,
PdsBatchAttribId _attribId,
[boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The RecId for a specific record in the PDSBatchAttribTransfer table.
- _endItemId
Type: ItemId Extended Data Type
The ItemId value of the 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.