Is there a way to add server-side entity validation? #1390
Unanswered
ChristopherHaws
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @ChristopherHaws |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is my preferred way to perform some complex validation (or data manipulation). However, I am struggling to find a way to expose the custom validation message to DAB, so that the client is notified what exception occurs. I have a question posted and a screenshot of what my stored proc returns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if there is a way to add server-side entity validation. Looking through the docs didn't point me anywhere and I couldn't find anyone else asking about it in an issue. If not, what is the recommended approach to ensuring bad data doesn't get saved into the database?
Beta Was this translation helpful? Give feedback.
All reactions