ExecuteSalesforceQuery

Hello,

Has anyone else used the ExecuteSalesforceQuery processor successfully? I'm receiving a "400 Unknown Version" error. 

The UpdateSalesforceRecord processor is working successfully using the same connector so I know it is not a connection issue. I changed the API version from 42 to 41 thinking that is the version it is complaining about but that did not make a difference.

Any help would be appreciated.

Thank you,
Brian

2 Replies

ND Nijandan Devendran Syncfusion Team March 26, 2018 06:53 AM UTC

Hi Brian,  
 
Thank you for contacting Syncfusion Support.  
 
We suggest you to check the following items while entering query in SOQL Query property,  
  • Replace space in between your SOQL query with + sign (so concatenate all your SOQL query with + sign)
 
  • Remove unwanted spaces before or after the SOQL query.
 
These are the possibilities for “400 unknown version” error.  
 
If error persists, share your sample SOQL query. It will be helpful for us to check from our side and provide solution.  
 
Please let us know, if you need further assistance.  
 
Regards,  
Nijandan D  



BK Brian K Broughton March 26, 2018 12:35 PM UTC

Hello,

Adding the "+" signs solved the problem.

Thank you!

Brian

Loader.
Up arrow icon