Question

Field validation not working on Editable detail

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 0

Like

3 comments

Can anyone please help with this.

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

Hello Marcin,

 

Could you please explain in detail?

 

Thanks

Show all comments