argos-sdk
argos-sdk copied to clipboard
Validation exception problem
If a rule is throwing a validation exception, this mesage is not displayed to the end user.
Is this still an issue in v1.1 ?
We (PSG) commonly implement Entity validation logic by using the Entity OnBeforeInsert() and OnBeforeUpdate() events, throwing a ValidationException with a msg string indicating which Properties failed validation.
Maybe have to trace through the code to see if this exception is getting suppressed at the JScript SData library code or in the View display classes in Mobile (SDK) code?
Yes, it is still an issue.