Question
How to retrieve Quantity attribute for WTPart Structure?
I am trying to retrieve Quantity attribute for BOM Structure.
WTPartUsageLink puLink = WTPartUsageLink.newWTPartUsageLink(part, partMaster);
puLink.getQuantity().getAmount(); //gives quantity 1.0 always.

