Method Directive to Update fields from QuoteDtl to Quote Asm.QuoteOpr table User Code Field

We have created a User Defined Field (Customer Pricing UDF) which is attached to the Quote Detail form (dropdown list). The User picks the code and saves. This works fine.

The same field (Customer Pricing UDF) is on the Quote Oper form (Quote Engineering Workbench).

I need help! How would I go about populating the Quote Operations with the CustomerPricing UDF from the Quote Detail so that the user does not have to manually enter this for each operation. The CustomerPriceUDF is on the QuoteOper table.

I tried creating a method directive to update Quote/Update (both pre and post) but I am falling short!

Any direction is greatly appreciated

I was hoping there UD Map for those two tables. That would save you a lot of work. Sadly there appears not.

If you haven’t already do a trace on the quote when you save it and confirm what methods are being fired.

Then just add in some simple message boxes to see the data.
Then move onto updating the other table. There are plenty of examples on here on how to do that either with widgets or with code.

Thanks