<?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 Re: Salesforce Metadata Wizard suggested improvements in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309807#M80992</link>
    <description>API URL has been added 
&lt;BR /&gt;Related to #5 I looked at the updated code and this is not what I am looking for. Basically I am looking to be able to query multiple custom objects at the same time. Again this is what salesforce calls a Relationship Query. 
&lt;BR /&gt;You can read about this in the API document. 
&lt;BR /&gt; 
&lt;A href="http://www.salesforce.com/us/developer/docs/api/index.htm" rel="nofollow noopener noreferrer"&gt;http://www.salesforce.com/us/developer/docs/api/index.htm&lt;/A&gt;</description>
    <pubDate>Fri, 17 Apr 2009 15:47:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-17T15:47:43Z</dc:date>
    <item>
      <title>Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309803#M80988</link>
      <description>Like the new capabilities but I have a few suggestions:
&lt;BR /&gt;1) In Step 2 Change Module Name to line up with Salesforce naming convention. In this case it should be labeled as "Standard Objects"
&lt;BR /&gt;2)The "Fetch Module List" should be labeled as "Custom Objects List"
&lt;BR /&gt;3) The "Custom Module" drop down should be labeled "Custom Object"
&lt;BR /&gt;4) Would like to see Talend take advantage of the known relationships between salesforce standard objects to allow multiple standard objects to be selected by the wizard. This will prevent having to recreate these already defined inter object joins using TMAP later. 
&lt;BR /&gt;5) Would like to have the ability to select more than one Custom Object
&lt;BR /&gt;6) Prevent the automatic preview of data in Step 3 so that large queries do not take a long time. 
&lt;BR /&gt;7) Use Salesforce SOQL queries to gather actual schema from salesforce instead of guessing what it is from the data. This should be 100% accurate and much less resource intensive.</description>
      <pubDate>Sat, 16 Nov 2024 14:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309803#M80988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309804#M80989</link>
      <description>Hi vcrocca, 
&lt;BR /&gt;Thank you very much for your feedback. Could you explain more on item #4. Are there available relationships that we could pull through SOQL? 
&lt;BR /&gt;Can you please explain if there are any built-in API in salesforce to do this? or I refering to make inner-joins on the known objects? 
&lt;BR /&gt;On #6, I think we use the queryAll salesforce method to retreive the preview. I believe changing this to use the QueryMore would be sufficient. 
&lt;BR /&gt;Although the automatic preview is a feature in all the metadata wizards. So we cannot disable this on the salesforce side just for the fact of consistency. 
&lt;BR /&gt;About #7, the guess schema feature also is within all of our database and input components. more of a legacy feature. I think this is related to number #6. and we should be able to apply the same solution. Although if one needs more accurate guess, they need to use the wizard.</description>
      <pubDate>Wed, 15 Apr 2009 17:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309804#M80989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-15T17:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309805#M80990</link>
      <description>On Item number 4 what I am referring to is the ability to query child information from a parent object. For example the Account Standard object has child relationships with certain fields in the Contact Object. We should be able to query those objects using Salesforce Relationship Queries. This leverages the existing relationships in Salesforce and prevents having to do the joins in TMAP later. See the API for details on Relationship Queries. 
&lt;BR /&gt;On 7 I was referring to actually querying the schema from the API itself using Describe calls. The schema can be 100% accurately retrieved from the API Metadata.</description>
      <pubDate>Wed, 15 Apr 2009 19:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309805#M80990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-15T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309806#M80991</link>
      <description>Thank you on #6. I think we should also move this item as a feature request to the bugtracker. Unfortunately, this is way to late to be added to the next release of 3.1. But definitely nice to be considered in the next release. I already included this on the bugtracker to be considered for the next release: 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/bugs/view.php?id=6993" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=6993&lt;/A&gt; 
&lt;BR /&gt;Also can you please include the link to the salesforce API document on this bugtraker? Thanks you! 
&lt;BR /&gt; 
&lt;BR /&gt;#7) I believe the Salesforce Metadata wizard uses the describe APIs. A client should be able to use the Wizard instead of the Quess Schema button. The Guess schema button is our backup/legacy if nothing else works. And I think we should keep it as is. 
&lt;BR /&gt;#5) looks like this is related to an existing bugtracker item which is fixed in 3.1RC2. Please download RC2 and test the issue: 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/bugs/view.php?id=6694" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=6694&lt;/A&gt; 
&lt;BR /&gt;(also in 3.1 we have added a number of features that might be very interesting to you)</description>
      <pubDate>Fri, 17 Apr 2009 03:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309806#M80991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T03:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309807#M80992</link>
      <description>API URL has been added 
&lt;BR /&gt;Related to #5 I looked at the updated code and this is not what I am looking for. Basically I am looking to be able to query multiple custom objects at the same time. Again this is what salesforce calls a Relationship Query. 
&lt;BR /&gt;You can read about this in the API document. 
&lt;BR /&gt; 
&lt;A href="http://www.salesforce.com/us/developer/docs/api/index.htm" rel="nofollow noopener noreferrer"&gt;http://www.salesforce.com/us/developer/docs/api/index.htm&lt;/A&gt;</description>
      <pubDate>Fri, 17 Apr 2009 15:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309807#M80992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309808#M80993</link>
      <description>Hello,
&lt;BR /&gt;The basic functionality of relationship between object is still not there.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;4) Would like to see Talend take advantage of the known relationships between salesforce standard objects to allow multiple standard objects to be selected by the wizard. This will prevent having to recreate these already defined inter object joins using TMAP later.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;On Item number 4 what I am referring to is the ability to query child information from a parent object. For example the Account Standard object has child relationships with certain fields in the Contact Object. We should be able to query those objects using Salesforce Relationship Queries. This leverages the existing relationships in Salesforce and prevents having to do the joins in TMAP later. See the API for details on Relationship Queries.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;how to upsert the record which contain ExternalId of referencekey column.
&lt;BR /&gt;like Master-Detail(Account) field in Transaction object.
&lt;BR /&gt;Thank you,
&lt;BR /&gt;Nitin Munjani</description>
      <pubDate>Mon, 11 Jun 2012 14:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309808#M80993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-11T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Metadata Wizard suggested improvements</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309809#M80994</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello,&lt;BR /&gt;The basic functionality of relationship between object is still not there.&lt;BR /&gt;4) Would like to see Talend take advantage of the known relationships between salesforce standard objects to allow multiple standard objects to be selected by the wizard. This will prevent having to recreate these already defined inter object joins using TMAP later.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;On Item number 4 what I am referring to is the ability to query child information from a parent object. For example &amp;nbsp;the Account Standard object has child relationships with certain fields in the Contact Object. We should be able to query those objects using Salesforce Relationship Queries. This leverages the existing relationships in Salesforce and prevents having to do the joins in TMAP later. See the API for details on Relationship Queries.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;how to upsert the record which contain ExternalId of referencekey column. 
&lt;BR /&gt;like Master-Detail(Account) field in Transaction object. 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Nitin Munjani 
&lt;BR /&gt;I am not completly sure, but Informatica is able to upsert/insert based on an exteranl id of a parent object.</description>
      <pubDate>Tue, 14 Apr 2015 16:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Metadata-Wizard-suggested-improvements/m-p/2309809#M80994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T16:19:51Z</dc:date>
    </item>
  </channel>
</rss>

