I am struggling with updating a UD field on the OrderDtl table with Method directive. I am sure that I am missing something very simple, but just can’t figure out what.
I have a pre-processing directive on SalesOrder.MasterUpdate. If I just set the field with no condition the process works.
You may need to get a little fancier if you want to update an OrderDtl record when the OrderMsc record is added/updated. In this case, I would probably write code to make my life easier, but if that is not possible, you will need to enable a Post Processing Directive and then use the Post Processing to update the needed record (Update Field, RowMod = “U”, Run Update Method).