Hi is it possible to create all types of activities using
the SDK?
I can see the Activity, emailActivity, faxactivity
classes. I want to create a simple ActivityHistory in
relation to an external application we've developed. I
wanted to create a TODO/Task Type activity to summarize
what happened in the external app automatically..I was
just checkin if this is possible.. thanks

Create Activities(Not only Email) w/ SDK by Mark

Mark
Sun Sep 12 22:36:32 CDT 2004

Found it, thanks anyway =)

>-----Original Message-----
>Hi is it possible to create all types of activities using
>the SDK?
>I can see the Activity, emailActivity, faxactivity
>classes. I want to create a simple ActivityHistory in
>relation to an external application we've developed. I
>wanted to create a TODO/Task Type activity to summarize
>what happened in the external app automatically..I was
>just checkin if this is possible.. thanks
>
>.
>

Duplicate Check using Post CallOuts? by Mark

Mark
Mon Sep 13 01:35:53 CDT 2004

Will it be possible to create Post-Callouts that would
check Duplicate Records upon creating them?
If yes, will the call-out be able to prompt a warning to
the user and stop the save of the record?
Are post-Call-outs executed during import?

Thanks =)

Re: Duplicate Check using Post CallOuts? by Matt

Matt
Mon Sep 13 13:07:19 CDT 2004

You can use the post-Callout to check for the dups, but there is no way to send
any information back to the end user as it is fired from within the applicaiton
stack and occurs after the record has already been saved. There is no way to
"roll-back" the change.

As long as te import is done via the supplied methods, the post-Callout should
fire.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Sun, 12 Sep 2004 23:35:53 -0700, "Mark" <anonymous@discussions.microsoft.com>
wrote:

Will it be possible to create Post-Callouts that would
check Duplicate Records upon creating them?
If yes, will the call-out be able to prompt a warning to
the user and stop the save of the record?
Are post-Call-outs executed during import?

Thanks =)