<?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: [resolved] tSalesforceInput - Querying on a custom object and relations in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369998#M133092</link>
    <description>Thanks for the update Andrew. 
&lt;BR /&gt;I was stuck on this today and found your note. 
&lt;BR /&gt;I was battling with the documented syntax of&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;NameofCurrentModule_NameofLinkedModule_NameofColumnofInterest&lt;/FONT&gt;&lt;/FONT&gt;, which actually doesn't work when you include the&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;NameofCurrentModule.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;It just needs the linkedcustomobject__r_NameofColumnofInterest as you mention.</description>
    <pubDate>Tue, 19 Jul 2016 08:34:01 GMT</pubDate>
    <dc:creator>UniquestTalend</dc:creator>
    <dc:date>2016-07-19T08:34:01Z</dc:date>
    <item>
      <title>[resolved] tSalesforceInput - Querying on a custom object and relations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369995#M133089</link>
      <description>Bonjour,
&lt;BR /&gt;I have an issue with tSalesforceInput and a custom object that I'm querying.
&lt;BR /&gt;The object name is Refund__c and have a masterRelation with Case.
&lt;BR /&gt;I have setup the tSalesforceInput with 3 columns:
&lt;BR /&gt;&amp;gt; Refund ID
&lt;BR /&gt;&amp;gt; Case Number | This returns me the ID of the case
&lt;BR /&gt;&amp;gt; CaseNumber | I named the column like it is mentionned in the documentation (Refund__c__Case_CaseNumber)
&lt;BR /&gt;This is the query that I'm running :
&lt;BR /&gt;select Id, Case_Number__c, Case_Number__r.CaseNumber
&lt;BR /&gt;from Refund__c
&lt;BR /&gt;Limit 10
&lt;BR /&gt;The query is returning me information for the 2 first columns but not the last.
&lt;BR /&gt;I've tried to do this kind of query base on a non-custom object and it worked.
&lt;BR /&gt;For all my custom object it returns me peanuts.
&lt;BR /&gt;Any idea to help me solving this issue?
&lt;BR /&gt;In advance, thank you very much.
&lt;BR /&gt;
&lt;BR /&gt;Michel.</description>
      <pubDate>Sat, 16 Nov 2024 12:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369995#M133089</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSalesforceInput - Querying on a custom object and relations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369996#M133090</link>
      <description>Bonjour,
&lt;BR /&gt;I think I have something on my case.
&lt;BR /&gt;If I understood well the documentation of the component tSalesforceInput, the way to get the column that I want is the following : NameofCurrentModule_NameofLinkedModule_NameofColumnofInterest 
&lt;BR /&gt;I've tried to do a relation query between a non-custom and a custom object, Talend doesn't pull me any results.
&lt;BR /&gt;The relation between the objects is not "__r" like it is in SalesForce but just an underscore "_".
&lt;BR /&gt;Relationship queries are working fine for non-custom objects like Account, Case, Contact and Opportunities because the objects names are not containing "_". I think that is the issue.
&lt;BR /&gt;Anyone to confirm my assumptions?
&lt;BR /&gt;Thanks and regards,
&lt;BR /&gt;Michel</description>
      <pubDate>Thu, 13 Jun 2013 09:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369996#M133090</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-06-13T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSalesforceInput - Querying on a custom object and relations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369997#M133091</link>
      <description>3 years late, but I was battling with this today and ended up getting it working. Thought I would post it here as I couldn't find the solution anywhere else.
&lt;BR /&gt;I believe if you put in your schema Case_Number__r_CaseNumber it will work, basically replacing the . with _
&lt;BR /&gt;HTH Andrew</description>
      <pubDate>Mon, 22 Feb 2016 16:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369997#M133091</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-02-22T16:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSalesforceInput - Querying on a custom object and relations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369998#M133092</link>
      <description>Thanks for the update Andrew. 
&lt;BR /&gt;I was stuck on this today and found your note. 
&lt;BR /&gt;I was battling with the documented syntax of&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;NameofCurrentModule_NameofLinkedModule_NameofColumnofInterest&lt;/FONT&gt;&lt;/FONT&gt;, which actually doesn't work when you include the&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;NameofCurrentModule.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;It just needs the linkedcustomobject__r_NameofColumnofInterest as you mention.</description>
      <pubDate>Tue, 19 Jul 2016 08:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSalesforceInput-Querying-on-a-custom-object-and/m-p/2369998#M133092</guid>
      <dc:creator>UniquestTalend</dc:creator>
      <dc:date>2016-07-19T08:34:01Z</dc:date>
    </item>
  </channel>
</rss>

