Description feild should not allow to start with special characters

Hi All,

I need to keep restriction for users in such a way that "they should not able to start narration field in with a special character.

How i can validate this thing? please help me in doing this.

Thank U

You can write code in validate trigger of description field by taking the first character and check…but its not a good to add these kind of validations…

You can give training to users and explain them…

hi,

using string functions like strlen and substr, u can retrieve the first char and validate according to ur condition …

Thanks and Regards,

Kevin