I am getting this error when I call update in my BusinessListBase
[
Transactional(TransactionalTypes.TransactionScope)] protected override void DataPortal_Update(){
this.Child_Update();}
I do not see and overridable method in BusinessBase that is Child_Insert or in the BusinessListBase. Not share where I am to put this.
Copyright (c) Marimer LLC