• ali khan 6
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
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
Hi - When I update the number field in SF UI it returns 1 without decimal and when I update it using dataloader or developer console it return 1.0. Is this expected behaviour ?
Edit page of the Object return this value -> pav.Additional_Applications__c =0
Dataloader.io/DeveloperConsole update returns this value -> pav.Additional_Applications__c =0.0

Running on Winter'16
 
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