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

adding custom related lists
Hello,
We are looking into the possibility of adding a custom related lists on one of our custom object. I also need to add a button in the custom related list called 'Edit', so when clicks the button , the user is taken to another VF page to edit or add information to the related list.
Has anyone implemented any such similar functionality in their org?
Based on my research, adding the hover link at the top of the page is not possible? Is this true?
If I use a visual force page to display the custom related list as a page block table, how can I add this cutom related list at the bottom of the detail page of the custom object?
We are looking into the possibility of adding a custom related lists on one of our custom object. I also need to add a button in the custom related list called 'Edit', so when clicks the button , the user is taken to another VF page to edit or add information to the related list.
Has anyone implemented any such similar functionality in their org?
Based on my research, adding the hover link at the top of the page is not possible? Is this true?
If I use a visual force page to display the custom related list as a page block table, how can I add this cutom related list at the bottom of the detail page of the custom object?
So, I would assume that yes the VF page is not visible in the Edit mode.
Do mark my answer as a best answer if it helped you
All Answers
You can then add this VF page as an inline VF page, by editing the page layout.
The only limitation you will face, is that this custom related list cannot be at the bottom of the record page (like below all the related list), but will be the just above the place where the related lists start.
I have couple of questions on this. What exactly you are trying to display in related list? Is it fields info related to an object or someother web-page itself?
If you are trying to create a related list with list of other object fields, then you can modify the page layout of the object where you see the related list. Go to page layout --> choose "Related List" --> Click the properties of respective related list --> There you will get a small window with list of fields available for your related list which you can select.
If at all you are trying to show a webpage/some page, then your option shouldnot be a related list i believe. You should go with some Custom Link or Button via "Buttons,Links & Actions" Option which you can find in both Custom and Standard objects.
Best Regards,
Batta Archana
Previously, there was no way to add the VF page to the standard page, but this idea has been delivered recently in Summer 16 release
Reference : https://success.salesforce.com/ideaview?id=08730000000Br8CAAS
So, I would assume that yes the VF page is not visible in the Edit mode.
Do mark my answer as a best answer if it helped you
Here are the steps to find the release version of an org:
1. If you are not using customized logo you can check the logo at the top left of the page. This will show the release version you are in e.g. Summer "15.
2. Navigate to Home Tab
3. Look at the right hand side of the page which will have a link like "Discover <Release Name>" e.g. "Discover Summer '15"
If the "Discover <Release Name>" is hidden, since there is a feature for that, you can navigate to trust.salesforce.com | status.
Click on the instance name, you will see which release the instance is on in the upper right corner.
Let me know if that helped.