Where Used Report - Multiple Levels

Is it possible to generate a Report containing the results from the Where Used function? Other solutions I've seen only contain one level of results - I am looking for a Where Used Report that goes through multiple levels. 

Parents
  • Per Angela's suggestion, I did this with a query definition. Basically I have a custom item type for Finished Goods that lives at the top of all my BOMs and I needed the Where Used to go all the way up to that item. I have also got the AML from this query somewhere. I simply ran the debugger to get the log to view the AML request sent to the server as the query was executed.

    My definition looks like:

    And the resulting view looks like (it's looking up even though it looks like it's going down... haven't figured this part out yet):

Reply
  • Per Angela's suggestion, I did this with a query definition. Basically I have a custom item type for Finished Goods that lives at the top of all my BOMs and I needed the Where Used to go all the way up to that item. I have also got the AML from this query somewhere. I simply ran the debugger to get the log to view the AML request sent to the server as the query was executed.

    My definition looks like:

    And the resulting view looks like (it's looking up even though it looks like it's going down... haven't figured this part out yet):

Children