How to set a UD field to a specific value in Kinetic?

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.

You should be able to just set an initial value for the field in UD Column Maintenance.

4 Likes

Pre-proc BPM on Erp.BO.SalesOrder.GetNewOrderHed > Set Field > Set your UD Field to your value

1 Like

ryan reynolds hd GIF

2 Likes

@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.

1 Like