Copy OrderDtl UD field value to JobHead UD field with Order Job Wizard

When the Order Job Wizard is run, I need to copy a value from a OrderDtl UD field to a JobHead UD field. My planned approach was to add a BPM to the CreateJob method of the OrderJobWiz business object. When I’ve done this type of BPM in the past, I’ve used the Set Field Filler. However, the UD field in JobHead doesn’t show up as a field in ttJWJobHead for me to set. Can anyone point me in the right direction to accomplish this?

Have you done a DB regen after adding the UD field? may also have to recycle the app pool

Yes, to both. And I confirmed that UD Column maintenance shows the table and data models in sync.

Here’s the code solution I came up with to accomplish my goal. Is there a better way to do this?