• DataBeast
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 5
    Replies

Hi guys,

 

Essentially I have an API wrapper in c# which I am using to allow my apps to perform the basic tasks within sales force, the issue though is that for example on of our clients has in excess of two million records in an object and its taking all night to achieve a quater of this before the connection fails or some other issue with connectivity arises.

 

Yet when I approach the same task using the Apex data loader tool it will acheive this in no time atall. So my question really is what am I doing wrong? How does the Apex data loader acheive its performance levels and how can I transfer this to my processes? 

 

Any help much appriciated!

 

Hi guys,

 

Essentially I have an API wrapper in c# which I am using to allow my apps to perform the basic tasks within sales force, the issue though is that for example on of our clients has in excess of two million records in an object and its taking all night to achieve a quater of this before the connection fails or some other issue with connectivity arises.

 

Yet when I approach the same task using the Apex data loader tool it will acheive this in no time atall. So my question really is what am I doing wrong? How does the Apex data loader acheive its performance levels and how can I transfer this to my processes? 

 

Any help much appriciated!

 

Hello Friends,

 

I am very new to the salesforce.I need to integrate the salesforce with my webform which has various 

fields in web to case method.

 

I need to send the data entered in the webform to the salesforce,as i am new i don't know how to start i

with this.Could you please anyone guide me or provide me the sample code for doing this.

 

Any kind of your help will be much appreciated.

 

Thank you in advance.

 

Regards

Kotti

Need assistance to populate a custom object “A” when data is inserted into Custom Object “B”.

To populate object “A”, I need to fetch data from object b, C and D. All these are custom objects.

I’m currently using .NET and use API to insert records. Is there a way I can implement this using code or Workflow?  Also, when to use Apex code vs SOQL from .NET code?  

Thanks in advance.

Geet

  • February 18, 2010
  • Like
  • 0

i'm a tad new to SF, and am attempting to export report detail into csv file without header line or footer info, just the actual detail data.  Is there an easy way to do this?

 

Thanks very much.

 

Cathy