Hello,
I'd like to know how you do it.
I have several entities that will be used via Power Pages, Power Apps, and other systems.
My problem is that I want to implement server-side validation for inserts and updates.
But I might end up with too many plugins if I have multiple tables.
Why server-side validation? Because a user could bypass one of the applications to insert inconsistent data.
What do you think would be the best approach?
Thank you