Can Domo query Salesforce archived activities (task and event records)?

Options

Salesforce groups tasks and events into 4 groups:

Archived but not deleted

Archived and deleted

Not Archived or deleted

Not Archived but deleted

Through the rest API, the only way to get to everything is by using .queryAll() instead of .query() … Can ANYONE with direct Domo product knowledge confirm is used for queries

Tagged:

Best Answer

Answers

  • BSovers
    Options

    ok… my first attempts to get all failed. But with a much more limited field list, a query (using the Salesforce Connector) that has "Query both active and deleted records" and includes both the IsDeleted and IsArchived fields, actually did get all of our task records. Therefore, I am going to assume that Domo is using the .queryAll() when needed.

  • ellibot
    ellibot Contributor
    Answer ✓
    Options

    @BSovers are you using the 'Salesforce Advanced' connector for this? Have you been able to accomplish this with Salesforce's own REST APIs? If so, I might recommend using the JSON No Code connector ( https://domo-support.domo.com/s/article/360043433473?language=en_US ) to replicate the API calls.