function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nbansal10nbansal10 

Find out count of event records synced in Salesforce from outlook for a given time range

Hi,

I have implemented Salesforce for outlook for one of my orgs. This syncs up my meetings as events in Salesforce.
I want to find out how many events were created in Salesforce from Outlook in last 1 year.
Any way to find this out?
Andy BoettcherAndy Boettcher
Unfortunately there is no definitive way to determine this - the Salesforce for Outlook product just uses the Salesforce API to push this in, so in normal dataloader/APEX context, you can't see this.

Now, that said - there is a field that is listed in the SOAP API documentation that COULD get you what you're looking for - https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_event.htm, field is "ClientGuid".  I can't hit it with a regular query tool though.