xRM-Portals-Community-Edition
xRM-Portals-Community-Edition copied to clipboard
webFormClientValidate function missing
I'm unable to find the webFormClientValidate() function on a web page that uses Liquid Template and I discovered that it's missing the funcition in AdxStudio.Xrm/Web/UI/WebControls/LiquidServerControl.cs
function webFormClientValidate() { // Custom client side validation. Method is called by the submit button's onclick event. // Must return true or false. Returning false will prevent the form from submitting. return true; }
What is the impact of the function not being present? Is there an error or is something you're trying to do not working?
The impact is that you cannot do a general client side validation on a WebForm if the page is using a Liquid Template.