Job Status dbd UI

I was hoping for some direction on adding some fields to an existing OOTB Kinetic dashboard (Job Status). I tried simply changing the BAQ and assigning the DataView to that new BAQ:

This brings in my manipulated BAQ and the columns I want:

I want this dataset to be applied to the Materials Grid, the same grid that displays the zJobMaterial01 DataView that my BAQ is now assigned to. However, when I go to the columns in Properties, I do not see my PORel fields:

Am I missing a step? Should I just scrap everything and create a grid and set it to my BAQ? Should I create an entirely new dataview? Just hoping for some friendly direction pointing from someone who’s been done this same road. Thank you!

You will also have to add your new column in the Grid Model.

Or you can run guided setup to quickly bring them in from the BAQ.

5 Likes

Thank you sir! I tried to manually add the column, but after doing that, the BAQ would always return null. Eventually, I found I missed the step of adding my new BAQ in Provider Model:

After doing that, I added my column again, and it worked. I hope this helps someone else quickly. Take care!

5 Likes