PdsVendBatchInfo::findByRefRecId Method
Finds the specified record reference in the PdsVendBatchInfo table.
Syntax
client server public static PdsVendBatchInfo findByRefRecId(RecId _refRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _refRecId
Type: RecId Extended Data Type
The record identifier of a PurchLine record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the returned record for update; optional.
Return Value
Type: PdsVendBatchInfo Table
A PdsVendBatchInfo record if one exists; otherwise, an empty record.