i have created updatable baq ,
what is the next step for generate automated emai notification??
please advice
i have created updatable baq ,
what is the next step for generate automated emai notification??
If I get this correctly, when a record is changed over your U-BAQ, you want to receive an email notification about what record was changed?
when part on hold is checked.
PArthold= true
@zeelthakkar21 if you want an email when any part hold is set do a data directive. if you only want an email from this baq then the code below is 90% of what you want.
if you put it post processing on update it will only see the updated rows. If hold is the only field they can change then you don’t even need conditions.
ubaq sample email.cs (1.0 KB)
Hi Greg,
Quick question, how do you send an email for an updatable baq from a data directive? I’ve been testing using the method directive for this with out success.
Thanks!
They are two different ways to email. ubaq is on a schedule and the routine is in post processing of getlist and data directive is one per event.
Do you want to post what you have and we can look at moving it to a data directive?
Hi Greg
Here is what I am working on trying to use a method directive
@Jennifer I read the thread and Brandon is giving good advice. Hally mentioned in the middle you might want to move it to a DD instead of a method. Every email I send is from a DD not a method, but I started that way back in e9.