I know I can use a BPM to do this but I would like to accomplish it with Application Studio.
I made a new ud field on OrderHed_UD and tied it to a user code.
I want the initial value when an order is created to be one of those user codes.
I know I can use a BPM to do this but I would like to accomplish it with Application Studio.
I made a new ud field on OrderHed_UD and tied it to a user code.
I want the initial value when an order is created to be one of those user codes.
Row-Update event, triggered when you need it to be.
Pre-proc BPM on Erp.BO.SalesOrder.GetNewOrderHed > Set Field > Set your UD Field to your value

@klincecum Just to get some more practice. I ended up using a Data Rule. The rule is a bit overbearing as it will apply to all the old orders that do not have this field set. But it will only change if the user saves it.