Previous Topic

Next Topic

Book Contents

Book Index

Home Page

Documenting Call Trees

With practice, it will become easy to create complex Call Trees. These Call Trees may be difficult to understand when viewed at a much later time, so it is desirable to have well-documented Call Trees that will be easy to understand even months after they are created.

There are three good ways to document a Call Tree:

  1. When creating Nodes in the Call Tree, use names that are meaningful and will help make the Call Tree display more understandable.
  2. Use comments in the VBScript Macros of each Node. You can insert comment lines by using an apostrophe to start the line. For example:
  3. ' This line could contain comment.

  4. Write comments in the Call Tree documentation field. The Call Tree documentation field is saved within the Call Tree and provides a place to write general comments and notes about the Call Tree. To access the Call Tree's documentation, choose Call Tree ... Edit Call Tree's Documentation from the menu bar.

See Also

Call Trees

Call Tree Window

How Call Trees are Processed

Manipulating Call Trees

Inbound vs. Outbound Call Trees