Skip to main content
Kris Webster a posé une question dans #Data Management
I am attempting to mapy a field from a related list to an object. I am attempting to map the contact name from the realted list to fill a field on the object so I can then use the field in an email template.

 

I created a custom formulat field that will hold the mapped information. The field has a formula of "Contact_MDF__c" which is the field that I am trying to map to the new field. The problem I am running into is that this maps over the contact ID and not the name of the contact. 

 

How would I go abaout getting the actual contact name to map, instead of the ID? 

 

Thanks in advance!! 
3 réponses
  1. 11 sept. 2018, 12:51
    If you are using a formula there should be two options. One that is just the field name and another that is the field name with an arrow on the right side. You want the option with the arrow. So then you will be going into the contact record and selecting the full name from there.

     

    If you just chose the plain lookup field field name then you will get the ID has you have found out.
0/9000