• Nadya Pavlovaq
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi all, I am using command line data loader to upsert records into a custom object and I have scheduled it using windows scheduler. As an admin, I would like to recieve the error logs, if any, as an email attachment. If getting error log as an email attachment is not possible, I would atleast like to be notified when there are any errors during the upsert process. Please provide your inputs. Thank you!
How to fix AnnualRevenue column showing up in scientific notation from accounts
 
I am using .net application to retreive data from salesforce and trying to put the data in a Sql server table. Request you to provide a solution for this fix please
 
using the Salesforce connector to retrieve an Account record, that the value returned in the AnnualRevenue field was presented in scientific notation. 
 
<?xml version="1.0" encoding="UTF-8"?>
- <Accounts>
   - <Account>
        <CrmAccountId>AC240012</CrmAccountId>
        <AccountName>Test 007</AccountName>
        <AccountRecordType>Legal Entity</AccountRecordType>
        <AnnualRevenue>1.0E7</AnnualRevenue>
        <NumberOfEmployees>5000</NumberOfEmployees>
        <Industry/>

even followed the article
https://help.salesforce.com/articleView?id=000221617&type=1