You need to sign in to do that
Don't have an account?
XXX
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