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.
...
END;
// Delete the following line.
IF (CalcType = CalcType::Direct) AND NOT OK AND NOT PostingDone THEN BEGIN
Rec := ApplyingVendLedgEntry;
"Applying Entry" := FALSE;
"Applies-to ID" := '';
"Amount to Apply" := 0;
CODEUNIT.RUN(CODEUNIT::"Vend. Entry-Edit",Rec);
END;
...
END;
// Add the following line.
IF (CalcType = CalcType::Direct) AND NOT OK AND NOT PostingDone AND GET(ApplyingVendLedgEntry."Entry No.")THEN BEGIN
Rec := ApplyingVendLedgEntry;
"Applying Entry" := FALSE;
"Applies-to ID" := '';
"Amount to Apply" := 0;
CODEUNIT.RUN(CODEUNIT::"Vend. Entry-Edit",Rec);
END;
Keywords: kbmbscodefix, kberrmsg, kbnoloc, kbsurveynew, kbqfe, kbmbspartner, kbmbsquickpub, kb, kbmbsmigrate