5 years, 11 months ago
#18518
::
But what about if insert statement runs into problems and returns following error message (in connector test dialog):
“message”: “Duplicate entry ‘1-1-DE’ for key ‘PRIMARY’”,
“success”: false
I’ve tried to get it with a try-catch-block in business object but that did not work.
Also output parameters in connector isn’t working for that database errors.
How do I get access to the error message so I can react in bussiness object on it?