Develop > Wizards > Using the Wizard Tool > Messaging tab field definitions

Messaging tab field definitions

Use this tab to set any messages to be displayed to the end user when specified conditions occur.

Field Description

Message

message

Message to be displayed when a certain condition occurs. This field will also take a message number from the scmessage database. For example: scmsg(106,"fc").

Condition

message.cond

Enter a condition for the message that evaluates to true or false to determine if the message should be issued. For example:

not nullsub($L.finish,false)

Type

message.type

Select the format of the message to display to users (pop-up or on- screen). The default is on-screen.

Level

message.level

Select the level of severity of the message:

*Info: Informational only (default)

*Action needed

*Error message: The error message issued to the user when a serious error is encountered.