Supressing the DVM Error Validation popping up for Asynchronous requests
Hi,
I have a requirement where i am processing a set of interface requests in a loop Asynchronously. For every interface request before i call the actual interface via a webservice call i am validating the request using the Data Validation Manager (DVM rules). If the request passes all the DVM rules then it calls the interface via a webservice and i receive the response from the interface.
However in case of requests not passing the DVM rules i have checked the aggregate error for all the rules in the DVM, so it throws a pop up aggregating all the DVM rules which its not passed. This is fine in case of a synchronous requests.