How to configure Time warp for indirect relationships on custom objects. Ex: Account should pull Tasks associated to lead and Referral. #231
-
How to configure Time warp for indirect relationships on custom objects. Ex: Account should pull Tasks associated to lead and Referral. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @vinodreddys. Can you see the records you need on the standard activity timeline when added to the Account object? We aim to support indirect relationships on the standard Account object via OpenActivity and ActivityHistory relationships. Could you give us steps to replicate your scenario? Are you converting a standard Lead into an Account and Contact? |
Beta Was this translation helpful? Give feedback.
-
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. 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 has eluded me. |
Beta Was this translation helpful? Give feedback.
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. 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 has eluded me.