Obtaining the Details Tree Object

The details tree (Categories menu) is always contained in the topmost frameset of the application.

To get a reference to the details tree object, use:

var objDetailsTree = top.objDetailsTree;

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.

var objDetailsTree = top.tempTree;