Share via


VendTransPayment_BR::find Method

Finds a record in the VendTransPayment_BR table.

Syntax

client server public static VendTransPayment_BR find(
    RefRecId _refRecId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    A ConcurrencyModel value that is used when the table is not automatically concurrent; optional.

Return Value

Type: VendTransPayment_BR Table
Returns a VendTransPayment_BR table buffer.

See Also

Reference

VendTransPayment_BR Table