Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex.server.process is auto commiting changes

ApexMeisterJan 12 2017 — edited Jan 13 2017

I'm using apex 5.1, universal theme and 11g DB.

I have a dml form with interactive grid and save changes button. I added another button to do something and i'm using JS apex.server.process to do some pl/sql code.

When this code completes even I click cancel the changes are already committed.

Example I have of programs the user have access to and I need a faster way to enter.

Instead of adding all the valid programs one by one I added a button to add all programs for group A only.

I need these changes to be part of the whole dml form so the expectation is if the user clicks cancel no changes will be committed to the DB.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2017
Added on Jan 12 2017
6 comments
859 views