I have created a standard Data Directive on the ReqHead file to send an email alert to the appropriate users when a requisition needs approval and/or when it is approved and sent to purchasing. I have two conditions: Cond 1: if ActionID is = APR and user who calls the method belongs to a defined security group send an email to the approving authority. If Cond1 = FALSE then check Cond 2: if ActionID = PURCH and use who calls the method belongs to a defined security group send an email to purchasing. The first part of the DD seems to work beautifully; the second condition does not work at all. Anyone have any ideas what I am not seeing?