The related-list tag has no wiki summary.
2
votes
1answer
57 views
is there any way to show a single VF page as related list across all objects?
Is there any way to show a single vf page as a related list (inside a detail page layout) across multiple / all custom and standard objects like notes and attachments?
I have integrated Salesforce ...
0
votes
2answers
33 views
Create new Related Object on popup
It is possible to open a popup to create a new object by clicking the "new object" button that is on related list?
I think that I could add a custom button calling some javascript to ...
2
votes
3answers
74 views
Standard Button CODE Available?
Is there a repository of the actual code behind Standard Buttons? Specifically, I'm looking for the code for "New" (and in my case, it's for use within a Related List on Opportunity).
I want to ...
1
vote
1answer
27 views
Adding related list item to layout on install
I have an application that has a custom related list. At the moment, the related list needs to be added manually after the app has been installed through the page layout.
Is it possible to add this ...
1
vote
1answer
53 views
Cases related list on Opportunity not displaying some case records
We have a custom lookup on Case object to the Opportunity object. On this field, the related list label is named 'Cases'. We added the related list Cases to the Opportunity page layout.
The user ...
1
vote
1answer
74 views
Filter/group records in Salesforce related lists by value
In SF related lists, how can we filter records by values ?
On Company page layout, we will have Contact related list once filter by one value and
Contact related list second time filter by another ...
2
votes
1answer
96 views
VF Page to Show Related Lists from Lookup Object on my Main Object
I am trying to develop a small VF page that will eventually be added to the standard SF page for a custom object called Test_Site__c.
Test_Site__c contains a lookup relationship to an object called ...
1
vote
2answers
140 views
How to display the field history related list for a custom object on a Visualforce page?
I cannot find anything equivalent to:
<apex:relatedList list="ProcessSteps" />
which works for Approvals.
The only solution I can think of is to build a controller/extension that gets the ...
4
votes
2answers
80 views
<apex:relatedList list=“{!DontExistInAllOrgs__c}”/ > only solveable with Dynamic Vf components?
Does there exist a dynamic binding mechanism for the list attribute in the <apex:relatedList> element? I want to display a related list for a relationship that does not exist on all orgs where ...
1
vote
2answers
333 views
Need some help with a custom button or button override
Hopefully I can explain my question clearly here.
I want to change the behavior of this button that appears on our Opportunity page:
The Opportunity object has a custom rollup field that counts the ...
1
vote
2answers
32 views
Setting up relationships between objects
I have custom object lets call it as items.
Items may or maynot have cases associated with it. There can be more than one case associated to an item.
All cases may or maynot have items associated ...
1
vote
2answers
35 views
How to specify a returl when record is clicked from a related list
When we click on a item in the related list it takes us to that item record. But there is no way to come back to the page we clicked this link from. This works when you click on the new button which ...
9
votes
1answer
90 views
Can an Object Definition's ID be obtained programmatically?
I've noticed that SF related lists are anchored (#) by a concatenation of the current record's Id, an underscore, the Id of the related list's object definition, and then "_target" (e.g. ...
1
vote
2answers
76 views
Is there a better name for what I'm calling a Vanity Lookup?
Here is an example from a 3rd party managed package of what I am currently calling a "Vanity Lookup" because it is totally redundant from an OOD/ERD perspective and I assume it is only for ...
0
votes
1answer
102 views
How to copy field data from object to object with a button-click via Apex?
I want to copy field data from one object to another with a click on a button.
I want to get a snapshot of the current family status and copy the data from related son and father data.
I have an ...
1
vote
1answer
58 views
What's the easiest way to pull related data for a report?
I want to create a report that fetches data from a related list and outputs it alltogether.
Say, I have one custom object crm with the following fields:
name, contacts - where contacts is a related ...
0
votes
1answer
228 views
Filtering related list on custom object VF page (with custom controller)
I have a VF page related to a custom object called Equipment__c (named 'obj' in the page) as shown in the snippet below:
<apex:page controller="Reserve_Equipment" tabStyle="Equipment__c" ...
1
vote
1answer
155 views
Custom edit layout
After including an <apex:relatedList list="Contacts"> in a VisualForce page, is it possible to force the usage of different layout to appear when user click on modify / buttons of this ...
1
vote
2answers
164 views
Quickly jumping to related-list on VF page
The standard pages have menus at the top that allow you to quickly jump to the related lists further down on the page. Can we add these to our VF pages? I am using standard controller and using ...
0
votes
2answers
118 views
Sorting related-list records
I want to sort related-list records on CreatedDate in ascending. But I don't want to show CreatedDate field in related-list. Any thoughts? Can I use default sorting?


