Fulfillment workbench customization

Our team would like to add PO number and PO release Qty in the fulfillment workbench. I tried creating the quick search and got the data. But I am not sure how to get those data into the columns in order fulfillment. Kindly help.

Thanks
Subha

The quick search will not bring the data back to the grid. The most efficient way would be to create a post processing BPM on Erp.OrderAlloc.OrderAllocationGetRows and get the data with a custom code widget. You can expose and update some of the custom fields in the grid to display your data.

Ross

Thanks for the idea Ross, I will try it.