CustDirectDebitMandate::resolveReference Method
Returns the CustDirectDebitMandate table record typed in by the user if it is valid for the customer.
Syntax
client server public static CustDirectDebitMandate resolveReference(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 typed in by the user if it is valid for the customer; otherwise, false.
Remarks
This should be called from the resolveReference method of the mandate's reference group control.