To change the object ID of all nodes representing a business object (for instance, all nodes that point to Part-5000), use: [Tree].getObject(String objectID).changeID(String newObjectID, boolean refresh); The following method is deprecated. If existing custom code uses it, the code will work for now, but the method will be eliminated eventually so you should no longer use it. objNode.changeObjectID(String newObjectID, boolean refresh); |