IIQ 8.3p4
Hi at all,
I am trying to implement a Salesforce connector but I need to read the contacts like accounts.
I tried to use the query filter with something like that:
SELECT * FROM Contact
but it doesnt work and dont recive errors. Also, the query doesnt have any effect on aggregation.
In this moment I am reading the data with a web service connector bu I would like to use Salesforce connector.
Is it possibile read the contacts with Salesforce connector or I must use a web service?