You need to sign in to do that
Don't have an account?

custom fields merge into one field
I have a created a custom object. I want the user to type the Salutation, FirstName, and LastName and after saving, it shows up the entire name in one Name field as it happens in Standard Contact Object. I have created a formula field to merge FirstName and LastName into a "Name" field and it's displaying me the full name in one Name field. My main concern that it should work like the same way it work in contact object like before saving we get an option to type Salutation, FirstName, and LastName but after saving, it shows me only one field. I want my entire name should show up at the top of the record page not only my first name. I also tried compact layout to show up my entire name at the top but it didn't work as I am working in Salesforce Classic. Please let me know how to do it. Thank you so much.
We can Merge fields(Salutation, FirstName, LastName) and display it in a formula field(Name), but we cant hide those fields like the Contact object, all the 4 fields will be in the Detail page.
Unfortunately, Its not possible in Standard page
So you will have to explore the VF option if you wish to implement this.
Refer the link below:
https://developer.salesforce.com/forums/?id=906F00000009BhNIAU
Thanks,
Jothi & Jega
Sweet Potato Tec