<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/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>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: How do I limit access to a selection in a dropdown?</title><link>http://forums.method.me/cs/forums/thread/13619.aspx</link><pubDate>Wed, 05 Sep 2012 13:56:51 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13619</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/13619.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=13619</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;dottie:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Any advice how this can be done?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Yes, the best way to do this would be to build a set of actions for the Text Change event on the Job Status drop down. I think you&amp;#39;re familiar with copying a screen so I&amp;#39;ll skip that step here. With a copy of the CRM_EditCustomer screen you want to look for the Payment &amp;amp; Job Info section, click edit on the Job Status drop down and jump to step 2 of 6. You&amp;#39;ll notice the event here is Text Change - this means that whenever the text on this drop down changes, execute this set of actions. Here are the actions you&amp;#39;ll want to add:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Add a Retrieve Value From Table with the following options:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span id="mce_14_start" style="overflow:hidden;"&gt;&lt;/span&gt;From Table: Customer, from field: JobStatus&lt;/li&gt;
&lt;li&gt;Where field: RecordID, is Value From Session: Current- Screen Active RecordID&lt;/li&gt;
&lt;li&gt;Place value in: Action Result, call it jobStatusFromTable&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="2"&gt;
&lt;li&gt;&lt;span id="mce_16_start" style="overflow:hidden;"&gt;&lt;span id="mce_36_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="mce_19_start" style="overflow:hidden;"&gt;Add a Start Conditional Statement with the following options:&lt;span id="mce_18_end"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span id="mce_21_start" style="overflow:hidden;"&gt;Value 1: Value From Screen: Job Status is Equal to: Type In: Closed.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="3"&gt;
&lt;li&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Add a Start Conditional Statemen&lt;span id="mce_38_start" style="overflow:hidden;"&gt;&lt;/span&gt;t with the following options:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span id="mce_24_start" style="overflow:hidden;"&gt;Value 1: Value From Session: User- Is Method Admin? Equal to: Type In: True&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="4"&gt;
&lt;li&gt;&lt;span id="mce_32_start" style="overflow:hidden;"&gt;Add a Enter Value Into Field On Screen with the following options&lt;span id="mce_27_start"&gt;&lt;/span&gt;:&lt;span id="mce_29_start"&gt;&lt;span id="mce_30_end"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Update Field or Object: JobStatus&lt;span id="mce_27_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Dropdown Attribute: Text&lt;/li&gt;
&lt;li&gt;With the Value: Action Result: jobStatusFromTable&lt;span id="mce_34_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="5"&gt;
&lt;li&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Then add 2 End Conditional Statements to close off action set.&lt;span id="mce_1_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_0_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To explain things a little more, the first action is getting the current JobStatus from the table and storing that in an Action Result to be used later. The&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt; next action is a conditional statement checking to see if the dropdown for JobStatus was changed to Closed. If this is true then my next conditional statement checked to see if the user is a Method Admin. If the user isn&amp;#39;t a Method Ad&lt;span id="mce_1_end" style="overflow:hidden;"&gt;&lt;span id="mce_2_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;min then I use an Enter Value Into Field On Screen to switch the job status back to what it was.&lt;/p&gt;
&lt;p&gt;I make the assumption above that only the Method Admin user is allowed to close a job - if this isn&amp;#39;t the case then you&amp;#39;ll need to adjust the actions for step 3 accordingly.&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/H1sXS.png" width="600" height="225" alt="" /&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;HTH,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;~C&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How do I limit access to a selection in a dropdown?</title><link>http://forums.method.me/cs/forums/thread/13613.aspx</link><pubDate>Tue, 04 Sep 2012 14:46:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13613</guid><dc:creator>dottie</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/13613.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=13613</wfw:commentRss><description>&lt;p&gt;I would like for only one employee to have access to the drop down&lt;span style="overflow:hidden;" id="mce_1_start"&gt; selection closed job&lt;/span&gt; in the edit customer screen&lt;span style="overflow:hidden;" id="mce_13_start"&gt;,&lt;/span&gt; which is in&lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;/span&gt; the field Job Status. The job status field has various&lt;span style="overflow:hidden;" id="mce_4_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_5_start"&gt; drop down&lt;/span&gt; selections such as awarded, in progress, pending, closed job etc. I just want the closed job selection to be available &lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;to only one specific user name and I do not want any other users to have access selecting th&lt;span style="overflow:hidden;" id="mce_14_start"&gt;&lt;/span&gt;e closed job&lt;span style="overflow:hidden;" id="mce_15_start"&gt; drop&lt;span style="overflow:hidden;" id="mce_16_start"&gt;&lt;/span&gt;down&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_9_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_9_start"&gt;,&lt;/span&gt; but I still &lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt; want the others &lt;span style="overflow:hidden;" id="mce_11_start"&gt;&lt;/span&gt; to have access to the remaining drop downs in th&lt;span style="overflow:hidden;" id="mce_17_start"&gt;is&lt;/span&gt; job status field. Any advice how this can be done?&lt;span style="overflow:hidden;" id="mce_12_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>