• Mohit_Batra
  • NEWBIE
  • 5 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 12
    Replies
Hi Devs

We have implemented the Salesforce Streaming API in .net using LongPooling and Bayeux cient.

But we are seeing that connection getting lost after 48 hours

So my question is, how long does a connection last using the above protocols??
And is there a way we can have a long connection with Salesforce without any hinderence

Any help would be appreciated.

Thanks
Hello Community,

I am looking for an approach in.net where I could perform Convert Lead Operation in Salesforce using Rest API's.
Tried googling online but could not find any approach.

Any help/lead will be highly appreciated.
Thank you
Hi Team,

I am trying to run the bulk upsert api using workbench.
Can anyone please share with me a sample csv file which would be accepted in the salesforce. There is a constant error of LF.

And when there is no error, when trying to fetch the results(/jobs/ingest/jobID/successfulResults/)- it's just displays random csv content without any order??
Is it me only who is facing this issue or somebody else also?

Any help/suggestion would be really appreciated.

Thanks in Advance
Mohit Batra
Hi Team,

I am using the SDK- DeveloperForce.force in .net for bulk operation
(https://github.com/wadewegner/Force.com-Toolkit-for-NET)

Query-> When performing bulk operation how can we identify which record got failed. There is nothing returned for the failed record except the success bool and error message(which does not provide any info for us to backtrack).

Any help/suggestion would be really appreciated.

Thanks in advance
Hi Community,

I have a query related to Bulk Query-2.0
I wanted to understand that is it necessary to delete a job once it's execution is done.
If not, then will there be any consequences related to daily limits or so.

Thanks in Advance
Mohit Batra

Hi Community,

I have a requirement in which i want to have multiple select queries in salesforce.

For ex-> 

SELECT Name,OrderNumber__c,Description FROM Opportunity WHERE Name= 'Test-1'
SELECT Name,OrderNumber__c,Description FROM Opportunity WHERE Name= 'Test-2'
SELECT Name,OrderNumber__c,Description FROM Opportunity WHERE Name= 'Test-3'
.....And it can go upto as many as possible.

I looked everywhere in the salesforce documentation, in the SDK(DeveloperForce.force) and in the forum. But could not find any solution.

I would really appreciate it if you people could look into this and guide me to the best possible solution.
Any Lead/Help would be highly appreciated

Thanks in advance
Mohit Batra

Hi Devs

We have implemented the Salesforce Streaming API in .net using LongPooling and Bayeux cient.

But we are seeing that connection getting lost after 48 hours

So my question is, how long does a connection last using the above protocols??
And is there a way we can have a long connection with Salesforce without any hinderence

Any help would be appreciated.

Thanks
Hello Community,

I am looking for an approach in.net where I could perform Convert Lead Operation in Salesforce using Rest API's.
Tried googling online but could not find any approach.

Any help/lead will be highly appreciated.
Thank you
Hi Team,

I am trying to run the bulk upsert api using workbench.
Can anyone please share with me a sample csv file which would be accepted in the salesforce. There is a constant error of LF.

And when there is no error, when trying to fetch the results(/jobs/ingest/jobID/successfulResults/)- it's just displays random csv content without any order??
Is it me only who is facing this issue or somebody else also?

Any help/suggestion would be really appreciated.

Thanks in Advance
Mohit Batra
Hi Team,

I am using the SDK- DeveloperForce.force in .net for bulk operation
(https://github.com/wadewegner/Force.com-Toolkit-for-NET)

Query-> When performing bulk operation how can we identify which record got failed. There is nothing returned for the failed record except the success bool and error message(which does not provide any info for us to backtrack).

Any help/suggestion would be really appreciated.

Thanks in advance
Hi Community,

I have a query related to Bulk Query-2.0
I wanted to understand that is it necessary to delete a job once it's execution is done.
If not, then will there be any consequences related to daily limits or so.

Thanks in Advance
Mohit Batra

Hi Community,

I have a requirement in which i want to have multiple select queries in salesforce.

For ex-> 

SELECT Name,OrderNumber__c,Description FROM Opportunity WHERE Name= 'Test-1'
SELECT Name,OrderNumber__c,Description FROM Opportunity WHERE Name= 'Test-2'
SELECT Name,OrderNumber__c,Description FROM Opportunity WHERE Name= 'Test-3'
.....And it can go upto as many as possible.

I looked everywhere in the salesforce documentation, in the SDK(DeveloperForce.force) and in the forum. But could not find any solution.

I would really appreciate it if you people could look into this and guide me to the best possible solution.
Any Lead/Help would be highly appreciated

Thanks in advance
Mohit Batra