createMessage function


createMessage

createMessage (message_text)

Creates a message. The message must be sent to a user or one or more viewers for the message to be useful.

Parameters:

The String text for the new message.

Returns:

The newly created message.

Example

// Send a message to all attached viewers and make it magenta (pink) to
// get their attention
myMsg = createMessage("Welcome my friends to BMC MainView Console Management")
myMsg.COLOR = MAGENTA
sendMessageToAllViewers(myMsg)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*