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.
...
OnLookup=BEGIN
DoLookup := DomJnlManagement.LookupName(GETRANGEMAX("Journal Template Name"),CurrentJnlBatchName,Text);
CurrForm.UPDATE;
EXIT(DoLookup);
...
...
END;
OnLookup=BEGIN
// Add the following lines.
IF GETFILTER("Journal Template Name") = '' THEN
SETRANGE("Journal Template Name","Journal Template Name");
// End of the lines.
DoLookup := DomJnlManagement.LookupName(GETRANGEMAX("Journal Template Name"),CurrentJnlBatchName,Text);
CurrForm.UPDATE;
EXIT(DoLookup);
...
Keywords: kberrmsg, kbnoloc, kbsurveynew, kbmbsquickpub, kbfix, kbmbsmigrate, kbmbspartner, kb, kbqfe, kbmbscodefix