Forum Discussion
Chad_V_Kealey
Feb 01, 2018Steel Contributor
Best Practice Question: Create a list where items may not have a Title?
I've been tasked with creating a system for tracking IT assets (computers, peripherals, etc) for a department. Some are assigned to individuals and others are assigned to a group, so I'm building two...
Deleted
Feb 01, 2018I've just setup the content type and just "Hidden" the title field. It's not required to have it. In the old SharePoint you would have to do some js script to make the other columns use the drop down menu etc. but with the new modern layout with the way items are now selectable might not be as much of an issue.
Once that's hidden it won't show on forms for entry, and you just hide it from views.
Once that's hidden it won't show on forms for entry, and you just hide it from views.
Chad_V_Kealey
Feb 05, 2018Steel Contributor
I'm generally not a fan of hiding columns, but that's not the worst idea. It should do the job, and it's likely we'll build a PowerApp to interact with the data, so we'll have to remember that it's hidden and use other columns for the purpose of sorting and filtering the items.