Hi I'm using the Portal WebAPI to perform some real-time validation on duplicate contacts based on the entered email address. This is working, but the call is asynchronous and does not return in time when it is called before clicking the submit button. Is there any other method that is Synchronous that i could use for this?
This validation has to happen before the submit button is pressed on an entity form since im using entityFormClientValidate function
Regards Gary