Part Plant Update-able Dashboard Help

I am trying to create an updateable dashboard so that specific users can easily update part plant configs.

This is what i have:

This is the error i get when i save:
image

What do i need to do to fix this.
Thanks!

You need to have Part.Company and Part.PartNum in your displayed fields. So add the Part table to your BAQ.

Or you can change these values to …

ttResult.PartPlant_Company
ttResult.PartPlant_PartNum

1 Like