CustDirectDebitMandate::lookupReference Method
Builds the custom mandate lookup and returns the CustDirectDebitMandate table record selected by the user.
Syntax
client server public static CustDirectDebitMandate lookupReference(CustAccount _custAccount, FormReferenceControl _callingControl)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The customer account number.
- _callingControl
Type: FormReferenceControl Class
The reference group control of the mandate.
Return Value
Type: CustDirectDebitMandate Table
The CustDirectDebitMandate table record selected by the user.
Remarks
This should be called from the lookupReference method of the mandate's reference group control.