Skip to main content
I trying to build a text formula on the contact page the combines Account Name + First Name + Last Name into one field...any ideas?
3 answers
  1. Feb 19, 2016, 9:33 PM
    This will do it with dashes in between:

     

    Account.Name & "-" & FirstName & "-" & LastName
0/9000