CustTransEPRemit_BR::findByRefRecId Method

Finds a record in the CustTransEPRemit_BR table.

Syntax

client server public static CustTransEPRemit_BR findByRefRecId(
    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: CustTransEPRemit_BR Table
Returns a CustTransEPRemit_BR table buffer.

See Also

Reference

CustTransEPRemit_BR Table