I have implemented a virtual table with CRUD operations and all works perfectly, except that I am getting this error on Create operation after I save the newly created record:
"Custom plugin execution is not allowed in nested pipeline for Virtual Entity.Session ...Event Name: ondataload"
I don't get errors from the plugin (says completed OK in the trace) and I do not have any handlers registered for the table form so I don't know where this error is coming from.