You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Issue with Editable Table Saving Updated Row Ids

edited Jan 15, 2021 4:49PM in Visual Builder 3 comments

Content

We followed the blog posts:

https://blogs.oracle.com/vbcs/editable-tables-in-visual-builder-the-oracle-jet-81-approach-v2

https://blogs.oracle.com/shay/editable-table-with-visual-builder-additional-tips

After completing the first blog, the editable table worked fine.  The rows were being updated in the ADP and we were capturing the correct keys.

However, after adding the assign variable action as the first step in the TableBeforeRowEditEndChain, the key value coming into the chain no longer matches the rowdata coming into the chain.  The reason is because when we tab from one row to the next, the TableBeforeRowEditChain is firing first on the next row and updateding our myRow variable BEFORE the TableBeforeRowEditEndChain is firing from the changes made to the first row.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!