I saw in the SDK that the ConditionExpression.in can take a subquery as a
Parameter to it's setting. How is this set up and what is the syntax of
this?
I was able to use a list with the ConditionExpression.in command but would
like to try to use a Sub.Query

So I would like to use a Query to get an object of Contacts at an Account
and then
use that to query in a conitionexperssion.in.

Mike




Lets say I have an AccountID and get a list of contactID's that are tied to
this company. How can I use the list of contactid? I saw the
ConditionExpression.in command takes a "Specifies that a given value is
matched to a value in a subquery or a list." How do I setup my subquery or
list to use in the ConditionExpression part of this example to get all
Activities that these contacts are a party to?

Mike