Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the PurchParmTable_PaymentDisbursement table.
Syntax
client server public static PurchParmTable_PaymentDisbursement find(
RecId _purchParmTable_PaymentDisbursementRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _purchParmTable_PaymentDisbursementRecId
Type: RecId Extended Data Type
The record ID of the PurchParmTable_PaymentDisbursement table to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: PurchParmTable_PaymentDisbursement Table
A record in the PurchParmTable_PaymentDisbursement table; otherwise, an empty buffer.