Forum Discussion
hhuynhfm
Jul 12, 2024Copper Contributor
Change Primary Key/Title Column in SharePoint List
Hello! I was wondering if it's possible to change the primary key/title column in a SharePoint list. When I made the list I renamed this default title column to another name but I was unaware tha...
michalkornet
Jul 13, 2024Iron Contributor
Hi hhuynhfm,
what do you think about creating a new column named 'Identifier' (or something similar) for the values from your current Title column, and using the predefined Title column for the friendly name of the file/item?
If you would like to use a custom layout, you can explore a combination of search results pages:
https://learn.microsoft.com/en-us/microsoftsearch/create-search-results-pages
and the PnP Search Web Part:
https://microsoft-search.github.io/pnp-modern-search/
However, this might be too complex for this case.