Hello All,
I am trying to build a custom page, that displays almost exactly the same data as the 'All Activities' associated view of a company (account). The idea is to display, all the associated activities of the company, including the activities of the associated contacts, child company. This view seems to be getting me that data in UI but I am unable to query the same via odata end points. (CRM 2013)
[Select a Company - Activities - In the activities associated view - choose the 'All Activities' and filter 'All' ]
I tried something like below but this only gets me the 'directly associated (regarding)' activities of the company.
crmserver/.../OrganizationData.svcAccountSet?$select=Name,Account_ActivityPointers&&$expand=Account_ActivityPointers&$filter=AccountId eq guid'%...%7d'
Any help is greatly appreciated.
Thank you.