Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
What is the correct repeat region code to make sure my description shows in my BOM list?
Also I know the problem has to do with how I've set up your drawing format.
My Drawing Format file:

My Assembly file:

The BOM table is driven by the part parameters and having a description field depends on how you may have set it up in the models. It could be something like asm.mbr.description, or asm.mbr.title, etc. but regardless, it follows the format of:
asm.mbr.[your description parameter]
Without the [ ]. If you are typing it directly into a table cell or text field then you'll need to precede it with a &:
&asm.mbr.[your description parameter]
