function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MunnaMunna 

Getting Message REQUEST_LIMIT_EXCEEDED

Hi,

when i am trying to login to salesforce from my external application getting message REQUEST_LIMIT_EXCEEDED.

As i come to know that there i a limit of 5000 request for developer edition.

 one more thing i have made only 15-20 request in last 24 hours then why i am getting this message.?

Thanks in advance,
Manas
SuperfellSuperfell
You can create an API Usage notification to get more details about where your API calls are being used. What what the error message to go with the REQUEST_LIMIT_EXCEEDED faultCode ?
MunnaMunna
Thanks Simon for reply.

The integration of my application is almost completed.
is there is any way to track that whenever any lead is created on salesforce and i can updated my database without calling any function from my application.
as currently i am doing this at the time of login to my appliaction(getting all the leads using SOQL).

can i make any trigger on salesforce which can keep track that when ever lead is cretad and it's call my webservice and updated my database.


hope you understand what i need.

Thanks in advance.

werewolfwerewolf
Yes, you can do that -- it's called a workflow outbound message.  Look that up in Help & Training.