cancel
Showing results for 
Search instead for 
Did you mean: 

Salesforce adapter (1.0.18) returns no result

NareshDasika18
Participant
0 Kudos

Hello All,

I have an Integration flow developed on CPI tenant (apache camel version 2.24) which connects to Salesforce application via Salesforce (version 1.0.18) sender adapter. Operation type is SOQL Execute query. When this integration flow is executed, it returns no query result as shown below:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<QueryResult>
<done>true</done>
<totalSize>0</totalSize>
</QueryResult>

I have the same integration flow developed on another CPI trail tenant (apache camel runtime version 3.14) with Salesforce adapter version 1.0.32. When this integration flow is executed, It is returning good number data records from the same salesforce instance (as above).

Can anyone clarify why there is a difference in the behavior and it is expected? 

Regards,

Naresh Dasika

Accepted Solutions (1)

Accepted Solutions (1)

NareshDasika18
Participant
0 Kudos

The issue got resolved after re-installing and deploying the adapter. Also, in between a major upgrade has happened on our CPI tenant. That may also contributed to the issue. 

Answers (0)