Mapping NX model attribute/parameter to NX drawing
Version: Windchill 12.1
Use Case: Trying to map NX model attribute/property to the NX drawing file
Description:
Using the master model system in NX, where the model data is in one file, and the drawing data is in another file. The attribute/property DESCRIPTION is entered in the NX model file, and mapped to Windchill, so it can be displayed in a column in WGM. In the drawing templates, we use DB_DWG_TEMPLATE_DESCRIPTION to map this attribute from the NX model file to the NX drawing file, for use in the drawing format title block, but this does not work to populate the DESCRIPTION attribute/property in the drawing file. For that we have to manually copy it, type it, or link it via inter part object attribute. We would like to automate this, to prevent errors, or simply forgetting to do it.
When forgotten, it looks like this in WGM:

We do have PTC_WM_IS_DRAWING set to "true", so Windchill should know it is a drawing, vs. an assembly.
How would we go about mapping this? Do I need to use a different attribute/property in the NX drawing file, so somehow pull in the DESCRIPTION attribute from the model in Windchill?

