Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
We want to retrieve a multilevel BOM structure report using query builder. Please help in creating a qml to get multilevel BOM strructure
Multilevel BOM needs recursive database queries which is not currently possible in query builder. You have to use info engine/java api's for that. From query builder what you can get a single level though - http://www.ptc.com/appserver/cs/view/solution.jsp?n=CS72503
