Hi,
We have upgraded CRM 4.0 to CRM 2011 and then to CRM 2013. We have one plugin which was registered in post stage of opportunity entity in CRM 4.0 and it is inserting new record in one of the newly created customized entity using stored procedure.
After upgradation, I found it was working fine. But what I have observed is, in the Create step of that plugin, not a single stage (Pre-operation, post-operation, etc.) is selected. I come to know from backend that it is having stage = 50
which is deprecated in CRM 2013. So I thought to remove that plugin and reregister it using available post stage in crm 2013. Once I have done this, this plugin stopped working and giving me sql time out error. I have added "nolock", but it doesn't
work. In my plugin, simple code is to insert some of the values from opportunity into newly created entity.
Any luck on this? I have tried by updating stage from backend to 50 also, but its not working at all.