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

How can we rename a standerd related list?
How can we rename a standerd related list on a particular page layout?This is auto created activity(task) related list on opportunity.
Ways to do this:
renaming via relationship field: this is not applicable as changes will appear across entire org.
translation using translation workbench :this can be helpful.but i see this is not available in this case. (task are created due to workflow on opportunity and apper under activity history or Open activity related list.these two realted list are standerd one and not avilable in workbench ).
visulaforce section: is this possible or best solution if we want just to rename related list?
javascript component: no idea ,how to do tht?
Thanks in advance.
Ways to do this:
renaming via relationship field: this is not applicable as changes will appear across entire org.
translation using translation workbench :this can be helpful.but i see this is not available in this case. (task are created due to workflow on opportunity and apper under activity history or Open activity related list.these two realted list are standerd one and not avilable in workbench ).
visulaforce section: is this possible or best solution if we want just to rename related list?
javascript component: no idea ,how to do tht?
Thanks in advance.
Here is one possible solution.
Create a visualforce page like following (ActivityHistories or OpenActivities)
And edit Opportunity's page layout.
1. Add the visualforce page
2. Remove the standard related list
A problem is that the visualforce component doesn't adjust its height automatically with the content.
All Answers
Here is one possible solution.
Create a visualforce page like following (ActivityHistories or OpenActivities)
And edit Opportunity's page layout.
1. Add the visualforce page
2. Remove the standard related list
A problem is that the visualforce component doesn't adjust its height automatically with the content.
If you want to only change it for a particular page layout, then you're looking at implementing your own, custom, VF related list, which has it's own drawbacks (like having to hack the quicklink to the related list at the top of the detail page, for instance)