<?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 Update from MySql to Salesforce in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252738#M36294</link>
    <description>&lt;P&gt;I have a Mysql-Table and want to update Salesforce Account. I have an externalId in Mysql matching an externalId in Salesforce Account. I want to update 5 fields in SF with Values from MySql. Which components do I need on my way?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:26:46 GMT</pubDate>
    <dc:creator>meta-carl</dc:creator>
    <dc:date>2024-11-16T02:26:46Z</dc:date>
    <item>
      <title>Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252738#M36294</link>
      <description>&lt;P&gt;I have a Mysql-Table and want to update Salesforce Account. I have an externalId in Mysql matching an externalId in Salesforce Account. I want to update 5 fields in SF with Values from MySql. Which components do I need on my way?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252738#M36294</guid>
      <dc:creator>meta-carl</dc:creator>
      <dc:date>2024-11-16T02:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252739#M36295</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LR1xAAG"&gt;@meta-carl&lt;/A&gt;&amp;nbsp;,you need to use tSalesforceOutput component to update.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 11:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252739#M36295</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-14T11:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252740#M36296</link>
      <description>&lt;P&gt;I need tDBInput and tSalesforceOutput. Where do i specify the conditions for my update? Update where msyql.externalId = Salesforce.Account.externalId ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 11:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252740#M36296</guid>
      <dc:creator>meta-carl</dc:creator>
      <dc:date>2020-05-14T11:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252741#M36297</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LR1xAAG"&gt;@meta-carl&lt;/A&gt;&amp;nbsp;, you need to get the data from mysql and do join with salesforce object and get external id and update salesforce object.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;your job should be like below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ma00.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146101iD117F3533FDE3B91/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ma00.png" alt="0683p000009Ma00.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 11:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252741#M36297</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-14T11:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252742#M36298</link>
      <description>&lt;P&gt;tLogRow shows the data I want to update.&lt;/P&gt; 
&lt;P&gt;I get an Error-Message:&lt;/P&gt; 
&lt;P&gt;Exception in component tSalesforceOutput_1 (ContactDetail_Account_InvoiceAddress_innerjoin_tMap)&lt;BR /&gt;java.io.IOException: Account ID: id value of incorrect type:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MatO"&gt;tmap_join_account.png&lt;/A&gt;</description>
      <pubDate>Mon, 25 May 2020 06:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252742#M36298</guid>
      <dc:creator>meta-carl</dc:creator>
      <dc:date>2020-05-25T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252743#M36299</link>
      <description>&lt;P&gt;What can I do regarding this error?&lt;/P&gt;
&lt;P&gt;Exception in component tSalesforceOutput_1 (ContactDetail_Account_InvoiceAddress_innerjoin_tMap)&lt;BR /&gt;java.io.IOException: Account ID: id value of incorrect type:&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mabp"&gt;tmap_join_account.png&lt;/A&gt;</description>
      <pubDate>Mon, 25 May 2020 09:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252743#M36299</guid>
      <dc:creator>meta-carl</dc:creator>
      <dc:date>2020-05-25T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update from MySql to Salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252744#M36300</link>
      <description>I created a tmap as told above.
&lt;BR /&gt;What can i do regarding this error?
&lt;BR /&gt;Exception in component tSalesforceOutput_1 (ContactDetail_Account_InvoiceAddress_innerjoin_tMap)
&lt;BR /&gt;java.io.IOException: Account ID: id value of incorrect type:</description>
      <pubDate>Mon, 25 May 2020 09:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-from-MySql-to-Salesforce/m-p/2252744#M36300</guid>
      <dc:creator>meta-carl</dc:creator>
      <dc:date>2020-05-25T09:21:04Z</dc:date>
    </item>
  </channel>
</rss>

