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!

Duplicate Row Updated. message poping up

Jake4321Aug 12 2020 — edited Aug 14 2020

Hi all,

I have this page where I have a the following javascript to submit update the page.

else {

        apex.submit('UPDATE');

        apex.message.showPageSuccess("Opération complétée!");

        } ;

The issue I have is that a redundant "Row Updated." message also appears on the page after my custom "Opération complétée!" message and I have no idea where it comes from.

the sequence is as follow,

1-I click the Suubmit button,

2-The row gets updated,

3-My message "Opération complétée!" is displayed

4-The page is refreshed

5-The "Row Updated." message  is displayed

From all I can see, it comes from the apex.submit('UPDATE'); instruction but I am not sure if this is the case.

If so is there a way to disable the canned message from apex.submit('UPDATE').

Otherwise How can I go about troubleshooting this?

Any tips, comments, suggestions are greatly appreciated as ussual.

Thanks,

Jake

This post has been answered by Sven W. on Aug 14 2020
Jump to Answer
Comments
Post Details
Added on Aug 12 2020
6 comments
849 views