VISULOX 5 Documentation
5.0.2 5.0.1
5.0.2 5.0.1

How to control messages from the command line


Overview

The command line tool "VISULOX admin message" allows to control messages.


Usage


The following subcommands are available:

Command

Description

list

List and print messages.

add

Add a message.

edit

Modify fields of a message.

delete

Remove a message.

categories

Show all available message categories

fields

List available database fields (-raw = enhanced output)

Message elements (edit)


Element

Description

-name <>

Name of the message or use AUTO <> (mandatory)

-category <>

Message category <> (mandatory!)

-content <>

Content of the message <>

-grant <>

Set granted user in database record <>


Examples


visulox admin message list
    ----------------------------------------
    |            basicname |      category |
    ----------------------------------------
    |             Downtime |          info |
    |              Meeting |          info |
    |              Welcome |          info |
    |      Session checked |    annotation |
    |         Film checked |    annotation |
    |       Session marked |    annotation |
    |             Shutdown |       message |
    |  Session termination |    sessionend |
    |       Spontan Access | spontanaccess |
    |      Preventive lock |   sessionlock |
    | Locked by supervisor |   sessionlock |
    |    Close application |       message |
    |      Unknown content |      ftreject |
    |  Rejected by project |      ftreject |
    |    Change management |    ftapproved |
    |         Support file |    ftapproved |
    |         Bug checkout |      checkout |
    |    Training checkout |      checkout |
    ----------------------------------------


visulox admin message add -name Test -category info -content "Adding a new test message"


visulox admin action edit -name Test -grant Supervisor



visulox admin message categories
info,message,annotation,ftapproved,ftreject,sessionend,sessionlock,sessionrecmanually,checkout,spontanaccess


visulox admin message delete -name Test