Hello,
Is it possible to add Balance or Balance at Date column to General Ledger Entries in NAV 2017? One of our customer coming from Sage prefers seeing the Balance on a particular date along with the G/L Entry.
I tried adding the field from Dev Environment the column appears but the values on each line shows only zero.
Any suggestions?
Regards,
Krishnan
0
Answers
There is no simple method of achieving the same in G/L Entry table. It is only possible to add a flowfield showing the actual balance (the Balance At Date which is the balance as of now, not as of when the entry has been created). If you want to have a running balance (the balance as of when the entry has been created) then a flowfield is not possible, and adding a normal field is not enough - which you have already discovered. You need also to add a code into the posting routines calculating new value each time a G/L Entry is created. Apart from being a it complicated it will also slow down the posting.
You could also off-load updating the running balance on G/L Entry table to a separate codeunit or report, running on job scheduler.
In my experience when customer wanted running balance the functionality was usually implemented in the G/L Entry form/page, when the balance was calculated on the fly.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Thank you again for the swift response. Good day.
Regards,
Krish