Hello
I’m designing a custom transaction screen, but I need to initialize the CurrencyRate control
How to properly initilize this the CurrencyRate Control
<pxa:PXCurrencyRate DataField="CuryID" ID="edCury" runat="server" DataSourceID="ds" RateTypeView="currencyinfo" DataMember="_Currency_"></pxa:PXCurrencyRate>
When the screen is initialized, the transaction currency is not base currency. But the initial curyrate shown is 1.
When I change the currency rate type or date, the curyrate is properly calculated, but I wish I had the correct curyrate since I open the transaction screen.