Hi All,
I have a sandboxed plugin that is triggered on account update, this plugin connects to 3rd party service which in tern connects to the CRM via SDK and it performs a query that is trying to get the same account record, then the execution of the query gets on hold until the sandboxed plugin finishes the timeout (2 mins), at this point the plugin releases the record (timeout exception) and the query will be executed.
I am working on large project built approx 4 years ago or more and the architecture of the code dictates that the logic is implemented on the plugins and the data access process (retrieve, update and create) is implemented on 3rd party service.
If a plugin needs to get/update entity, it does this through the 3rd party service which connects to the CRM.
In CRM 4.0, there is no problem in "On-Premises", but now we have an upgrade plan (moving to CRM 2011 online) and I am facing this problem, it is a limitation on the sandbox mode.
Can anyone help please?
Leave your answers ASAP, I don't have time :(
Thanks