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

hi m already retriving a list of contactRecordTypes now i have to add dynamically 'all' option also to this in vf page...can anyone help me with dis
contactRecordTypes= [Select ID, Name From RecordType Where sObjectType = 'contact'];
Are you trying to show dynamic picklist of contact recordtype with 'all' value in vf page??
If I am correct below code can help you
Thanks,
Shweta