Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

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

...

 

Namespaces for MarvelClient References
notesIBM Notes client details; <notes> … </notes> in config.xml
iniReferences a notes.ini entry; available variable names and values depend on the respective target user's notes.ini
osOperating system details; <os> ... </os> in config.xml
envReferences an operating system environment variable; available variables names and values depend on the respective target user's operating system environment.
(on Windows, think launching cmd.exe and entering the "set" command)
filesystemPerforms a real-time query for disk, directory or file properties (e.g. size, number of files, and similar)
userThis Namespace is meant for your own variables, allowing you to freely write your own variables into this namespace:

Example:
using a "*.ini & Variables" Action to set "user:replica_type" to "stub".
Action_aliasAllows to reference results and variables of MarvelClient Actions; for example “<alias:replica_type>” allows to reference a Desktop Icon & Replica Action in order to query for whether a local replica exists for a given application.
mcMarvelClient "System variables"; <mc> … </mc> in config.xml
mz"System variables" for MarvelClient Zip/Unzip and Attachment blocking (formerly called MarvelZip); <mz> … </mz> in config.xml

 


When looking at a config.xml file, you will notice that more namespaces exist; they are usually not all too useful for creating Actions and Conditions, though.

The available Variable names from within the Namespaces mc, mz, os and notes can be derived from a representative config.xml (in each client’s Working Directory or in the Analyze database if so collected).

Note that the config.xml file is recreated upon every client start – after closing an IBM Notes Client, any therein stored variables are NOT read back ever.
 

...