Is there a way to add server-side entity validation? #1390
Unanswered
Chris Haws (ChristopherHaws)
asked this question in
Q&A
Replies: 2 comments 2 replies
|
Hi Chris Haws (@ChristopherHaws) |
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions