<?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 add a Time Zone filter to a tables and grids lookup? (...and add logic to the state field)</title><link>http://forums.method.me/cs/forums/thread/32725.aspx</link><pubDate>Fri, 07 Oct 2016 16:37:31 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:32725</guid><dc:creator>Ben</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/32725.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=32725</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;I would now like to cause the time zone field to auto-update based on the input in the state field &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;- &lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;for example &lt;span id="mce_3_start" style="overflow:hidden;"&gt;an input into the State field of&amp;nbsp;&lt;/span&gt;OK (for Oklahoma) would result in CDT (for Central Daylight Time) in the TimeZone Dropdown Field.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In excel this is done easily. &amp;nbsp;Here is the scripting:&amp;nbsp;&lt;span&gt;=if(ISNUMBER(SEARCH(A1,&amp;quot;WA,OR,CA,NV&amp;quot;)),&amp;quot;PDT&amp;quot;,if(ISNUMBER(SEARCH(A1,&amp;quot;MT,ID,WY,UT,CO,AZ,NM&amp;quot;)),&amp;quot;MDT&amp;quot;,if(ISNUMBER(SEARCH(A1,&amp;quot;ND,SD,NE,KS,OK,TX,MN,IA,MO,AR,LA,WI,IL,TN,MS,AL&amp;quot;)),&amp;quot;CDT&amp;quot;,if(ISNUMBER(SEARCH(A1,&amp;quot;MI,IN,OH,PA,NY,VT,ME,NH,MA,RI,CT,KY,NJ,DE,MD,WV,VA,NC,SC,GA,FL,DC&amp;quot;)),&amp;quot;EDT&amp;quot;,if(ISNUMBER(SEARCH(A1,&amp;quot;AK&amp;quot;)),&amp;quot;AKDT&amp;quot;,if(ISNUMBER(SEARCH(A1,&amp;quot;HI&amp;quot;)),&amp;quot;HST&amp;quot;,&amp;quot;&amp;quot;))))))&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;A1&amp;quot; Being the reference cell in this case. &amp;nbsp;In Method, I would like to have the State Field be the reference field, and set up an action &lt;span id="mce_4_start" style="overflow:hidden;"&gt;for that field&amp;nbsp;&lt;/span&gt;based on text change (unless you know of a better way to do this)&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: How do I add a Time Zone filter to a tables and grids lookup?</title><link>http://forums.method.me/cs/forums/thread/22702.aspx</link><pubDate>Thu, 24 Jul 2014 19:32:07 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22702</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/22702.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=22702</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Ben. &amp;nbsp;No problem. &amp;nbsp;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;If you go to the Customize tab, then the Tables / Fields tab link you&amp;#39;ll see a table called Entity. &amp;nbsp;From here you need to add a new field for time zone. &amp;nbsp;Name the field and select Dropdown as the Field Type.&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;&amp;nbsp; &lt;span id="mce_5_start" style="overflow:hidden;"&gt;Click Add Field. &amp;nbsp;&lt;/span&gt;Chose the Create a new table.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This new table will store the list of time zones you use.&lt;span id="mce_6_start" style="overflow:hidden;"&gt; &amp;nbsp;For step 2 you can select Basic Options. &amp;nbsp;Then enter your time zones in step 3.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;At this point you now have a field which can store time zones for any entity (customers, vendors, contacts, employees, etc).&lt;span id="mce_7_start" style="overflow:hidden;"&gt; &amp;nbsp;It won&amp;#39;t appear on any of your screens until you add it though.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To do this go to the Customize tab, then the Screens tab. Then edit the Screens for Customer and Vendor.&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;/span&gt;&amp;nbsp; If you aren&amp;#39;t already using custom screens you&amp;#39;ll need to create copies of the default ones. &amp;nbsp;The default ones are CRM_EditCustomer, CRM_EditLead, CRM_EditVendor. &amp;nbsp;From here you can find the Time zone field you created on the left under fields and add it to your screen.&lt;/p&gt;
&lt;p&gt;Once you get this far my previous steps on how to modify your grid to fi&lt;span id="mce_11_start" style="overflow:hidden;"&gt;&lt;/span&gt;lter by time zone will make more sense.&lt;span id="mce_12_start" style="overflow:hidden;"&gt;&lt;span id="mce_13_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: How do I add a Time Zone filter to a tables and grids lookup?</title><link>http://forums.method.me/cs/forums/thread/22689.aspx</link><pubDate>Thu, 24 Jul 2014 16:05:00 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22689</guid><dc:creator>Ben</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/22689.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=22689</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Mark,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve recently become more familiar with the Vendor edit page, but I&amp;#39;m unfamiliar with the entity table. &amp;nbsp;Are you thinking that time zone is an existing field or drop down that comes standard for everyone, or are you thinking that I am going to need to define all of the states that exist within each time zone option? &amp;nbsp;If so, I&amp;#39;m not even sure where to begin on that task because I don&amp;#39;t really even know how to get to the entity table.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you expound a little for me? &amp;nbsp;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;Thanks for being patient and helpful with my&lt;/span&gt;&amp;nbsp;super beginner questions!&lt;/p&gt;</description></item><item><title>Re: How do I add a Time Zone filter to a tables and grids lookup?</title><link>http://forums.method.me/cs/forums/thread/22685.aspx</link><pubDate>Thu, 24 Jul 2014 14:49:41 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22685</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/22685.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=22685</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Ben. &amp;nbsp;It sounds like you might already have a time zone field in your entity table. &amp;nbsp;If not you will need to add a drop down field to this table (This will still work if you&amp;#39;ve&lt;span id="mce_2_start" style="overflow:hidden;"&gt; already&lt;/span&gt;&amp;nbsp;added 2 fields to the vendor and customer table&lt;span id="mce_8_start" style="overflow:hidden;"&gt;s&lt;/span&gt; but it&amp;#39;s ea&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;sier just to add one to the entity table&lt;span id="mce_9_start" style="overflow:hidden;"&gt;&lt;/span&gt;)&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;.&lt;span id="mce_10_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Once you have the field created you should just have to customize your screens. &amp;nbsp;If you edit the grid&amp;nbsp;the wizard should allow you to add a new filter in step 3.&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;span id="mce_6_start" style="overflow:hidden;"&gt; &amp;nbsp;Here you can name the filter&amp;nbsp;and specify the time zone values that should show up. &amp;nbsp;You&amp;#39;ll need to do this for each screen you want this filter for (Eg customer and vendor).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How do I add a Time Zone filter to a tables and grids lookup?</title><link>http://forums.method.me/cs/forums/thread/22682.aspx</link><pubDate>Wed, 23 Jul 2014 21:55:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22682</guid><dc:creator>Ben</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/22682.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=22682</wfw:commentRss><description>&lt;p&gt;I would like to add a time zone filter&amp;nbsp;&lt;span id="mce_0_start"&gt;&lt;/span&gt;&lt;span id="mce_1_start"&gt;&lt;/span&gt;to&amp;nbsp;&lt;span id="mce_1_end"&gt;&lt;/span&gt;my Vendor and Customer lookup tables/grids. &amp;nbsp;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I would like to know how to add this filter to the window that I see&lt;span id="mce_7_start" style="overflow:hidden;"&gt; on the left hand side of the screen&lt;/span&gt;&amp;nbsp;when I open my vendors window.&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_6_start" style="overflow:hidden;"&gt; &amp;nbsp;I would like the option to either not use the filter, or to select one of the United States time zones as a filter.&lt;/span&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;&lt;span style="overflow:hidden;"&gt;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="mce_2_end"&gt;&lt;/span&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>