Hi,
The error title that you are referring to is actually the message group and the message your are providing is the message key. This is intended to look up a message from the MAXMESSAGE table, not to display the message directly.
In the Database Configuration or Application Designer applications you will see an action menu item, "Messages", where you can add new messages that are defined with a message group, message key, and then the message value.
If you had a message, with the following:
Message Group: "custom"
Message Key: "example"
Message : An example of a custom message
You could then call the following:
service.error("custom","example")
and the message "An example of a customer message" would be displayed.
Hope that helps.
- Jason
------------------------------
Jason VenHuizen
https://sharptree.iohttps://opqo.io------------------------------