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
- _extTableID
Type: TableId Extended Data Type
The table ID of the external table the CustPaymSched is linked to.
- _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.