Hi,
I created a method directive on Erp.BO.Quote.ChangePartNum to load data on to two fields in Quote Table from Part whenever a new part is added or changed. The fields are QuoteDtl.DrawNum and QuoteDtl.DrawRev_c .
The UD field is updating without any issues. It is the system field DrawNum that is not working
This BO method is just a helper to build datasets properly. It doesn’t change anything, and the field is likely being overwritten in the base.
Move it to post.
I recreated the BPM as POST directive. However, no change it is not copying data to DrawNum while DrawRev_c is updated
Did you trace and see if the data coming back from this call looks correct?
What is your ultimate goal?