You need to sign in to do that
Don't have an account?
Abhirams470
remove forst 3 characters from state
Hi
I had state custom field and the values are
State__c - US-MA, US-NJ, IN-AP, IN-KE
in that field states(MA,NJ,AP,KE) are displaying with counry abbrivation.how to delete county abbrevations(US-,US-, IN-,IN-from state)
out put shoulsdbe MA,NJ,AP,KE
Appreciate your help
Thanks,
I had state custom field and the values are
State__c - US-MA, US-NJ, IN-AP, IN-KE
in that field states(MA,NJ,AP,KE) are displaying with counry abbrivation.how to delete county abbrevations(US-,US-, IN-,IN-from state)
out put shoulsdbe MA,NJ,AP,KE
Appreciate your help
Thanks,
Are you displaying the values in a VF page or on a standard page?
this is for standard page, getting data from web using webservice.web sending like US-MA, but it should display in satandrd page MA only.need to remove all countries abbrivation from State.
l.State__c = Contact_Info.State_Province;
Thanks,
Abhi
Thanks a lot for your quick responce, i solved that problem