I need to get Base currency rate(USD Conversion Rate) in the sales order report.
Below sales order created under EUR currency and sales order report amount need to convert into USD amount.
I get the currency rate from CurrencyRate table.But , this data related to EUR and order date is different from sales order currency rate.
Sales order form is show the correct value.
Can u please help me with this.
Best answer by aaghaei
you can either use the fields that start with Cury for the same field that doesn’t have Cury (i.e CuryAmount vs Amount) or you can join the SOOrder.CuryInfoID with CurrencyInfo.CuryInfoID and get the required data from there. The CurrencyInfo table has the below data. I just copied a sample row here for your reference.
you can either use the fields that start with Cury for the same field that doesn’t have Cury (i.e CuryAmount vs Amount) or you can join the SOOrder.CuryInfoID with CurrencyInfo.CuryInfoID and get the required data from there. The CurrencyInfo table has the below data. I just copied a sample row here for your reference.