I'm curious what people do as a best practice when creating tables in Dataverse that will contain information about people in terms of what to use as a Primary Name Column.
Ideally, I would do what the Contacts table does - have a read-only Full Name column that is populated with First Name & " " & Last Name, but that's not possible for custom tables.
Is the best option to have First Name and Last Name fields and then use a real-time workflow to populate the Full Name column any time the row is changed? If I go that route, don't I have an issue that the Full Name field could be edited??
Curious how others handle this...