• Chintan-Strings
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hello,

 

I am using query("my select statement") function from API to fetch records from Sales Force Account. The Record Count is more but its only giving 2000 records.

Is it the limitation of SOQL SELECT Statement? 

How can I make SalesForce Calling or Invoking outside application function/webservice?

 

Requirements are- when Account is being created  in Sales Force, we need to create the same account in our Sql Server Database in real time. So I need some kind of mechanism which calls my WebService and passes Account Details from Sales Force and my Web Service in turn gets Account details and creates Account in DB. 

 

Is there anyway to call some outside code from Sales Force in real time? 

We are trying to Login via API (C#) code, its displaying "INVALID_LOGIN: Invalid username, password, security token; or user locked out." message.

We created SandBox in the past and used to login and develop via API, it worked, but login in Production Environment is not working.

I checked username/password/security token, it all looks fine, the API is also enabled for user profile. Please help.

Hello,

 

I am aware of the Apex Trigger in Sales Force, but Is there anyway to make Insert/Update from Sales force to MS Sql Server? If I create Web Service, then it needs to be called from externally.

 

Assume I have this scenario. If someone creates account in Sales Force, it should trigger an event and send this Account Information to MS Sql Server DB of our organization. Once its inserted in our Sql DB, it will create particular AccountID and give it back to Sales Force. The reason I need to accomplice this is our Account creation process used to start from Our own website so it was creating AccountID (Auto Generated) from DB and used from Primary identification for Account across system. Now we want to create Account from Sales Force but need to keeep AccountId generated from DB only.

 

How can I accomplice this?

Hello Everyone,

 

We have Sales Force services  and Dynamics AX software setup for business. I want to update the Sales Force data with any update made in AX System, for ex. if Accounting Department makes any update in Account..it should update the  Sales Force data too. So its information update from AX to SalesForce.

 

I want to achieve this with Custom In house programming, and not using any Component. How do I achieve this..and what kind of strategy I can use? I know that Sales Force has some webservices that I can call from outside....but how can I call this services when there is some database update in AX system....The database update in AX system should trigger the call and update the Sales force.

 

I would appreciate any hint/support with this.

Thank you in advance. 

 

Hello,

 

I am using query("my select statement") function from API to fetch records from Sales Force Account. The Record Count is more but its only giving 2000 records.

Is it the limitation of SOQL SELECT Statement? 

We are trying to Login via API (C#) code, its displaying "INVALID_LOGIN: Invalid username, password, security token; or user locked out." message.

We created SandBox in the past and used to login and develop via API, it worked, but login in Production Environment is not working.

I checked username/password/security token, it all looks fine, the API is also enabled for user profile. Please help.

Hello Everyone,

 

We have Sales Force services  and Dynamics AX software setup for business. I want to update the Sales Force data with any update made in AX System, for ex. if Accounting Department makes any update in Account..it should update the  Sales Force data too. So its information update from AX to SalesForce.

 

I want to achieve this with Custom In house programming, and not using any Component. How do I achieve this..and what kind of strategy I can use? I know that Sales Force has some webservices that I can call from outside....but how can I call this services when there is some database update in AX system....The database update in AX system should trigger the call and update the Sales force.

 

I would appreciate any hint/support with this.

Thank you in advance.