...
OptionString=DEBT,CRED,SHAR,SLEV }
{ 109 ; ;SEPA Charge Bearer Text;Code4 }
}
KEYS
{
...
...
OptionString=DEBT,CRED,SHAR,SLEV }
{ 109 ; ;SEPA Charge Bearer Text;Code4 }
// Add the following lines.
{ 120 ; ;SEPA Direct Debit Mandate ID;Code35 }
{ 121 ; ;SEPA Direct Debit Seq. Type;Option ;OnValidate=BEGIN
CASE "SEPA Direct Debit Seq. Type" OF
"SEPA Direct Debit Seq. Type"::"One Off":
"SEPA Direct Debit Seq. Text" := 'OOFF';
"SEPA Direct Debit Seq. Type"::First:
"SEPA Direct Debit Seq. Text" := 'FRST';
"SEPA Direct Debit Seq. Type"::Recurring:
"SEPA Direct Debit Seq. Text" := 'RCUR';
"SEPA Direct Debit Seq. Type"::Last:
"SEPA Direct Debit Seq. Text" := 'FNAL';
END;
END;
OptionString=One Off,First,Recurring,Last }
{ 122 ; ;SEPA Direct Debit Seq. Text;Code4 }
{ 123 ; ;SEPA DD Mandate Signed Date;Date }
{ 124 ; ;SEPA Partner Type ;Option ;OnValidate=BEGIN
CASE "SEPA Partner Type" OF
"SEPA Partner Type"::" ":
"SEPA Partner Type Text" := '';
"SEPA Partner Type"::Company:
"SEPA Partner Type Text" := 'B2B';
"SEPA Partner Type"::Person:
"SEPA Partner Type Text" := 'CORE';
END;
END;
OptionString=[ ,Company,Person] }
{ 125 ; ;SEPA Partner Type Text;Code4 }
{ 170 ; ;Creditor No. ;Code35 }
// End of the added lines.
}
KEYS
{