diff --git a/force-app/main/default/classes/TimelineService.cls b/force-app/main/default/classes/TimelineService.cls index c287655..4aa07cf 100644 --- a/force-app/main/default/classes/TimelineService.cls +++ b/force-app/main/default/classes/TimelineService.cls @@ -187,6 +187,7 @@ public with sharing class TimelineService { objName == 'ActivityHistory' || objName == 'TaskRelation' || objName == 'ContentDocumentLink' || + objName == 'TaskWhoRelation' || objName == 'LookedUpFromActivity') ) { selectStatement = selectStatement + ', ' + tcr.type + '';