All:
I'm being asked to access the Tree control on the Manufacturing Graphical BOM window (CARDS > MANUFACTURING > BILL OF MATERIALS) in .NET (VS Tools for Dynamics)
I can access the window itself in .NET via
AddHandler Manufacturing.Forms.GraphicalBomEdit.GraphicalBom.OpenAfterOriginal, AddressOf BOMOpen
I can't find the control (it appears to be called 'Bom_Tree') in any of the intellisense.
What I need to do is to pop up a custom window for each item in the BOM and gather additional information.
Help?
*This post is locked for comments