function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chessbasechessbase 

listview in custom object

Hello All,
 
I have a custom object and I want to show a list view when the custom object is in edit mode (after clicking on Edit button). First of all please tell me is it possible to display a listview in custom object? If yes, then how can i implement this? Any pointer or sample code would be great help.
 
Thanks in advance,
-Amit Suri
NasipuriNasipuri

Yes is possible to create a list view for the custom object.

Create a new custom Tab for your custom object and create new view on the tab as you do for any other tab like Accounts, Contact.

Thanks and Regards,

Dinesh Nasipuri

 

chessbasechessbase
Let me clarify once again, I have custom object called Project and it shows some project info such as start & end date, oppourtunity, account etc. Now I have a requirement to show some milestone tasks of a project. For this I have to display milestone tasks in a list view so I need a list view as a field in custom object.
 
I do not need an additional view to display project information.
 
Thanks,
Amit Suri
 
SuperfellSuperfell
You can add a related list to project for milestones. (just like there's a contacts related list on account).