<?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 a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx</link><description>Introduction 
 Most of our ISV Partners will need to provide some custom administration settings to allow their customers to configure the partners' solutions. For example, you may want to store a server name and database name to connect to as part of</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3453264</link><pubDate>Wed, 14 Sep 2011 17:18:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3453264</guid><dc:creator>Billu</dc:creator><description>&lt;p&gt;But Great Post! Saved me a lot of time. Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3453264" width="1" height="1"&gt;</description></item><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3431721</link><pubDate>Thu, 26 May 2011 06:19:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3431721</guid><dc:creator>Atikero</dc:creator><description>&lt;p&gt;Hi Travis,&lt;/p&gt;
&lt;p&gt;How can I call my wizard(same as yours) in the management pack?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3431721" width="1" height="1"&gt;</description></item><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3366429</link><pubDate>Sun, 07 Nov 2010 14:13:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366429</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@German Minicucci &lt;/p&gt;
&lt;p&gt;Hi German - sorry for the delayed response. I&amp;#39;m on week 4 of a 4 week world tour for SCSM now and it&amp;#39;s been hard to keep up. &amp;nbsp;It&amp;#39;s probably not necessary to write cod to have a settings dialog, but it is an option. &amp;nbsp;Please send me an email at scsmbeta [at] live [dot] com with some more details on what you are trying to do and I&amp;#39;ll try to make a recommendation.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366429" width="1" height="1"&gt;</description></item><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3365314</link><pubDate>Mon, 01 Nov 2010 20:06:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3365314</guid><dc:creator>German Minicucci</dc:creator><description>&lt;p&gt;Hi Travis,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to do this using the 2010 Authoring Tool... I&amp;#39;ve been able to create the form but I&amp;#39;m missing the part where I have to create the dll (assembly).&lt;/p&gt;
&lt;p&gt;Do I have to install Visual Studio and create a C# project to create the dll file?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m actually building an improved version of SLA Management... and I have everything working but this.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;German.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3365314" width="1" height="1"&gt;</description></item><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3344074</link><pubDate>Wed, 14 Jul 2010 03:38:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3344074</guid><dc:creator>Nga</dc:creator><description>&lt;p&gt;Thanks Travis, we found ways around with LoadState and SaveState event for validation&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Nga&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3344074" width="1" height="1"&gt;</description></item><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3344030</link><pubDate>Tue, 13 Jul 2010 20:53:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3344030</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Nga - &lt;/p&gt;
&lt;p&gt;I dont know that we have a event handler for the Next button click event. &amp;nbsp;Instead we try to proactively validate the form as the user is filling it out. &amp;nbsp;You can hook various other events on the form and perform a validation. &amp;nbsp;When the form meets your business logic, then you can change .IsNextButtonEnabled = true.&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=3344030" width="1" height="1"&gt;</description></item><item><title>re: Creating a Custom Administration Setting</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/04/creating-a-custom-administration-setting.aspx#3342950</link><pubDate>Fri, 09 Jul 2010 07:37:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3342950</guid><dc:creator>Nga</dc:creator><description>&lt;p&gt;Dear Travis,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m creating a wizard consisting of multiple custom forms which is feasible thanks to your above instruction. When navigating from one form to another within the wizard using built-in Next buttons of the wizard, I&amp;#39;m struggling to find the events when these buttons are clicked so that I can validate the data of previous forms to meet business rules&lt;/p&gt;
&lt;p&gt;Please help with details on how I can capture the event when Next/Previous button is clicked&lt;/p&gt;
&lt;p&gt;Thank you very much. Highly appreciate your help&lt;/p&gt;
&lt;p&gt;Nga &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3342950" width="1" height="1"&gt;</description></item></channel></rss>