Hello to everyone,
I used Business Central, and added two new fields on VAT Entry table: TOTAL = Base + Amount, TOTAL UNREALIZED = Unrealized Amount + Unrealized Base,
and on VAT Statement table field “Amount Type” (Enum) I aded two new values (Total, Total Unrealized), like on picture:
Now, I wanted to calculate VAT Statement for records where I selected Total or Total Unrealized, and store calculation result into “Column Amount” filed on VAT Statement Line, but if I click on Preview action I don’t get any value.
Do you know how to calculate new values and store into that field on VAT Statement Line?
P.S.: I see that event “OnBeforeOpenPageVATEntryTotaling” from “VAT Statement Preview Line” page do calculation, but I don’t know the way how to input new values.

