Skip to content

How can I add "Deliverables" object to the Timewrap of the related "Account" #278

Closed Answered by deejay-hub
StandGitHub asked this question in Q&A
Discussion options

You must be logged in to vote

The AppExchange package version of Time Warp doesn't support this use case. Traversing relationships to the grand child level creates some challenges to get a query to scale and be performant. Since in your case we would need to query for all opportunities related to the Account and then using that list of Opportunities use their Ids to then query for all deliverables that are related to any of the Opportunity Ids.

Your best bet would be to take the code and add your use case onto it. Finding a generic way to do this for any Parent - Child - Grandchild relationship in a way that is fast and scales to any use case has eluded me.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StandGitHub
Comment options

Answer selected by deejay-hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
wontfix This will not be worked on
2 participants