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.