Hi,
I want to create a BPM whenever a new price has been set(updated) for a Line or new line in sales Order Entry.
I have selected as a method directive "SalesOrdHedDtl.Update" and then "New Pre-processing" with condition: number of rows in the 'querySOUpdate' query is not less than 1
querySOUpdate: for each ttOrderDtl where ttOrderDtl.UnitPrice <> '' and ttOrderDtl.PartNum <> '' and ttOrderDtl.RowMod='A'
Then I tried to create a new sales order or update an existing one with a new line and change the unit price but no action is triggered.
What am I missing?
Thank you!
Are you using the email template in Vantage and the emails are only showing data for ttOrderDtl?
We have an email alert that works as follows:
PreProcessing Method
Condition: If [field] changed
Action: Enable Post Process Directives
PostProcessing Method:
Condition: Directive enabled from Pre Method
Action: Send email using template (we have ttOrderHed fields on here)
Hope this helps.