Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have two lists : one containing all employee details and other with employee id and employee name only as lookup columns. When I click on the Employee name in second list which is a lookup from first list, it opens complete details of that Employee from first list. I don't want to see all the details when doing so, but to see a limited items. How can I do that ? Is there any way ? Can anyone suggest me some solution? Thanks in advance.
Posted
Updated 7-Jan-15 20:58pm
v2
Comments
Pradip R 8-Jan-15 8:25am    
I think you should create separate display form for the lookup column list. So when you click on the Employee name, it should redirect to your created display form of an item. In that you can have your custom columns whichever you want.
Monu Thomas 8-Jan-15 22:27pm    
#Pradip R: Thanks pradip. With seperate display, u mean new view? if so, how could i bind that view with that lookup Name? could u please help?
Pradip R 9-Jan-15 1:30am    
Not new view but new display form. You can create new display form using SharePoint Designer for any particular lists. So when you try to open the list item details, it will be displayed on the from. Refer this link: Create custom list form using SharePoint Designer.
Monu Thomas 9-Jan-15 2:06am    
thank you again Pradip. I will try that way . :)

1 solution

I think you should create separate display form for the lookup column list. So when you click on the Employee name, it should redirect to your created display form of an item. In that you can have your custom columns whichever you want.

You can create new display form using SharePoint Designer for any particular lists. So when you try to open the list item details, it will be displayed on the from. Refer this link: Create custom list form using SharePoint Designer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900