• iluvbeba
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I've been working on my own implementation of Salesforce and loving it. I have Person Account with some custom fields. In my setting, I need to track the name of a host home provider for a student.

 

So I've created two custom text fields, Host First Name and Host Last Name. I've got these added to my Account record detail and they work as expected. 

 

However, I would like to be able to have them display on one line like the account name does. Right now each field is separated. I would like a similiar functionality like the built in Account Name where you click it and get a pop-up window of Title, First Name, and LastName... although i don't necessarily need the title field.

 

Is there a basic way to do this? Any help is much appreciated.