BPM to Make New Order Release UnFirm

By default when an order line is created, the release is firm.

The first release is created automatically once the line is entered. What I am trying to do is create a BPM that checks the release as UnFirm.

I started at using the Method SalesOrder.GetNewOrderRel for my BPM. However, I cannot get the BPM to work on the first release that is created automatically. When I add a new release, the BPM works. Its just that first release.

Any Ideas??

Thanks!

I would use a Data Directive on OrderRel ,
Condition if new release, set the field to desired value.

Pierre

This should be a Data Directive - InTransaction BPM.
image

Add a condition to check for any “added” row to the OrderRel table.
image

Set the FirmRelease field to false.
image

4 Likes