respAddMessage()
This procedure adds message to response.
| Parameter | Type | Description | |
|---|---|---|---|
| msgType | 10A | Mandatory | Type of message |
| messageId | 30A VARYING, VARSIZE | Mandatory | Message Id |
| messageKey | 30A VARYING, VARSIZE | Mandatory | Message key. For example field name or any other element which connects message with application |
| messageText1 | 1024A VARYING, VARSIZE | Mandatory | Message text |
| messageText2 | 1024A VARYING, VARSIZE | Optional | Additional message text |
Following message types are supported:
| Type | Description |
|---|---|
| ERROR | Error message |
| WARNING | Warning message. This message needs to be confirmed by user |
| INFO | Informational message. This message do not need to be confirmed nu user |
Examples: