You need to sign in to do that
Don't have an account?

how to retrieve the first letter capital in fields after saving ?
hi .
I have 3 fileds in lead forum like first name ,last name ,city name .once entered data in fields (small letters) after saving it showing the first letter capital .
how to do this ?
I have 3 fileds in lead forum like first name ,last name ,city name .once entered data in fields (small letters) after saving it showing the first letter capital .
how to do this ?
Here are the string methods for reference.
http://www.salesforce.com/us/developer/docs/dbcom_apex250/Content/apex_methods_system_string.htm
I used to do this:
Get the String in a variable and use follwing regex:
After getting the index greater than -1 you can do any operation with it.