cancel
Showing results for 
Search instead for 
Did you mean: 

How To Do Validation Check on A Custom/Standard Field in CRM Web UI

Former Member
0 Kudos
384

Hi All,

I have some requirements here, We need to put a validation check for a field that we have on the Web UI screen.

Scenario:

1. I have a field in the Web UI, let's say a text box, type CHAR5

2. I want to validate that at all times, the content of that field need to be 5 characters strictly

How can this be achieved? anyone can enlighten me a bit?

Best Regards

Andre Julius

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the UI configuration, select the field in question, go to the "Show Technical Details" , there mention length of the field as 5.

This will ensure that the field length is always 5 and system will not allow user to enter any string which is greater than 5 in length.

Vishal