The list-view tag has no wiki summary.
3
votes
1answer
44 views
custom list view that allows new filter parameters
I'm looking to create a VF page with a list of records and dynamic filter criteria. The user needs to be able to filter the records based on various criteria and also save those filters for future ...
2
votes
0answers
44 views
Customer Portal: StandardSetController for Cases with filterId set to “My …”-type of list views
I'm confused by the behavior of my StandardSetController for cases when its filterId is set to "My ..." type of list of views (e.g., "My Cases", or list views where Filter By is My Cases).
As a ...
3
votes
1answer
50 views
How to create a list view the returns all the records related to a current user?
Question
Assuming an object with a user lookup, how can I create a list view (standard, not VF) that returns all objects related to the current user?
Background
We've got a compliance object, and ...
1
vote
2answers
174 views
Independently edit and save list-view record in place
Question: How can I independently edit and save each row/record in a custom list-view?
Background: I'm displaying a list of custom object records using apex:repeat. I included input and output fields ...
2
votes
1answer
123 views
URLFOR for list view buttons?
Issue
How can I redirect a user to a custom list view button with a specific set of records? Was hoping for something like this
{!URLFOR($Action.Account.List_View_Button, accountIds)}
Background
...
0
votes
1answer
61 views
Empty picklists when account is dragged to calendar to quickly create Event
There's a checkbox in Setup -> User Interface that allows you to drag Accounts from list views to calendar & quickly create events. When you drag them, a "balloon" pops up with all the fields ...
0
votes
1answer
35 views
partition a table of Contacts based on a field value in VisualForce page
So, Say I have the following visualforce page:
<table width="100%" border="0">
<tr>
<td valign="top">
<apex:pageBlock mode="edit" id="results">
...
1
vote
3answers
381 views
Remove buttons from Listview in VisualForce Page
I created this page and put it into an iframe on the Salesforce homepage. Is there anyway I can hide these buttons at the top? I have no problem with it being there except that when I click new case ...
2
votes
4answers
1k views
Calling Apex Class from Custom Button, And Then Refreshing List View
I have added a Custom Button to the List View of the Custom Object. What is the best practice of calling an Apex Class on click of the Custom Button, and refresh the List View after execution of the ...
-1
votes
3answers
99 views
List view in Customer Portal is not filtering; it is showing all records. What to do?
List view in Customer Portal is not filtering; it is showing all records. What to do?
Object type: Custom object
Profile: Clone of HVCP with read permission for the above object
Salesforce org: DEV
6
votes
2answers
2k views
Creating a custom list-view button that handles multi-record selection
I would like to create a custom button for a list-view that applies the same action to all the selected records in the list view.
For instance, in the Cases list-view there are the Change Status and ...
3
votes
2answers
342 views
Custom Logic in Standard List View
Our client wants to use the standard Contact List View functionality to display Lists of Contacts.
Let's say that there needs to be a List View called 'My Special Contacts'. The way to determine a ...
2
votes
1answer
214 views
Setting List View Parameters?
I know that it's possible to modify the filters on a Salesforce report by using URL query parameters like pv0=SOMETHING.
Is there any way to do this with List views?
What about with list views ...