You need to sign in to do that
Don't have an account?
shun
retrieve call only returns Event if assigned to logged in user
Hi,
I noticed an inconsistency between query and retrieve calls when invoked on Events (and possibly Tasks).
A query call on an event, such as the following, returns the event data as expected.
select
AccountId,WhatId,WhoId,ActivityDate,ActivityDateTime,DurationInMinutes,Subject,Id,SystemModstamp
from Event where Id =
However, a retrieve call on the same event as above, only works if the event is actually assigned to the user making the SForce call. If the event is assigned to a different user, the retrieve call seems to return null.
Is this a bug?
I am using the SForce 4.0 API in Java with Apache's Axis project.
Thanks,
Shun
I noticed an inconsistency between query and retrieve calls when invoked on Events (and possibly Tasks).
A query call on an event, such as the following, returns the event data as expected.
select
AccountId,WhatId,WhoId,ActivityDate,ActivityDateTime,DurationInMinutes,Subject,Id,SystemModstamp
from Event where Id =
However, a retrieve call on the same event as above, only works if the event is actually assigned to the user making the SForce call. If the event is assigned to a different user, the retrieve call seems to return null.
Is this a bug?
I am using the SForce 4.0 API in Java with Apache's Axis project.
Thanks,
Shun
Hi shun,
This is a new one for me. Is there any additional information that you can provide to shed more light on this? Does it happen all the time on all events? Can you provide the soap messages for each call?
Thanks.
I just hit this one like a brick wall... I'm opening a case on it now but the details are basically this: (Haven't tried to replicate in my dev environment -- I have this on my live account now...)
Dave, if you want to look at the case itself it is 00334180.