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.
...
IF NOT GLAccount.GET("G/L Account No.") THEN
GLAccount.INIT;
// Delete the following line.
GLPostingDescription := GLAccount.Name;
CurrencyCode := '';
...
IF NOT GLAccount.GET("G/L Account No.") THEN
GLAccount.INIT;
// Add the following line.
GLPostingDescription := Description;
CurrencyCode := '';
...
...
IF NOT GLAccount.GET("G/L Account No.") THEN
GLAccount.INIT;
// Delete the following line.
GLPostingDescription := GLAccount.Name;
CurrencyCode := '';
...
...
IF NOT GLAccount.GET("G/L Account No.") THEN
GLAccount.INIT;
// Add the following line.
GLPostingDescription := Description;
CurrencyCode := '';
...
...
IF NOT GLAccount.GET("G/L Account No.") THEN
GLAccount.INIT;
// Delete the following line.
GLPostingDescription := GLAccount.Name;
CurrencyCode := '';
...
...
IF NOT GLAccount.GET("G/L Account No.") THEN
GLAccount.INIT;
// Add the following line.
GLPostingDescription := Description;
CurrencyCode := '';
...
Keywords: kbmbscodefix, kbnoloc, kbsurveynew, kbqfe, kbmbspartner, kbmbsquickpub, kb, kbmbsmigrate