Share via


PurchParmTable_PaymentDisbursement::find Method

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.

Return Value

Type: PurchParmTable_PaymentDisbursement Table
A record in the PurchParmTable_PaymentDisbursement table; otherwise, an empty buffer.

See Also

Reference

PurchParmTable_PaymentDisbursement Table