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.
...
MODIFY(TRUE);
UNTIL NEXT = 0;
END;
END;
SetGenJnlLine(TempPaymJnlLine);
…
…
MODIFY(TRUE);
UNTIL NEXT = 0;
END;
IF "Account Type" = "Account Type"::Customer THEN
GeneratedFromCustomer := TRUE;
END;
SetGenJnlLine(TempPaymJnlLine);
…
…
AppliesToID := PaymentJnlLine."Applies-to ID";
// per line always positive
IF (PaymentJnlLine."Account Type" = 0) OR
(PaymentJnlLine."Account Type" = PaymentJnlLine."Account Type"::Vendor) AND
((PaymentJnlLine.Amount > 0) OR (PostPaymentRecord))
THEN
…
…
AppliesToID := PaymentJnlLine."Applies-to ID";
// per line always positive
IF ((PaymentJnlLine."Account Type" = 0) AND NOT GeneratedFromCustomer) OR
(PaymentJnlLine."Account Type" = PaymentJnlLine."Account Type"::Vendor) AND
((PaymentJnlLine.Amount > 0) OR (PostPaymentRecord))
THEN
…
…
MODIFY(TRUE);
UNTIL NEXT = 0;
END;
END;
SetGenJnlLine(TempPaymJnlLine);
…
…
MODIFY(TRUE);
UNTIL NEXT = 0;
END;
IF "Account Type" = "Account Type"::Customer THEN
GeneratedFromCustomer := TRUE;
END;
SetGenJnlLine(TempPaymJnlLine);
…
…
AppliesToID := PaymentJnlLine."Applies-to ID";
// per betalingslijn geeft altijd een positief (totaal)bedrag
IF (PaymentJnlLine."Account Type" = 0) OR
(PaymentJnlLine."Account Type" = PaymentJnlLine."Account Type"::Vendor) AND
((PaymentJnlLine.Amount > 0) OR (PostPaymentRecord))
THEN
…
…
AppliesToID := PaymentJnlLine."Applies-to ID";
// per betalingslijn geeft altijd een positief (totaal)bedrag
IF ((PaymentJnlLine."Account Type" = 0) AND NOT GeneratedFromCustomer) OR
(PaymentJnlLine."Account Type" = PaymentJnlLine."Account Type"::Vendor) AND
((PaymentJnlLine.Amount > 0) OR (PostPaymentRecord))
THEN
…
Keywords: kbnotautohotfix, kbsurveynew, kbnoloc, kbmbsquickpub, kbqfe, kbmbsmigrate, kbmbspartner, kb, kbmbscodefix