<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Salesforce Custom Field Names in Marketing Integrations</title>
    <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32092#M326</link>
    <description>&lt;P&gt;Do custom fields in Salesforce for Leads &amp;amp; Contacts need to be the same in order for the custom fields on Contacts to sync once the Lead is converted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example...&amp;nbsp;use Field_Name__c for both instead of Field_Name_Lead__c and Field_Name_Contact__c&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 17:11:46 GMT</pubDate>
    <dc:creator>MichaelH</dc:creator>
    <dc:date>2017-09-28T17:11:46Z</dc:date>
    <item>
      <title>Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32092#M326</link>
      <description>&lt;P&gt;Do custom fields in Salesforce for Leads &amp;amp; Contacts need to be the same in order for the custom fields on Contacts to sync once the Lead is converted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example...&amp;nbsp;use Field_Name__c for both instead of Field_Name_Lead__c and Field_Name_Contact__c&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 17:11:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32092#M326</guid>
      <dc:creator>MichaelH</dc:creator>
      <dc:date>2017-09-28T17:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32099#M327</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/18116"&gt;@MichaelH&lt;/a&gt;. It's not technically required, but I urge you as strongly as possible to keep consistent API names between leads and contacts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the reasons the connector handles this use case easily is because there's a related HubSpot Intelligence record on the lead or contact the HubSpot contact is syncing to. The HSI record knows whether HubSpot is talking to a Salesforce lead or contact, so it won't matter whether we're trying to pass $Lead.Field_Name__c or $Contact.Field_Name__c; the Field_Name__c designation applies, regardless the object.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If, instead, you had $Lead.Field_Name__c and $Contact.Slightly_Different_Field_Name__c, you could manage it, but you'd need to create two mappings in HubSpot: one for Field_Name__c, and another for Slightly_Different_Field_Name__c. You'd also need to ensure all fields with discrepancies in naming convention are mapped properly in the Map Lead Fields&amp;nbsp;menu in Salesforce.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These kinds of inconsistencies require more planning and maintenance than simply keeping the API name of custom mapped fields the same, across Salesforce leads and contacts.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 18:36:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32099#M327</guid>
      <dc:creator>bradmin</dc:creator>
      <dc:date>2017-09-28T18:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32102#M328</link>
      <description>&lt;P&gt;Exactly what I needed to know. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 19:13:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/32102#M328</guid>
      <dc:creator>MichaelH</dc:creator>
      <dc:date>2017-09-28T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278030#M1590</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just out of curiosity based on the reply above, if there is a scenario where we are using a out the box field (standard SF field) and a new custom field on one of the objects, what would be the best practice? Both Lavels are the same but the API Names and values dffer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lead - StandardField- Label Custom Field&lt;/LI&gt;&lt;LI&gt;Type Picklist / Dropdown Select&lt;/LI&gt;&lt;LI&gt;Values X,Y,Z&lt;/LI&gt;&lt;LI&gt;Contact - Stnadard_Field__c - Label Custom Field&lt;/LI&gt;&lt;LI&gt;Values A,B,C,D,E,F,G&lt;/LI&gt;&lt;LI&gt;Type Picklist / Dropdown Select&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would we have to create 2 HubSpot properties created as a placeholder for each field and have each property mapped to the relevant field in Salesforce, or would we have 1 Hubspot property which contains both sets of values and have 2 mappings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arran&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 03:58:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278030#M1590</guid>
      <dc:creator>afinney</dc:creator>
      <dc:date>2019-07-01T03:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278071#M1591</link>
      <description>I recommend changing the label on the custom field so that it's unique from the standard field. While HubSpot won't have issues writing to either, you only see the field label in the UI. You'd have to inspect the page HTML to know which value you wanted to use. This isn't a great experience and is prone to errors.</description>
      <pubDate>Mon, 01 Jul 2019 11:23:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278071#M1591</guid>
      <dc:creator>bradmin</dc:creator>
      <dc:date>2019-07-01T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278248#M1595</link>
      <description>&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response, can you confirm which apporach would be best? Either 2 hubspot properties and 2 mappings, or 1 consolidated hubspot property with 2 mappings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Arran&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 23:30:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278248#M1595</guid>
      <dc:creator>afinney</dc:creator>
      <dc:date>2019-07-01T23:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Custom Field Names</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278260#M1597</link>
      <description>&lt;P&gt;You'll want two distinct mappings for this. If you map multiple Salesforce fields to the same property, an update to one Salesforce field could update the other, depending on the mapping rule. Even without that, it could be tough to determine which field triggered the change.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 01:23:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Salesforce-Custom-Field-Names/m-p/278260#M1597</guid>
      <dc:creator>bradmin</dc:creator>
      <dc:date>2019-07-02T01:23:17Z</dc:date>
    </item>
  </channel>
</rss>

