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

Giving records a different header
Hello -
Is there anyway to override the generated contract number with the new custom text field we are using, labeled as "Contract Number"?
So in this case, I'd want 00000218 to be replaced with 9723.
Is there anyway to override the generated contract number with the new custom text field we are using, labeled as "Contract Number"?
So in this case, I'd want 00000218 to be replaced with 9723.
It's not customizable. As there is no direct option available and if you do inspect element it then also no Id is assigned to that component.
If there is an Id we can do something like override the standard buttons.
Thanks,
Prem Anandh
Please see below code for creating like standard detail page.
In Subject attribute you can only pass the ID's field not custom field. This one of the way make vf page looks as Standard.
Thanks,
Prem Anandh
I hope below code will help you for your requirement.
Following are the steps:
When you click on view link from your list view it will be redirected to this VF page and its looks like same as standard detail page.
Thanks,
Prem Anandh
Thanks!