Equating a view with a parts list row

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can I locate a drawing view that relates to a parts list row or vice versa?
Doc is an Weldment (assembly) drawing, can be single or multi-sheet as all components are documented in the same FAB drawing.
Sheet 1 has Weldment base view and parts list and sometimes other component views.
Weldment components are individual models with views instanced in the drawing.
Weldment components do not have part numbers, they are removed manually from iproperties. These parts list cells are empty.
In the drawing, for each parts list row, I want to locate the drawing view. Or...
In the drawing, for each view, I want to locate the parts list row.
For parts lists, I know you can parse a row and get a specific cell.
For a drawing view, I know I can get the ReferencedDocument, however, the value doesn't seem to equate directly to anything identifiable in the parts list.
Any thoughts on how to approach this would be most appreciated.