Hello,
I am wondering if it is possible to add fields from Part table to New PO Suggestions grid in App Studio.
I can add the Part dataview to the app, but I don’t know how to add the fields to the SugPoDtl dataview.
Hello,
I am wondering if it is possible to add fields from Part table to New PO Suggestions grid in App Studio.
I can add the Part dataview to the app, but I don’t know how to add the fields to the SugPoDtl dataview.
For existing grids that use BAQs you can replace/edit the BAQs. Otherwise you can add fields in a post-processing directive BPM on the method the grid is loaded from (Erp.BO.POSuggSvc/GetRowsPlant) like so:
FYI, there are caveats: fields added by DD cannot be filtered in the grid, and are not exported to excel, I believe.
Thanks Josh!