- How can I retrieve all activities?
- Posted by Chris Liu on November 25th, 2003
I'm tring to do this using the sdk.
I hope it can like this:
After I passed a user to the system, it can return all activities according
to the user's privileges, just like the "All Activities" view in the raw
interface.
I tried the CRMActivity.RetrieveByPrincipal method, but it can only "returns
all activities owned by the user and all activities for which the user is
responsible"(according to the document).
Any help is welcome!
Thanks in advance!
- Posted by Kevin Bronke on November 25th, 2003
Chris,
Look into doing a Query - you won't find a method to retrieve all Activities
(same for other objects like Accounts), only methods to get a specific ones
or owned ones.
In the SDK look up "Query" also you can look up "Fetch" - there are some
good examples provided as well.
Kevin
"Chris Liu" <l@gpctsh.c> wrote in message
news:e7hyxoxsDHA.1224@TK2MSFTNGP09.phx.gbl...
- Posted by Chris Liu on November 26th, 2003
Thanks!
"Kevin Bronke" <kevin.bronke@invokesystems.com> wrote in message
news:ucH4%23c2sDHA.700@TK2MSFTNGP11.phx.gbl...