Can you please help me on the following currency value conversion from sql server to SFDC Object:
Sql Server Table field type has Money ----à SFDC Object filed has data type Currency(18,2)
Value in Sql 25109041.28 is converting as 2.510904128E7
Checked in SFDC Currency is equal to Decimal Data type andSalesforce uses the round half even tie-breaking rule for currency fields. For example, 23.5 becomes 24, 22.5 becomes 22, −22.5 becomes −22, and −23.5 becomes −24.Values lose precision after 15 decimal places.Sales force not allowed to have more than 16,2