You need to sign in to do that
Don't have an account?
WesGray
Custom object Name field like Contacts
I have a custom object Employee which has a First Name field and a Last Name field. I would like the "Record Name" displayed to the user everywhere for this object to be the concatenation of the First Name and Last Name field. However, when the user enters a new Employee they should type First Name as one field and Last Name as another. It seems to me that when I create a custom object the field name I give for the Record Name is the field that displays everywhere, but I don't see any way to make it a computed field. Is it possible to do this with a custom object? The build-in object Contact works this way, so I'm thinking there must be a way to do it.
What if you made Employee a record type of Contact instead?
Thanks for confirming that I wasn't overlooking something.
Is this possible 5 years later?