<?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 Oracle   to salesforce in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267027#M46050</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I am trying to populate data from oracle to salesforce using upsert.&amp;nbsp; I have some modules like prd, opp which are dependent on Acc module columns like Acc_c in salesforce .what is better way to build way a job using&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. try to lookup with acc module with the oracle table ( inner join with acc module on id) and using tmap to map the id of acc module to the target column Acc_c.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. or try&amp;nbsp; using&amp;nbsp; relationship mapping for upsert , if this is optimal way what parameters should I pass for the column name , lookup field name , lookup relationship field name , module name , External id name ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know, I am struck on roadblock with this issue?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:03:09 GMT</pubDate>
    <dc:creator>gpinumalla</dc:creator>
    <dc:date>2024-11-16T04:03:09Z</dc:date>
    <item>
      <title>Oracle   to salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267027#M46050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I am trying to populate data from oracle to salesforce using upsert.&amp;nbsp; I have some modules like prd, opp which are dependent on Acc module columns like Acc_c in salesforce .what is better way to build way a job using&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. try to lookup with acc module with the oracle table ( inner join with acc module on id) and using tmap to map the id of acc module to the target column Acc_c.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. or try&amp;nbsp; using&amp;nbsp; relationship mapping for upsert , if this is optimal way what parameters should I pass for the column name , lookup field name , lookup relationship field name , module name , External id name ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know, I am struck on roadblock with this issue?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267027#M46050</guid>
      <dc:creator>gpinumalla</dc:creator>
      <dc:date>2024-11-16T04:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle   to salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267028#M46051</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you could share job detail screen shots it will be easy to understand the use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Personally I would try to restrict the result at the beginning of the flow and try to find the relationships from DB itself if possible. That way, we can reduce the load on Salesforce. You can even join both tables from DB itself and within single tOracleInput, you can use a Left outer join to understand whether you have a matching column or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 05:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267028#M46051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-22T05:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle   to salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267029#M46052</link>
      <description>2nd option is much more better for most cases as soon as you don't have to query thé parent object to establish thé relationship.
&lt;BR /&gt;If you have salesforce ids in your oracle DB, a SQL join is the 2nd choice. tMap join comes after.</description>
      <pubDate>Fri, 22 Nov 2019 06:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267029#M46052</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-11-22T06:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle   to salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267030#M46053</link>
      <description>&lt;P&gt;We do not have any ids in oracle db because the ids are created in salesforce. What parameters should be passed for the&amp;nbsp;&lt;SPAN&gt;Relationship mapping for upsert for all parameters for&amp;nbsp;Column name of Talend Schema,&amp;nbsp;Lookup field name,Lookup relationship field name ,Module name ,&amp;nbsp;External id name .&amp;nbsp; if I want to poplate the product or opportunity module and I have Acc_r in both the modules and this is id field&amp;nbsp; that should be looked up from account module. let me know the parmaters to pass?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 20:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267030#M46053</guid>
      <dc:creator>gpinumalla</dc:creator>
      <dc:date>2019-11-22T20:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle   to salesforce</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267031#M46054</link>
      <description>I suppose the field name for the Talend schema is Acc_c. This must correspond to an External id for the Account object on salesforce side. Select this one from drop down list.
&lt;BR /&gt;Then for the Lookup field name, enter "Acc_c" (name of the Lookup field for Product. For Opportunity it should be the standard field AccountId).
&lt;BR /&gt;For Lookup relationship name, enter "Acc__r" (or Account for Opportunity if using standard relationship).
&lt;BR /&gt;For Module name, enter "Account" (name of the parent object).
&lt;BR /&gt;For External id, enter the External id API field name of the parent object (Acc_ExternalId__c for example).
&lt;BR /&gt;Should work.</description>
      <pubDate>Fri, 22 Nov 2019 22:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-to-salesforce/m-p/2267031#M46054</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-11-22T22:40:27Z</dc:date>
    </item>
  </channel>
</rss>

