<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx</link><description>Hi guys, Here is an example about how to call an assembly from the WF manager. This example deals with a request we had from a customer about how to extended the sendmail functionnality in order not to be limited by the [Logical User] list offered out</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>CRM 3.0 SDK</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#1865949</link><pubDate>Mon, 12 Mar 2007 19:09:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1865949</guid><dc:creator>Microsoft CRM Support Tools Info</dc:creator><description>&lt;p&gt;Hi Guys, More than only dealing with the Support Tools, I've just added a CRM SDK section to this blog&lt;/p&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#1925674</link><pubDate>Wed, 21 Mar 2007 16:48:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1925674</guid><dc:creator>PhilBriz</dc:creator><description>&lt;p&gt;Mmhhh, sweet, I'm loving it.&lt;/p&gt;
&lt;p&gt;Pretty cool way to demonstrate Workflow assembly 101.&lt;/p&gt;
&lt;p&gt;Great Post !&lt;/p&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#4386256</link><pubDate>Tue, 14 Aug 2007 20:19:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4386256</guid><dc:creator>albanosa</dc:creator><description>&lt;p&gt;Hi, I tried you code but i reseave an error regarding the CrmBoolean type.&lt;/p&gt;
&lt;p&gt;I add the CrmSdkHelpers.Cs file, but can't compile.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#4649174</link><pubDate>Thu, 30 Aug 2007 19:24:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4649174</guid><dc:creator>JGC</dc:creator><description>&lt;p&gt;Hi, I'm having some problems to implement this solution.&lt;/p&gt;
&lt;p&gt;When I call the line Guid emailid = csvc.Create(e); I receive the messagem &amp;quot;Server was unable to process request&amp;quot;.&lt;/p&gt;
&lt;p&gt;I receive the error on this line because i passed to procedure 0 at secound parameter, just to teste.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#4722016</link><pubDate>Mon, 03 Sep 2007 14:26:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4722016</guid><dc:creator>benlec</dc:creator><description>&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt;Can you try to be precise with the Errors and exceptions you have?&lt;/p&gt;
&lt;p&gt;The code provided here does not handle any error, you need to modify it to dump the appropriate errors.&lt;/p&gt;
&lt;p&gt;Implement Try/Catch like this:&lt;/p&gt;
&lt;p&gt;try &lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Guid emailid = csvc.Create(e); &lt;/p&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;catch(System.Web.Services.Protocols.SoapException ex)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Console.WriteLine(ex.Message + &amp;quot;.&amp;quot; + ex.Detail.InnerText);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Benjamin&lt;/p&gt;
</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#4724651</link><pubDate>Mon, 03 Sep 2007 17:19:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4724651</guid><dc:creator>JGC</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The error is &amp;quot;Server was unable to process request..\n0x80040217\nThe specified object was not found.\nPlatform\n&amp;quot; could be something with the web services.&lt;/p&gt;
&lt;p&gt;I created a project and made a Web reference to the web-Services, the link is ok I already confirm, but when I invoke this method of a WS receive this error. &lt;/p&gt;
&lt;p&gt;The MSCRM is installed in other machine there is any problem with this? I read something about Remote connections or something like this…&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;JGC&lt;/p&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#4725358</link><pubDate>Mon, 03 Sep 2007 18:33:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4725358</guid><dc:creator>Ana Martinho</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
&lt;p&gt;the error is &amp;quot;Server was unable to process request..\n0x80040217\nThe specified object was not found.\nPlatform\n&amp;quot;&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Ana&lt;/p&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#5033783</link><pubDate>Fri, 21 Sep 2007 17:06:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5033783</guid><dc:creator>Jason</dc:creator><description>&lt;P&gt;When I try to run the rule on a case I get this error in the event viewer&lt;/P&gt;
&lt;P&gt;Action {57EDFAE5-E567-DC11-920E-00010321C609} failed in step {55EDFAE5-E567-DC11-920E-00010321C609} of process instance {3C4E0294-E767-DC11-920E-00010321C609}. Please view the paused rule in the Microsoft.Crm.Workflow.Monitor for more information about the failure.&lt;/P&gt;
&lt;P&gt;When I look in the workflow monitor I see this error&lt;/P&gt;
&lt;P&gt;Error code =80070005 Access Denied. You do not have suffient access rights or priviliges to perform this action.&lt;/P&gt;
&lt;P&gt;I am logged in as administrator and restricted access is off for the admin user.&lt;/P&gt;
&lt;P&gt;Any help would be great.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#5037465</link><pubDate>Fri, 21 Sep 2007 21:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5037465</guid><dc:creator>benlec</dc:creator><description>&lt;p&gt;Try to run the Workflow Service under LocalSystem account....&lt;/p&gt;
</description></item><item><title>re: Extending [Logical Users] list in Workflow</title><link>http://blogs.msdn.com/benlec/pages/extending-logical-users-list-in-workflow.aspx#5653107</link><pubDate>Wed, 24 Oct 2007 19:40:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5653107</guid><dc:creator>Lorena</dc:creator><description>&lt;p&gt;Hi, if I need to add the field CREATEDBY in the logical user list at workflow, I need to do this same dll?&lt;/p&gt;</description></item></channel></rss>