Alert box
An alert box is a message that is displayed in a pop-up dialog box. The value of alert-type determines the type of alert box. The possible values are:
| Types | Description |
|---|---|
| Message | Used to display plain Messages |
| Question | Used to prompt a question to the user with yes/no option |
| Information | Used to provide Information |
| Error | Used to display the Error in the application, stops transaction |
| Warning | Used to display a warning message, stops transaction |
An Alert box can be configured from the following path X/E Files >X/E Master Files > Messages

Messages Window
Following is the explanation of the labels in the Messages Window.
| Labels | Description |
|---|---|
| Error | Defines the name of the Error code |
| Language | Language used in the Alert box |
| Type | Select value from the below list based on the requirement• Message• Question• Information• Error• Warning |
| Message | The text to be displayed on the pop-up |
| Log File | Check this box to save the message to the Log file |
| Changed by | Displays audit info about the user who last accessed this program. |
| Send To | Displays audit info about the where to send the data from this program. |
| Reserved | Reserved for Javra IDE Files Framework |
| Private | Can be customized by the User |