M
maura
Guest
Hi Carl, A temp-table BE is supported, but with CRUD support only and no Submit. So you should not be calling the jsdo.saveChanges(true) method, but rather jsdo.saveChanges(false). So it sounds like you have implemented a Submit operation in your backend for you temp-table BE? If so, this is causing the issue. We do not support the Submit operation for temp-tables only, because in order for it to work correctly in all cases, we require the before-image data support. If you want to support Submit functionality for a tt BusinessEntity, you would have to implement it via a customized invoke operation. Maura
Continue reading...
Continue reading...