<?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>Creating Workspaces (aka “wunderbars”) in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2009/10/27/creating-workspaces-aka-wunderbars-in-system-center-service-manager.aspx</link><description>I get this question at least once a month&amp;hellip; How do I create my own workspace? Usually this kind of question comes from partners that want to add some functionality to Service Manager and really want to elevate the presence of that solution by creating</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Creating Workspaces (aka “wunderbars”) in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2009/10/27/creating-workspaces-aka-wunderbars-in-system-center-service-manager.aspx#3523021</link><pubDate>Fri, 28 Sep 2012 06:31:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3523021</guid><dc:creator>Georges Mouawad</dc:creator><description>&lt;p&gt;Hey ..&lt;/p&gt;
&lt;p&gt;Travis I want to ask how to get &amp;quot;Create View&amp;quot; task under the folder created in the new wunderbar ?!&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3523021" width="1" height="1"&gt;</description></item><item><title>re: Creating Workspaces (aka “wunderbars”) in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2009/10/27/creating-workspaces-aka-wunderbars-in-system-center-service-manager.aspx#3357523</link><pubDate>Fri, 24 Sep 2010 04:35:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3357523</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Vladimir#2 - &lt;/p&gt;
&lt;p&gt;Your ConsoleTask Target attribute needs to point to the ID attribute of the Folder element. &amp;nbsp;For example:&lt;/p&gt;
&lt;p&gt;&amp;lt;Folder ID=&amp;quot;MyFolderID&amp;quot; ..../&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;ConsoleTask ID=&amp;quot;MyTask&amp;quot; Target=&amp;quot;MyFolderID&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Assembly&amp;gt;SMConsole!SdkDataAccessAssembly&amp;lt;/Assembly&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Handler&amp;gt;Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler&amp;lt;/Handler&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Parameters&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Argument Name=&amp;quot;Assembly&amp;quot;&amp;gt;Microsoft.EnterpriseManagement.ServiceManager.Application.Common&amp;lt;/Argument&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Argument Name=&amp;quot;Type&amp;quot;&amp;gt;Microsoft.EnterpriseManagement.GenericForm.NewInstanceTask&amp;lt;/Argument&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Argument&amp;gt;MyClassTypeIDOrTypeProjectionID&amp;lt;/Argument&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- You *might* need this but I dont think so --&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!--&amp;lt;Argument Name=&amp;quot;CustomCreateTask&amp;quot;&amp;gt;MyClassID&amp;lt;/Argument&amp;gt;--&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Parameters&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ConsoleTask&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/ConsoleTask&amp;gt;&lt;/p&gt;
&lt;p&gt;Plese note that using this assembly directly is not really a supported extensibility and may break in the future.&lt;/p&gt;
&lt;p&gt;Also - please note I havent tested this out, but it should work.&lt;/p&gt;
&lt;p&gt;I know the targeting part works, so worst case you can write your own task handler.&lt;/p&gt;
&lt;p&gt;Also - keep in mind that you should be get a &amp;quot;free&amp;quot; Create X console task for each view in your folder. &amp;nbsp;If your view is showing objects of X class, there will be a right click menu option on the view to &amp;#39;Create X&amp;#39;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3357523" width="1" height="1"&gt;</description></item><item><title>re: Creating Workspaces (aka “wunderbars”) in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2009/10/27/creating-workspaces-aka-wunderbars-in-system-center-service-manager.aspx#3357280</link><pubDate>Thu, 23 Sep 2010 07:22:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3357280</guid><dc:creator>Vladimir Trigub</dc:creator><description>&lt;p&gt;2 Travis Wright&lt;/p&gt;
&lt;p&gt;Thanks for your answer.&lt;/p&gt;
&lt;p&gt;But I still interested in creating the same tasks as for folder &amp;quot;Incident Management&amp;quot;. When we target the folder, task pane presents us three tasks (by default): &lt;/p&gt;
&lt;p&gt;- &amp;quot;Create folder&amp;quot;; &lt;/p&gt;
&lt;p&gt;- &amp;quot;Create View&amp;quot;; &lt;/p&gt;
&lt;p&gt;- &amp;quot;Create Incident&amp;quot;.&lt;/p&gt;
&lt;p&gt;I created my own folder &amp;quot;Request&amp;quot; in the &amp;quot;Work Items&amp;quot; folder. Then resolved question with creating two tasks: - &amp;quot;Create folder&amp;quot;; - &amp;quot;Create View&amp;quot;. And it&amp;#39;s work.&lt;/p&gt;
&lt;p&gt;But I can&amp;#39;t understand how to create task &amp;quot;Create Request&amp;quot; &amp;nbsp;FOR MY FOLDER &amp;quot;Request&amp;quot;, not for subfolders and views in it.(like &amp;quot;Create Incident&amp;quot; for folder &amp;quot;Incident Management&amp;quot;)&lt;/p&gt;
&lt;p&gt;Also I have a &amp;quot;Reaquest&amp;quot; class in my Management Pack yet.&lt;/p&gt;
&lt;p&gt;Can you help?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3357280" width="1" height="1"&gt;</description></item><item><title>re: Creating Workspaces (aka “wunderbars”) in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2009/10/27/creating-workspaces-aka-wunderbars-in-system-center-service-manager.aspx#3357102</link><pubDate>Wed, 22 Sep 2010 15:46:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3357102</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Vladimir - &lt;/p&gt;
&lt;p&gt;If you want to create a new folder as a child of the Work Item workspace Work Items root folder then you can just right click and create a new folder.&lt;/p&gt;
&lt;p&gt;If you want to create a second top root folder (peer of Work Items) in the Work Items workspace then you just need to create a new &amp;lt;Folder&amp;gt; element and set the ParentFolder attribute equal to the ID of the WorkItems folder. &amp;nbsp;To get a list of Folder IDs and their management packs you can look in the ServiceManager database by running this query:&lt;/p&gt;
&lt;p&gt;select * from Folder&lt;/p&gt;
&lt;p&gt;You can use the ManagementPackId field to look up the Management Pack in the ManagementPack table. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Keep in mind that in this case you will need to create an MP reference to whatever MP the parent folder is in and then set the value of the ParentFolder attribute by specifying the MP reference alias + &amp;quot;!&amp;quot; + Folder ID like this:&lt;/p&gt;
&lt;p&gt;SomeManamgentPackReferecenAlias!SomeFolderID&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3357102" width="1" height="1"&gt;</description></item><item><title>re: Creating Workspaces (aka “wunderbars”) in System Center Service Manager</title><link>http://blogs.technet.com/b/servicemanager/archive/2009/10/27/creating-workspaces-aka-wunderbars-in-system-center-service-manager.aspx#3357018</link><pubDate>Wed, 22 Sep 2010 08:57:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3357018</guid><dc:creator>Vladimir Trigub</dc:creator><description>&lt;p&gt;Very interesting, but... what about new folder in &amp;quot;Work Items&amp;quot; and deriving tasks as for other existing folders?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3357018" width="1" height="1"&gt;</description></item></channel></rss>