Got it working with the help of Rich Riley over at Epicor.
On initialize, I had to set the EpiBindingDocument to the Doc version of my control.
So, the control is bound to Total_c which holds the base currency.
Then, on initialize, I set epiCurrencyConver.EpiBindingDocument = “InvcHead.DocTotal_c”;
And for anyone else looking into this, you have to set the value of DocTotal_c yourself.
1 Like