Updateable baq method directive

i have created updatable baq ,
what is the next step for generate automated emai notification??


please advice

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)