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!

How to show conditional success messages in Apex

Syed Shakir-OracleMar 19 2018 — edited Apr 2 2018

I'm working on requirement where user can add work hours into the calendar and will be stored into the database.

User can add one or multiple calendar entries at a time. I've to validate entry shouldn't be exists with the same date and time (without overlapping) before inserting into the database.

It's working fine if user creates one entry and try to create another with the same date and time, I can configure the success message or failure message in Apex UI in the process.

If user adding multiple entries and partial entries succeeded and partial failed due to duplicate entries, I've to show to the user with the same message as "Records updated and duplicate entries has been ignored.

Please let me know how to configure partial success messages in Oracle Apex.

This post has been answered by Pierre Yotti on Apr 2 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2018
Added on Mar 19 2018
11 comments
5,337 views