Skip to main content
1-Visitor
May 8, 2013
Question

Part Usage table customization

  • May 8, 2013
  • 0 replies
  • 742 views

I am trying to set the component for an attribute in the Part Usage table, or possibly in the Edit Usage Attributes dialog, to a dynamically created list of values that the user can select from; but, I'm having trouble finding any customization hooks that will allow me to do this.

I can set a data utility for the attribute on the Edit Usage Attributes dialog, but it is calling getPlainDataValue instead of getDataValue which seems to just call toString on the object I return and uses that as the attribute value.

Any help would be greatly appreciated.