JAVA PX: Setting Multilist values doesn't work
Hi all,
I'm trying to set values in a multilist cell but it doesn't work, it returns a null pointer exception.
What I want to do is to pass a multilist taken from an item to all the items contained in its BOM.
I have checked my code a lot of times but I'm not able to solve the issue. The error is generated at the "setValue" row (I'm writing it in bold and italic), if I delete that one everything goes fine (but obviously doesn't write anything into the cell).
Seems like setValue is not the correct instruction.
...
private void explodeBOM(IItem item, IAgileList list) throws Exception {