Using BPM to set a value in returned data

use case: Purchasing wants PO Header Comments to show in Supplier Tracker - Links - Purchase Orders.

I did a trace and found the method called to populate the grids
I have created a Post Processing Method Directive on POTrackerSearch.GetRowsByVendorNum
I am using the Update Table by Query widget
the query has ttPODetail and POHeader tables displaying the POHeader.CommentText field
updating all rows of the ttPODetail table with the configured mapping
the mapping consists of ttPODetail.OrigComment and Query POHeader_CommentText
the binding reflects the same mapping

I added a message after the Update Table by Query widget and the message does show when the retrieve button is clicked in Supplier Tracker, but the field is not updated with the PO Header Comment

have you checked this thread ?

1 Like

Silly me for thinking the widgets would do what I wanted…

I have it working with custom code - Thanks