Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This option is new with since MarvelClient Release 4.

For more complex configurations, MarvelClient allows you to also use references within references.

A typical sub reference looks like this:
{namespace#variablename}
or
{namespace#variablename~defaultvalue}

Example:
<filesystem!size_mb-{user#some_directory~{notes#data_directory}}>
Note that this is a "main reference" with a sub reference, which again has a sub reference.

The above example will return the total size of all files in the directory that is a result of resolving the variable "some_directory" within the user namespace. Should that variable not be set, the reference falls back to returning the total size of all files in the IBM Notes Data directory.

Since the characters <, >, :, !, |, = are reserved for "main references"; the equivalents for subreferences are as follows:

...