Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    Lucas-Nülle Salesforce integration: States in Account details of US customers

    For our customer Lucas Nülle, there is an existing integration of Build.One Offer with Salesforce.

    Customer Account details are synced from Salesforce to Build.One Offer by using Connectplaza.

    Our customer reached out to us to ask if and how the US State field is synced as well. This is indeed the case. The Salesforce field ‘BillingState’ is mapped and persisted in Build.One Offer in the field ‘Adresse.Bundesland’.

    Transformation:

    The field is noted in the customer data:

    image
    Logo
    <?xml version="1.0" encoding="UTF-8"?><notifications xmlns="http://soap.sforce.com/2005/09/outbound" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <OrganizationId>00D24000000HXrCEAW</OrganizationId>
       <ActionId>04k24000000KzpoAAC</ActionId>
       <SessionId xsi:nil="true"/>
       <EnterpriseUrl>https://lucas-nuelle.my.salesforce.com/services/Soap/c/33.0/00D24000000HXrC</EnterpriseUrl>
       <PartnerUrl>https://lucas-nuelle.my.salesforce.com/services/Soap/u/33.0/00D24000000HXrC</PartnerUrl>
       <Notification>
        <Id>04l0600003BrSncAAF</Id>
        <sObject xmlns:sf="urn:sobject.enterprise.soap.sforce.com" xsi:type="sf:Account">
         <sf:Id>00106000024YPxTAAW</sf:Id>
         <sf:AccountNumber>301515</sf:AccountNumber>
         <sf:BillingCity>Bradford</sf:BillingCity>
         <sf:BillingCountry>USA</sf:BillingCountry>
         <sf:BillingLatitude>44.006726</sf:BillingLatitude>
         <sf:BillingLongitude>-72.113882</sf:BillingLongitude>
         <sf:BillingPostalCode>05033</sf:BillingPostalCode>
         <sf:BillingState>VT</sf:BillingState>
         <sf:BillingStreet>36 Oxbow Drive</sf:BillingStreet>
         <sf:CreatedById>00524000006fqkBAAQ</sf:CreatedById>
         <sf:CreatedDate>2022-09-20T16:23:09.000Z</sf:CreatedDate>
         <sf:CurrencyIsoCode>USD</sf:CurrencyIsoCode>
         <sf:Industry>23</sf:Industry>
         <sf:IsDeleted>false</sf:IsDeleted>
         <sf:LN_AlternDokumentensprache__c>EN</sf:LN_AlternDokumentensprache__c>
         <sf:LN_Dokumentensprache__c>US</sf:LN_Dokumentensprache__c>
         <sf:LN_Netz_Merkmal__c>20</sf:LN_Netz_Merkmal__c>
         <sf:LN_Versandart__c>5</sf:LN_Versandart__c>
         <sf:LastActivityDate>2022-11-10</sf:LastActivityDate>
         <sf:LastModifiedById>0051o00000BTyNcAAL</sf:LastModifiedById>
         <sf:LastModifiedDate>2023-01-05T10:06:14.000Z</sf:LastModifiedDate>
         <sf:LastReferencedDate>2023-01-05T10:06:08.000Z</sf:LastReferencedDate>
         <sf:LastViewedDate>2023-01-05T10:06:08.000Z</sf:LastViewedDate>
         <sf:Name>Oxbow High School</sf:Name>
         <sf:OwnerId>00524000000ygLWAAY</sf:OwnerId>
         <sf:ParentId>00106000024YPxdAAG</sf:ParentId>
         <sf:Phone>+1  (802) 222-5214</sf:Phone>
         <sf:PhotoUrl>/services/images/photo/00106000024YPxTAAW</sf:PhotoUrl>
         <sf:SystemModstamp>2023-01-05T10:06:14.000Z</sf:SystemModstamp>
         <sf:Website>https://www.oxbowhighschool.org/</sf:Website>
         <sf:f42_ABC_Klasse__c>A</sf:f42_ABC_Klasse__c>
         <sf:f42_Accountname__c>Oxbow High School&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</sf:f42_Accountname__c>
         <sf:f42_AkiomaSelfHdl__c>063:c00f9de71dd419929e14c91f201eadfb</sf:f42_AkiomaSelfHdl__c>
         <sf:f42_Company_Booking_Group__c>DRITTLAND</sf:f42_Company_Booking_Group__c>
         <sf:f42_Deliveryterms__c>8</sf:f42_Deliveryterms__c>
         <sf:f42_Geloescht__c>false</sf:f42_Geloescht__c>
         <sf:f42_Gesperrt__c>false</sf:f42_Gesperrt__c>
         <sf:f42_Kundengruppe__c>_</sf:f42_Kundengruppe__c>
         <sf:f42_Kurzname__c>OXBOW HIGH SCHOOL</sf:f42_Kurzname__c>
         <sf:f42_Paymentconditions__c>0</sf:f42_Paymentconditions__c>
         <sf:f42_Sales_Person__c>77</sf:f42_Sales_Person__c>
         <sf:f42_Selling_Price_Group__c>VK5</sf:f42_Selling_Price_Group__c>
         <sf:f42_Sprache__c>E</sf:f42_Sprache__c>
         <sf:f42_Zahlenformat__c>AMERICAN</sf:f42_Zahlenformat__c>
        </sObject>
       </Notification>
      </notifications>