Hi all,
I have created few text type fields in CRM 2013 form of account entity, I want to validate the fields in below formats and restrict users to enter characters,special characters except below formats without showing any alert meassage on front or showng any customization on front end of CRM. How we can do it? using Javascript/Jquery or C# with regexpression . Please advise as I am new to CRM.
textfield1:: format1: 12/456/4589 or format2: 124564589 (9digit)
textfield2:: format1: 1235789654 (10digit)
textfield3:: format1: 4545554844 (10digit)
textfield4:: format1: 8798546566 (10 digit)
textfield5:: format1: 45646456666666484998999 (20digit)
textfield6:: format1: 8748456555 (10digit)
textfield7:: format1: 132/457/7890 or format2: 12888888722 (10digit)
Please advise.