Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to create more than one column with same name in SP2010 ? Is that possible?
Can we create it in SP list.
also what is 'Directory' column type in SP2010
#Sharepoint 2010
Posted
Updated 27-Oct-14 21:22pm
v2

1 solution

Yes we can create two columns with same name in SharePoint.

1. Create a content type and add a column with name " My Name "

2.Go to the list and add a column with name " My Name "

3. In the Advance settings--> check yes for allowing multiple content types.

4. Add from existing Content Type--> select the content type that created in step #1

That's it.

And i don't know 'Directory' column type. It might be a custom column.

Thanks.
 
Share this answer
 
Comments
Am Gayathri 28-Oct-14 7:01am    
Thanks

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