How to "Show Error Notifications" from a service?
Hi. Under each service -> configure service, we have the option to "show success notifications" and "show error notifications". Underneath the latter's message box, it says "Note: include the string [server-message] to include the response from the server". Where exactly do I add this? I assume I can use this for displaying an error message kicked by from my service.
For example, I have two services:
A service that updates a field name in a MS SQL table. If SQL kicks back a message, I would like to display this to the end user.
For the other service, it returns an infotable and I use this infotable to fill a grid. I'm not sure where I would include this message without making my resultset a nested infotable, but that typically screws with the selected row functionality.
Thanks ahead for the knowledge sharing!
Michael

