Tech Support > Microsoft Windows > Windows CRM > Workflow -Assembly Call
Workflow -Assembly Call
Posted by SAM on February 14th, 2006


How does add subtract in the Workflow>> assembly call works.
I do understand that ypu can write your own custom workflows, register it
and then call them from here, but I am pretty confused with the existing
functionality.


Posted by John O'Donnell on February 16th, 2006


workflows can call other workflows
workflows can also call a method in a .net assembly. ie you could write a
piece of code in c# or vb.net and then have the workflow call your code.


=======================
John O'Donnell
Microsoft CRM MVP
http://codegallery.gotdotnet.com/crm




"SAM" <SAM@discussions.microsoft.com> wrote in message
newsECF5681-8F56-4BF2-A8C6-99C62C60B637@microsoft.com...


Posted by Helen on February 17th, 2006


I think SAM means, how do you use the 2 assemblies supplied in the workflow
manager called 'Add Date and Time' and 'Subtract Date and Time'. I have had
a go and can't see what you can do with them.

You select the assembly, tell it the date time field you want then the
offset in say years. But where do you tell it where you want the result put?
I think I have the wrong end of the stick.

"John O'Donnell" wrote:

Posted by Jon Poploskie on February 21st, 2006


Anyone sort this out yet? I'd like to know how to use this to add some time
to the estimated close date of an opportunity on creation...

Thanks
Jon

"Helen" <Helen@discussions.microsoft.com> wrote in message
news:E8EAA91E-6C01-4FB3-8547-E404F21BB530@microsoft.com...


Posted by Jon Poploskie on February 21st, 2006


For anyone interested in this, I figured it out using this article as a
basis:
http://www.mscrmguy.com/hols/assembly/

Hope that helps
Jon

"Jon Poploskie" <jpoploskie@nospam.nospam> wrote in message
news:uECWhTvNGHA.3408@TK2MSFTNGP12.phx.gbl...


Posted by Bullitt Fitzhugh on March 22nd, 2006


To put the result of the standard assembly calls into an attribute it takes
two steps:

1. Run the "Add date and time" assembly call, give it a name, and choose
your parameters.
2. Choose Insert Action | Update Entity | Choose the entity | Choose the
field | choose "=" | select the lookup icon | choose "Dynamic Value" | In the
"Entity" drop down you will find the name of the assembly that you created in
step 1. Choose it. |

Choose "OK" and "OK" and you are done!

Hope this helps

--
Bullitt Fitzhugh
Integrated Business Systems
www.ib-systems.com


"SAM" wrote:

Posted by Bullitt Fitzhugh on March 23rd, 2006


To put the result of the standard assembly calls into an attribute it takes
two steps:

1. Run the "Add date and time" assembly call, give it a name, and choose
your parameters.
2. Choose Insert Action | Update Entity | Choose the entity | Choose the
field | choose "=" | select the lookup icon | choose "Dynamic Value" | In the
"Entity" drop down you will find the name of the assembly that you created in
step 1. Choose it. |

Choose "OK" and "OK" and you are done!

Hope this helps

--
Bullitt Fitzhugh

--
Bullitt Fitzhugh
Statera
www.statera.com


"Bullitt Fitzhugh" wrote: