Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Print query from Salesforce component

Hi,

 

is there any way to print from system side the query done from the tsalesforceinput component?

 

Thanks

Iris

Labels (3)
5 Replies
Anonymous
Not applicable
Author

Hi,

 

    Could you please share more details with some examples?

 

Warm Regards,
Nikhil Thampi

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 🙂

Anonymous
Not applicable
Author

Hi, from a tSalesforceinput component I need to print the query that is executed, as done for the tOracleInput with the 'tOracleInput_1_QUERY' variable. Thanks

Anonymous
Not applicable
Author

Hi,

 

     Right now, this Talend component do not have Query variable added to it. As an alternative, you can first create a query and add to a context variable. Then use this query variable both in SalesforceInput component and anywhere else.

 

     This will be the most easy way to handle the current situation.

 

     I would also recommend you to raise a JIRA ticket specifying this enhancement request for Salesforce component.

 

https://JIRA.talendforge.org

 

Warm Regards,
Nikhil Thampi

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 🙂

Anonymous
Not applicable
Author

Hi, the problem is also that the string context variable is limited and cannot contain all the query I want to launch. Is there any workaround for this? Thanks

TRF
Champion II
Champion II

Use a global variable and don't forget SOQL query length is limited to 20,000 characters