[progress Communities] [progress Openedge Abl] Forum Post: Re: How Can We Build A Kuib App...

  • Thread starter Thread starter maura
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top