Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ALL ROWS #267

Closed
afawcett opened this issue Dec 19, 2015 · 4 comments
Closed

Add support for ALL ROWS #267

afawcett opened this issue Dec 19, 2015 · 4 comments

Comments

@afawcett
Copy link
Collaborator

As per Chatter group discussion...

Hi All! Does anyone happen to know if there's a way to reference “ALL ROWS” in the relationship criteria?

Just ran into an issue with counting the number of tasks and realized that Salesforce archives older activities, including:

Events with a due date greater than 365 days old
Closed tasks with a due date greater than 365 days old
Closed tasks without a due date that were created more than 365 days ago

https://developer.salesforce.com/forums/?id=906F00000008xJqIAI

Someone in the above thread suggested adding “IsDeleted = false LIMIT 1000 ALL ROWS ” to a query to solve the issue; however, I haven't managed to successfully use it in the Relationship Criteria field.

Cheers,
Carolyn

@afawcett
Copy link
Collaborator Author

afawcett commented Feb 9, 2016

Another use case...

"First of all, thanks for this wonderful tool !
I'm currently trying rollups on task and event but i can't find a way to include archived activities in the result count (tried ALL ROWS in the relationshipcriteria but it does not work).
Any idea to achieve this ?"

@afawcett
Copy link
Collaborator Author

screen shot 2016-06-15 at 20 32 32

@afawcett
Copy link
Collaborator Author

Added in v2.4.1.

@cbprice25
Copy link

AMAZING! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants