You need to sign in to do that
Don't have an account?

How to get the API Call limit in thirdparty application
Hi Folks,
How can we get the remaining limitation for API call in third party application.
If we exceed the API call limit per day then how can we handele the requests.
If request sent from third party application to salesforce and the limit is crossed, will it be in queue for next day?
Can any one please suggest on these scearios. Its urgent !!! Thanks in Advance!!!
Regards,
Krish
How can we get the remaining limitation for API call in third party application.
If we exceed the API call limit per day then how can we handele the requests.
If request sent from third party application to salesforce and the limit is crossed, will it be in queue for next day?
Can any one please suggest on these scearios. Its urgent !!! Thanks in Advance!!!
Regards,
Krish
Once your org limit is crossed then all the API request for the user will blocked. It won't wait in a queue
Thanks for quick reply.
Users will update record in third party application then they are calling Salesforce API to update the same in salesforce.
Is there any best practice/way to handle this type of situation if the API limit is crossed. because the records will not be processed and we need to wait for next day..
Regards,
Krish