You need to sign in to do that
Don't have an account?
Joanna Knott 13
Outbound Message Delay
SF can take up to a minute to run the outbound message after an account change. Is there a way to speed that up?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
@Joanna Knott 13:
Since it is an async call, for which we cannot control the execution/setting the prority, the answer might be "NO". :(.
You can refer to the following document where you can get more details how Salesforce handles the Async exection:
http://www.salesforce.com/us/developer/docs/async_processing/salesforce_async_processing.pdf
Thanks,
balaji
All Answers
@Joanna Knott 13:
Since it is an async call, for which we cannot control the execution/setting the prority, the answer might be "NO". :(.
You can refer to the following document where you can get more details how Salesforce handles the Async exection:
http://www.salesforce.com/us/developer/docs/async_processing/salesforce_async_processing.pdf
Thanks,
balaji
Thanks!