Answered by:
CRM 3.0 PostCreate callout doesn´t fire

Question
-
Hi all,
I have a problem and need some help.
I have a post-create callout on the QuoteDetail that fired when i create the quote from scratch and add some products, but doesn´t fire when I create the quote from an opportunity.Doesn´t anyone knows why? It´s necessary to register the callout on a different event even that post create?
Thanks,
JessicaMonday, August 31, 2009 4:04 PM
Answers
-
In CRM 3 a possible workaround is to put the code in a custom workflow assembly and call it from a workflow on the create event of the quote. This should work, as the workflow should fire however the quote is created. One drawback is that this is necessarily asynchronous
Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk- Marked as answer by Jim Glass Jr Tuesday, September 1, 2009 3:52 PM
Tuesday, September 1, 2009 1:20 PMModerator
All replies
-
Hi Jessica,
Check out this article !
http://blogs.msdn.com/crm/archive/2008/03/07/developing-plug-ins-for-crm-4-0.aspx
Look for this particular question there !
Why did my plug-in not fire on Create Account, when Opportunity is converted to Account?
It could be because of parent child pipeline thing which is now properly handled in CRM 4 !!
Regards,
Nishant Rana
http://nishantrana.wordpress.comTuesday, September 1, 2009 7:13 AM -
Hi Nishant,
Thanks for the tip.
I found the article you mentioned yesterday before writing this post and read that particular question.
It is possible to use the parent child pipeline in CRM 3?
Thanks,
JessicaTuesday, September 1, 2009 9:40 AM -
Hi Jessica,I don't think its possible in CRM 3.Have you seen this articleIt also talks about the same issue !!Regards,Nishant Rana
http://nishantrana.wordpress.comTuesday, September 1, 2009 9:57 AM -
Hi Nishant,
Yes, is the same issue but in CRM 4.
I know that in CRM 4 is possible, but the problem right now is finding a way to do that in CRM 3!
Thanks,
JessicaTuesday, September 1, 2009 11:35 AM -
In CRM 3 a possible workaround is to put the code in a custom workflow assembly and call it from a workflow on the create event of the quote. This should work, as the workflow should fire however the quote is created. One drawback is that this is necessarily asynchronous
Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk- Marked as answer by Jim Glass Jr Tuesday, September 1, 2009 3:52 PM
Tuesday, September 1, 2009 1:20 PMModerator