Tech Support > Microsoft Windows > Windows CRM > Need to create an assembly call for Workflow Activity Creation
Need to create an assembly call for Workflow Activity Creation
Posted by Bacons on July 23rd, 2007


We're creating an Activity via a Manual Workflow on the Order. When creating
an Activity from that starting point, you only have access to fill a handful
of fields (Assign To, Type, Subject, Description, Priority, and Due Date).
We need the Activity that's created from this starting point to be able to
fill some customized fields that we have on the Task. The only way we
figured out that we might be able to accomplish this is by adding an assembly
call to the Worfklow. I'm not familiar with coding an assembly callout for
CRM in .NET. Does anyone know what resources I could use to figure out how
to write this code? Any books or websites that you would recommend? Maybe
some with example code?

Posted by George Doubinski on July 24th, 2007


Hi Bacons,

SDK is a good start, if you have not downloaded it yet then
http://www.microsoft.com/downloads/d...3-bd14b74308c5
is your best friend.

As far as documentation is concerned,
http://msdn2.microsoft.com/en-us/library/aa685987.aspx is the place to
start.

http://www.amazon.com/Working-Micros.../dp/0735622590 is
the only book I'm aware of - it's got some samples of the custom workflow
assemblies.

The rest is scattered around the newsgroups and blogs - google and you shall
find.

Hope this helps
--
George Doubinski
CRM Certified Professional - Developer


"Bacons" <Bacons@discussions.microsoft.com> wrote in message
news:AF734F6C-D312-4CDE-92BE-FA97E38A4D82@microsoft.com...


Posted by Imran on July 25th, 2007


Yes you can do that. let me know if you need any asistant for that.

--
Regards,

MS CRM Certified Professional

http://microsoftcrm3.blogspot.com

Chat with me on MSN / Gmail / Skype : ID Is :.. mscrmexpert@gmail.com



"George Doubinski" wrote:


Similar Posts