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