I am trying to add a read-only boolean field on Method Tracker of a UD field added to the Part table.
Steps I’ve taken:
I’ve added a data view attempting to simply bind the two tables and set the new check box field to bind to Part.UDField. I have the Parent/Child set to link ECOMtl to Part using partnum. I’ve tried different settings in the Data View and Server View fields, but the field is not populating.
Do I need to add an event to trigger this? I’ve searched for another post and watched a few videos, but no luck getting this to work. Any help in the right direction would be appreciated. Steps including everything I need to do to get this working would also be appreciated.
Yeah, use DevTools in your browser to trace what events trigger when adding a material part. Then you’ll know what even you’ll need to trigger after to pull the data from the Part table.