Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've tried following the help guidelines from Talend and can't seem to figure out how to connect to Salesforce using tSalesforceconnection and use tSalesforceInput to get data for a specific object.
This is my job so far:
tRestClient--->tExtractJsonField--->tSetGlobalVar--->tFileOutputDelimited
tRestClient is connecting to Salesforce and getting a latest token and writing to an output file.
How do you configure these two components after getting the latest token?
tSalesforceconnection and tSalesforceInput
Inside tSalesforceconnection which values should be assigned?
under Advanced settings--->Salesforce URL (this is the default "https://login.salesforce.com/services/oauth2")
Under Basic settings my connection type is OAuth and not sure what value to put for
Callback Host and Callback Port.
Once the connection is established to the Salesforce then how do I configure tSalesforceInput
to get data for a specific object?
Any snapshot of a similar job will be helpful.
@rp2018 ,check below screenshot ,thats how you need to connect.
Manohar,
Thanks for the snapshot of your job. After adding your job to my job, it gives me a message in the Run window and doesn't do anything else. How to resolve this issue?
Paste this URL into a web browser to authorize Salesforce Access:
Thanks