sohansinghn723 / excel-connector

Automatically exported from code.google.com/p/excel-connector
0 stars 0 forks source link

Truncating decimal places #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pull back any OpportunityLineItem using the Excel Connector
2. Update the Sales Price to have three decimal place.  For instance, change 
45.32 to 45.323
3. Update the Sales Price using Excel Connector
4. Note that the Sales Price through SalesForce UI is still 2 decimal places 
(you have to double click the price to see all decimals)
5. Do the same as above with Data Loader and you will see that it updates to 3 
decimal places instead of 2 as expected

What is the expected output? What do you see instead?
Decimal places should be 3 like when updating through Data Loader.  Instead, 
the decimal places are still 2 when updating through Excel Connector.

What version of the product are you using? On what operating system?
Version 1603, Excel 2007, Windows 2008.

  With
what Salesforce.com edition?
Unlimited.

Original issue reported on code.google.com by kev...@gmail.com on 13 Jan 2012 at 5:44