Hi,
I have a custom entity "Meeting Tracker", and in this entity I have grid of contacts (name is External Attendees). As I am adding the contacts in this grid then a plugin is executing which is updating a single line of text field in this same entity.
Then my plugin is giving an error
And this error is coming with specific role and only sometime I am getting this error but with admin role it's working fine.
In the Above attached code, till line number 89 "External attendees: " my code is working fine after that code is giving error at line 94 service.Update(trackerToUpdate);
I don't understand why this error is coming only few cases, if It is the security role error then it should come every time.