Comparteix a través de


CustPaymSched::mcrFindByRefExtTableRecID Method

Finds the custpaymsched record given the extTableID and extRecID.

Syntax

client server public static CustPaymSched mcrFindByRefExtTableRecID(
    TableId _extTableID, 
    RecId _extRecID, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _extRecID
    Type: RecId Extended Data Type
    The recId of the record in the external table the CustPaymSched is linked to.
  • _forUpdate
    Type: boolean
    true if the table buffer has to be retrieved for update; optional.

Return Value

Type: CustPaymSched Table
The table buffer CustPaymSched if one is found.

See Also

Reference

CustPaymSched Table