Get Task/Event from Child Object not in Master-Detail relationship #295
-
Hi Example: Here is the Soql i need to be able to retrieve: SELECT Id, Subject, WhatId How can this be done? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Hi So in the example you have presented above, how can this task (Test Task) that is related to CustomObject__c, be displayed in the timeline at the Account that is related to this custom object through the standard lookupfield field CustomObject__r.Account__c? |
Beta Was this translation helpful? Give feedback.
-
Time Warp doesn't support rollups to the Account level for custom objects. You would need to customize the code yourself for that use case. Or add a field to the parent object on the Activity object and populate that field. |
Beta Was this translation helpful? Give feedback.
Time Warp doesn't support rollups to the Account level for custom objects. You would need to customize the code yourself for that use case. Or add a field to the parent object on the Activity object and populate that field.