CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

How to filter activities from the list of users through webservice

edited Jan 17, 2013 6:29PM in CRM On Demand - Web Services Integration (MOSC) 1 commentAnswered
Hi,

Using web service with C#, I try to get activities where the user is from the list of users.
I mean if one activity has many users attached with. I want to be able to filter my query on that users list (and not on the Activity OwnerId field) and get activities result based on this condition.

How can I do that? Thank for your help.
Regards.

This is my code :

string strResponse = "";
// Create an instance of Activity
Activity myAct = new Activity();
myAct.Url = mSession.server + "/Services/Integration;jsessionid=" + mSession.sessionId;
// Values needed back from the server
queryType myActID = new queryType();

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center