Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
We normally fetch our data from salesforce system, but this is the first time I'm not able to pull the data from a salesforce object. Below is the errror I'm getting. Please let me know in case any one has come across this kind of error.
I am trying to access a custom object called "Recommendation".
Error Message:
sobject type 'recommendation' is not supported. if you are attempting to use a custom object, be sure to append the '__c' after the entity name. please reference your wsdl or the describe call for the appropriate names.
Thanks,
Akash
Hi Brett,
Thanks for responding. I'm now able to connect. The thing is the recommendation object lies in Salesforce API Version 45.0 and by default salesforce connector connects to API version 29.0. So I just has to manually write the URL to Point it to 45.0.
Thanks
Akash
Can anyone please help here?
Need more information, the full document/script log, the connector log for starters would be helpful, and whose connector to SFDC you are using and version info there as well. Not much to say without that information.
The following link may be of some use if you are using the Qlik SFDC connector:
Regards,
Brett
Hi Brett,
Thanks for responding. I'm now able to connect. The thing is the recommendation object lies in Salesforce API Version 45.0 and by default salesforce connector connects to API version 29.0. So I just has to manually write the URL to Point it to 45.0.
Thanks
Akash