I have a complicated assembly with multiple configurations which call out specific component configurations in the BOM. For that reason, I'm using my assembly design table as a sort of makeshift BOM so that I can link the component configurations to the assembly configurations. In doing this, I need to display the "Description" of the component configuration, as opposed to the configuration name or the part number. I know the design table code for the component configuration is...
$CONFIGURATION@"Part Number"<instance>
but what is the code for calling up the description of that part configuration? Can this even be done?
Ok, I have a question.
You say you can't use a BOM because it would be too large. Understand that.
BUT, if you could use a BOM would you?
I say this because in case you didn't know this, you can split BOM's into several sections.
Maybe your BOM could stretch over a few sheets.
Have you thought about that?
Another method is if you select these components in your drawing you can link a note to the custom property
Then if you can RC on the annotation note and select "Edit Text in Window you can see the code.
Then maybe once you get the code right copy that into your design table.
Maybe this will get down the path you are looking to go.