Hello all.
I created a special menu and called the backend procedure: emailing the supplier.
In that procedure, I am storing debug messages if an email is sent to the supplier display.
As of now, it is sending an email to the business/user and I need to populate a message on the form/window/screen that says" email has been sent" Can you please suggest how to achieve this?
I tried this way.
- created Global variable not assigned any values here (seq 10)
- created SPECIAL seq/rule (seq 20)
- calling pkg. procedure trigger object is SPECIAL seq (seq 30)
action 1—> calling pkg. procedure
action 2—> assigning select pkg.message_fun from to dual to Globale variable
action 3—> display message by using: GLOBAL.global variable name
I can send an email to the user but not populate a pop-up message on the screen.
how to capture and display messages on the screen?
Thank you,