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 send an email when a value of the form field changed to a particular value ?

gkthomasMar 28 2017 — edited Mar 30 2017

In my oracle apex form , when user  change the status field value to "Assigned" from "New" and save , an email to be sent to the assigned user. for this purpose i created a  process After Submit with PL/SQL function and attached to the save button.  it works fine when the status changed to "Assigned" from New, However it also send email when  any other field is updated while already the status= "Assigned".   How can I limit the process execute only when status changed "Assigned" only . it should not send email when status is still "Assigned" and other fields are  updated.  ?

Thanks

George

This post has been answered by Mike Kutz on Mar 29 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2017
Added on Mar 28 2017
6 comments
798 views