Hi everyone,
I'm working with Oracle APEX version 24.1.4, and I have a scenario where one user presses a "Request Info" button. After that, the request is sent to the task initiator. Once the initiator submits the request, I need to ensure that the request is sent to all relevant departments.
Here’s the workflow:
- A user presses the "Request Info" button.
- The request goes to the task initiator.
- The task initiator submits the request.
- I need to ensure the request is sent to all departments after submission.
What is the best approach to implement this in Oracle APEX? Should I use a workflow process, notifications, or any other method to handle this?
Any help or examples would be greatly appreciated!
Thanks in advance!