Question
Error in TreeHandler
- October 22, 2010
- 1 reply
- 702 views
Hi,
I have a tree as shown in the figure and I have to write a DataUtility class for a particular column, say Column "Name".
How to get the Parent oid of an object in the Table?
NmHTMLTableNode node = new NmHTMLTableNode (object);
is not giving the null value for
node.getParent();
node.getRoot() is returning the same oid object.
There is no link(PartUsage link or Any OOTB link) between the parent and child nodes.
Have any ideas?
Thanks in advance ....

