I am trying to add a text box/label to the top of my job kitting status application to show the entered job number. I am hoping to have this dynamically filtered to the current job number being looked at.
I currently have a card component on top of the original panel card grid, with a text area placed inside. I have also tried with a label and text box as well.
I have the label set to my desired title, the EpBinding set to the DataView.Column, and the settings set to Read Only.
DevTools is browser debugging F12 in Chrome usually opens it. Is this BAQ used anywhere else? It may not be getting called by an event so the BAQ isn’t actually ran thus no data.
The data view used above wasn’t used anywhere else on this page, but I have tried using a data view that is supplying the panel card grid below the new card.