BPM on the first SO release

Hi Guys,

I’m trying to write a BPM to compare the site(plant) of the user and the site(plant) of the SO release and send a warning if they don’t match. It’s simple enough for on the new SalesOrder.GetNewOrderRel method, but I can’t figure out the business method that creates the first rel. When I use the trace log, it seems to show up like magic sometime after the GetNewOrderDtl and MasterUpdate methods are called. A data directive doesn’t work because I care about the user’s site.

Any help or workarounds would be greatly appreciated.

Try a Data Directive on the Added row.

Hi @Jason_Woods,
How would you get the user’s current site from a data directive and pass back a notification? I thought those things can only be done with Method Directives.

Show Message is available in an In-Transaction Data Directive.