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.
...
"Job No." := PurchLine."Job No.";
// Delete the following lines.
IF (Type = Type::"G/L Account") OR (Type = Type::"Fixed Asset") THEN
"Line No." := PurchLine."Line No.";
"Posting Description" := PurchLine.Description
ELSE BEGIN
// End of the lines.
PurchHeader.GET(PurchLine."Document Type",PurchLine."Document No.");
...
...
"Job No." := PurchLine."Job No.";
// Add the following lines.
IF (Type = Type::"G/L Account") OR (Type = Type::"Fixed Asset") THEN BEGIN
"Line No." := PurchLine."Line No.";
"Posting Description" := PurchLine.Description;
END ELSE BEGIN
IF "VAT Calculation Type" = "VAT Calculation Type"::"Reverse Charge VAT" THEN
"Line No." := PurchLine."Line No.";
// End of the lines.
PurchHeader.GET(PurchLine."Document Type",PurchLine."Document No.");
...
Keywords: kbmbscodefix, kbnoloc, kbsurveynew, kbqfe, kbmbspartner, kbmbsquickpub, kb, kbmbsmigrate