
Hi All,
Current screen of general ledger entries shows something like below, is it possible to show a new column for running total after the amount ?
Thanks
A decimal page variable should do the trick. Using the page trigger guide to decide where to place it: docs.microsoft.com/.../devenv-page-and-action-triggers
Once decided the syntax will be PageVariable += PageVariable + GLEntries.Amount;