Hi Team,
I have one field and for that i have wriiten rues using rules editor below is code which i have user.
if (this.value === null) {
console.log("Before error mesage");
var errors = ["Please enter the name correctly"];
guideBridge.validate(errors,guide[0].guide1[0].guideRootPanel[0].lastname[0],true);
console.log("After the error meaasge");
}
What else i need to do this code to work kindly some on help here