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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Fetch Records From Sales Force

Hi,

 

I need to fetch records from Account table of Sales force based on AccountNumber field. Which Sales Force Connector I should use? Can you please provide me with some sample url or post.

 

I have noticed connectors (tSalesForceGetUpdated and tGetSalesForceServerTimeStamp) but not sure how to use them to fetch record based on fields of Account Table, e.g. AccountNumber in my case.

 

One more thing can any one also please let me know how to fetch records based ID field of Accounts table?

 

Can any one please help me on this?

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Did this help you?
If so, thank's to mark this case as solved (Kudo also accepted)

View solution in original post

2 Replies
TRF
Champion II
Champion II

Hi,

You want to SELECT data from Salesforce, so the component to use is tSalesforceInput.

0683p000009LsYO.png

Fill the fields to establish the connection (or use a tSalesforceConnection component and select it in the "Connection Component" field), select or enter the object name, then fill the Condition field whith yours.

If you have the AccountNumber in a context variable you may write something like that:

"AccountNumer = '" + context.myAccountNumber + "'"

Hope this helps.

TRF
Champion II
Champion II

Did this help you?
If so, thank's to mark this case as solved (Kudo also accepted)