I have a number of actions that trigger custom plugins to do various things with opportunity products,
The issue I'm facing is that I can't trigger the delete opportunity products action (with a list to delete) and the create new opportunities at the same time as it seems dynamics locks the table.
Is ther away arround this?
I also cant call in a synchronous transaction as the opportunitys contain 400+ products to delete and dynamics hits time outs...
Is there a way to create a queue of actions to trigger (that will trigger in order one after the other) in order ?