You need to sign in to do that
Don't have an account?
Nagesh S
Handling the error transactions in Rest callouts
Hi Guys,
I have new to Rest Integration and I have requirement to implement the process to consume the external rest webservices and make the callout whenever a case has been created in salesforce. For this i have creeated apex class with future methosds to handle the callouts and calling the methods from trigger.
Now I have to handle the cases that are not proccesed or errored due to some server errors.
Can any one suggest me the best way to handle the error callout transactions ?
Appriciated your great suggestions.
Thanks,
I have new to Rest Integration and I have requirement to implement the process to consume the external rest webservices and make the callout whenever a case has been created in salesforce. For this i have creeated apex class with future methosds to handle the callouts and calling the methods from trigger.
Now I have to handle the cases that are not proccesed or errored due to some server errors.
Can any one suggest me the best way to handle the error callout transactions ?
Appriciated your great suggestions.
Thanks,
Use this as reference.
Thanks for response.
I can insert recordID into a custom object but I dont want to stop there. Im looking for the best way to process them agian without user interaction.
Now Im having the option as recreate the record so it will follow the Callout process.
Thanks,