Hi All,
I wrote one document validator adaptor. it is working fine. but if the validation fails it is displaying error message like
- Unable to execute adaptor <adaptor_name>: <my custom error message>. Please contact your administrator or see the server logs for more information.
- This form contains errors, please fix accordingly.
like in the screenshot. just i want to display my custom error message only. i don't want to dispaly Unable to execute adaptor <adaptor_name>. Now am using throw new
XFormsProcessorException("Already Doctor has appointment for this time")
in my code.
can any body help to reslove this one
Thanks
Raju.P