I thought I would try this again on 2023.2 and see if I could get further. Here is what I’ve done so far:
- Added custom BAQ view and added a new panel card grid to the landing page for Purchase Order Entry
- Marked the PONum field “Is Link” = true
- Added a custom event event type Grid hook On Click Target (my grid).
It won’t load the purchase order when I click on the PO num though and never even gets to my custom event.
PONum column in the regular grid:
And in my grid:
Trace in the normal PO entry screen when clicking a PO Num:
vs. mine:
I’m not understanding how the standard grid is passing in the dataview name of POHeader into that condition and mine is not. Where is that coming from?