I have a plugin which is registered on pre create event through which i set few parameter in the context.
Issue is if 260 records got created in a day. It fails to update few fields in some of the record.
To test, i followed few steps:
1) I debug the code in console application. It works fine.
2) i wrote a same set of code in update message. It works perfect.
Now its difficult to understand why it gets failed with few records only.
*This post is locked for comments