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 =)