Share via


CustDirectDebitMandate::defaultAndDisplayMandate Method

Defaults the primary mandate for the customer and sets the mandate field's editing options.

Syntax

client server public static CustDirectDebitMandateRecId defaultAndDisplayMandate(
    CustAccount _custAccount, 
    PaymMode _paymMode, 
    CustDirectDebitMandateRecId _existingMandateRecId, 
    boolean _overwriteExistingMandate, 
    FormDataSource _formDataSource, 
    FieldId _fieldNum)

Run On

Called

Parameters

  • _overwriteExistingMandate
    Type: boolean
    true if the default mandate should overwrite the existing mandate; otherwise false.

Return Value

Type: CustDirectDebitMandateRecId Extended Data Type
The primary mandate for the customer when dealing with a SEPA transaction; otherwise the existing mandate value.

Remarks

If defaulting logic is not required, callers should ignore the return value.

See Also

Reference

CustDirectDebitMandate Table