Hi Everyone,
I am writing a plugin to update all the child records once parent field is updated.
I have written the plugin on post operation and the message is updated. I have also mentioned the filtering attribute to trigger the plugin only when you change that field.
When i debug the code I could see all the operations are performing well but once it reached to service.Update, then it throws the error which says " The size necessary to buffer the XML content exceeded the buffer quota"
I tried to check if there are another plugins in the list that are profiled but there are no plugins profiled.
Also there are no other plugins on update of the record.
But I could see whenever I update the field, there are 12 plugin trace log records that gets created.
Any help would be highly appreciated.Thank you