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
XXXXXX 

getUpdated() for Event object?

I am working on a project where we need to replicate certain SF objects. After due research, I discovered the getUpdated() function, which is worked pretty well -- except for the Event object.

 

It just doesn't work. It fails silently, no error thrown, no result, the loop just stops.

 

Is this a reserved word issue? I am using C#, not VB.NET (which as I understand it does have a reserved word issue with the Event object).

 

Is this a bug or is there something I don't know yet?

 

TIA,

 

John