Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
At occasions the Creo designer needs to import a simple bom table from Windchill onto the drawing. Can someone shed a light on this please ? Particularly on getting the bom from Windchill. I was thinking for going for the Java JLink kit as we have already a couple of tools in this platform running.
Best regards,
Bernard
You should use ProDwgtableRetrieve() to load your BOM table
Table file location is given by pro_table_dir config.pro option that can be set to Windchill workspace using ProConfigoptSet() function.