Hi Team,
I have applied a field validation on edit page of section field "Name" that is should allow only numbers and it is working fine.
But the same section is an editable detail on other section where the field validation is not working.
Need some help to achieve the same validation on this editable detail mode.
Many thanks in advance!
Like
3 comments
13:11 Mar 07, 2022
Hello Akshit,
You can investigate BaseCommunicationDetail and add your validator by analogy.
this.addColumnValidator("Number", newItem.validateField, newItem); this.addColumnValidator("Number", newItem.checkCommunicationDuplicates, newItem);
Regards,
Marcin
05:26 May 12, 2022
Hello Marcin,
Could you please explain in detail?
Thanks
Show all comments