<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx</link><description>Awhile back I started a series of blog posts on explaining tasks &amp;ndash; check out the first post which was an overview of tasks: 
 http://blogs.technet.com/servicemanager/archive/2010/02/11/tasks-part-1-tasks-overview.aspx 
 In this blog post, I&amp;rsquo;ll</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3489752</link><pubDate>Mon, 02 Apr 2012 14:10:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3489752</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;is it possible to open a custom form via task (instead of .net code)?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3489752" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3488727</link><pubDate>Tue, 27 Mar 2012 04:26:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3488727</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Diego - &lt;/p&gt;
&lt;p&gt;Yes, you can. &amp;nbsp;The process is similar to this blog post but you are dealing with ConsoleTasks instead of views and folders.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blog.scsmfaq.ch/2011/01/02/custom-icons-for-views-and-folders/"&gt;blog.scsmfaq.ch/.../custom-icons-for-views-and-folders&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3488727" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3486882</link><pubDate>Thu, 15 Mar 2012 14:34:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3486882</guid><dc:creator>Diego</dc:creator><description>&lt;p&gt;Can I add Icon for the Create Task? How do I do this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3486882" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3416632</link><pubDate>Mon, 28 Mar 2011 21:42:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3416632</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Kris - &lt;/p&gt;
&lt;p&gt;Well, you can query the database like this:&lt;/p&gt;
&lt;p&gt;select * from Resource where ResourceType = 2 and Accessibility = 0&lt;/p&gt;
&lt;p&gt;Once you find the Resource you want you&amp;#39;ll need to figure out what MP it is in - just look up the ManagementPackId foreign key on the ManagementPack table like this:&lt;/p&gt;
&lt;p&gt;select * from ManagementPack where ManagementPackId = &amp;#39;0A4B0FB9-202E-FE68-4F0E-995706EDB2DA&amp;#39;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3416632" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3416615</link><pubDate>Mon, 28 Mar 2011 20:51:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3416615</guid><dc:creator>Kris Senden</dc:creator><description>&lt;p&gt;Hi Travis,&lt;/p&gt;
&lt;p&gt;I have a question about the image references in Step 6. Is there a list (of some kind) available with all the icons one can use in custom tasks/forms? For instance, I&amp;#39;m developing a custom form and want to use the incident icon on that form...&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Kris&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3416615" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3386221</link><pubDate>Wed, 09 Feb 2011 19:08:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3386221</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;Travis, it never ceases to amaze me how quickly you reply to questions, thank you :)&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not a major, it works fine running off the network. At least I now know it&amp;#39;s not worth trying further. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3386221" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3386218</link><pubDate>Wed, 09 Feb 2011 18:59:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3386218</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Rob - &lt;/p&gt;
&lt;p&gt;I personally havent spent much time trying to get that to work, but some other people in the community have and havent been able to get it going. &amp;nbsp;Do you have the source code to the .exe? &amp;nbsp;You could convert it to a class in an assembly as described above and distribute it that way instead.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3386218" width="1" height="1"&gt;</description></item><item><title>re: Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/12/22/tasks-part-2-custom-console-tasks-for-create-edit-delete.aspx#3386216</link><pubDate>Wed, 09 Feb 2011 18:55:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3386216</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;Hi Travis,&lt;/p&gt;
&lt;p&gt;I have a standard console task that is using &amp;quot;Microsoft.EnterpriseManagement.UI.SdkDataAccess.CommandLineHandler&amp;quot; to call an exe. Is it possible to add this exe as a resource into an mpb so that the console downloads it as per custom tasks that use dll assemblies? I&amp;#39;ve tried various methods but the exe is either called via the path, not found or the console crashes.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3386216" width="1" height="1"&gt;</description></item></channel></rss>