Working with Documents

Documents (Definitions > Documents) provide a convenient space for you to keep notes. For example, you can use them to store:

  • Procedures

  • Pseudocode

  • High-level design notes

The tabs available are as follows.

  • Document: Lets you name the Document and specify a Format.

  • Content: Lets you upload or enter content.

  • Documentation: The standard Documentation screen.

Referring to Documents from Other Objects

You can specify the full path of Documents in other objects as follows:

Copy
doc:[<doc_partition>:][/<partition>.<application>]*/<name>.<extension>
  • <doc_partition>: The Partition of the Document. Defaults to GLOBAL.
  • <partition>: The Partition an Application.
  • <application>: The name of the Application. Because Applications are hierarchical, an Application can have a parent (and child) Application, all Applications in the hierarchy must be specified.
  • <name>: The Name of the document.
  • <extension>: The document filename extension.