This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- Belgium (French) (fr-be)
- Belgium (Dutch) (nl-be)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
CustLedgEntry."Applies-to ID" := "Applies-to ID";
CustLedgEntry."Journal Batch Name" := "Journal Batch Name";
CustLedgEntry."Reason Code" := "Reason Code";
CustLedgEntry."Entry No." := NextEntryNo;
CustLedgEntry."Transaction No." := NextTransactionNo;
CustLedgEntry."User ID" := USERID;
...
...
CustLedgEntry."Applies-to ID" := "Applies-to ID";
CustLedgEntry."Journal Batch Name" := "Journal Batch Name";
CustLedgEntry."Reason Code" := "Reason Code";
// Add the following line.
CustLedgEntry."Direct Debit Mandate ID" := "Direct Debit Mandate ID";
CustLedgEntry."Entry No." := NextEntryNo;
CustLedgEntry."Transaction No." := NextTransactionNo;
CustLedgEntry."User ID" := USERID;
...
Keywords: kbmbscodefix, kbnoloc, kbsurveynew, kbmbsquickpub, kbfix, kbmbspartner, kb, kbqfe, kbmbsmigrate