You need to sign in to do that
Don't have an account?

Number field returns decimal places when updated in Dataloader/DeveloperConsole
Hi - There is a requirement to contatenate a bunch of filed on an object and compare it against contactnation on another object. The issue I am facing is that when Number field is updated via DataLoader (or Developer Console) it has additional 1 decimal place. Is this expected behavior ?
Value when updated on Edit page of the record (SF UI) => pav.Additional_Applications__c =0
Value when updated via Dataloader => pav.Additional_Applications__c =0.0
Please let me know.
Thanks,
Ali
Value when updated on Edit page of the record (SF UI) => pav.Additional_Applications__c =0
Value when updated via Dataloader => pav.Additional_Applications__c =0.0
Please let me know.
Thanks,
Ali
All Answers