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

Field Lable Changes in FieldSet
Hi,
I am using one Fieldset in two different Visualforce pages. I want to change one field label in one visualforce page. Second Visualforce page will remaining same.How can I achieve this?
Hi,
You can give a helptext to Field and at the time of using fieldset in VF page you can use the helptext as Label for a field.
and on different VF page you can avoid use of helptext.
For example,
Hope this helps :)
Thanks,
Devendra
All Answers
Hi,
You can give a helptext to Field and at the time of using fieldset in VF page you can use the helptext as Label for a field.
and on different VF page you can avoid use of helptext.
For example,
Hope this helps :)
Thanks,
Devendra
Thanks for sharing.