Method Community

 

Search

Page 7 of 73 (724 items) « First ... < Previous 5 6 7 8 9 Next > ... Last »
  • Re: SQL Override Conditional Formatting

    if you want to get fancy, and dance around the date conversion a little..... (CASE WHEN [DueDateStart] &lt; GETUTCDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;&#39; &nbsp;END)&nbsp;&nbsp;+ CONVERT(varchar(10), DateAdd(HOUR,-5,viewActivity.DueDateStart), 20)&nbsp;+ ...
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 03-16-2014
  • Re: SQL Override Conditional Formatting

    In that case you want: (CASE WHEN [DueDateStart] &lt; GETUTCDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;&#39; &nbsp;END)&nbsp;+ viewActivity.DueDateStart + &#39;&lt;/b&gt;&lt;/font&gt;&#39;&nbsp;
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 03-16-2014
  • Re: SQL Override Conditional Formatting

    Try: (CASE WHEN [DueDateStart] &lt; GETUTCDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;&#39; &nbsp;+ viewActivity.DueDateStart + &#39;&lt;/b&gt;&lt;/font&gt;&#39;&nbsp;END)&nbsp; - I haven&#39;t tried this, just a first glance attempt. - better to use GETUTCDATE() ...
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 03-16-2014
  • Re: Is there a list of functions that don't work on mobile screens?

    James - honestly, I&#39;ve&nbsp;been saying &quot;weeks&quot; away for &quot;months&quot;. So, yes it&#39;s hard to say. But I&#39;m now say &quot;days&quot; away instead of &quot;weeks&quot;, if that&#39;s any indication! Paul
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 02-10-2014
  • Re: Invoice "Site" column / Inventory Site List - where's the table?

    We have a beta sync engine available that syncs with advanced inventory. Works with serial numbers, lot numbers and locations/sites. But you need to contact tech support and request the &quot;Beta MSI installation&quot; for advanced inventory. It&#39;s been in beta for a few months now. &nbsp;They should know what you are talking about - if not, ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 01-26-2014
  • Method Platform Updates (method:v2) - Nov 14th, 2013

    method:v2 latest alpha publish The following list is what has changed for the alpha-version of method:V2. This includes code checked in between November 8th and November 13th. The last published version was Sunday November 14th, 2013, at 5:55 PM Eastern. Fix - show the selected row color of a grid. Fix - cleaned up the text for entries into ...
    Posted to Release Notes (Weblog) by Method_Paul on 11-10-2013
  • Method Platform Updates (method:v2) - Nov 1st, 2013

    method:v2 latest alpha publish The following list is what has changed for the alpha-version of method:V2. This includes code checked in between Oct 18th and November 1st. The last published version was November 1st, 2013, at 6:00 PM Eastern. Fix - Only bound images show CanBeEdited property. Fix - Uploading images on picture and attachment ...
    Posted to Release Notes (Weblog) by Method_Paul on 11-02-2013
  • Method Platform Updates (method:v1) - Oct 31, 2013

    &quot;October&quot; version now available The following updates are available on the staging site, as of Oct 31st. &nbsp;You can access the October version by clicking &quot;Switch to the October Version&quot; when you sign into Method. Performance improvement - For Reports, a 1 million cell limit imposed on master table, and 2 million cell ...
    Posted to Release Notes (Weblog) by Method_Paul on 11-02-2013
  • Re: Ipad or Android?

    Bryan - we will finally be getting be getting v2 into public beta in November.&nbsp; Mobile first, and will still take at least another couple months before it reaches complete parity with v1.&nbsp; It is *awesome*, though, but expect a fully different environment from v1, so there will be a bit of a learning curve. Stay tuned. Paul
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 10-12-2013
  • Method Platform Updates - Aug 29, 2013

    &quot;August&quot; version now available The following updates are available on the staging site, as of August 29th. &nbsp;You can access the August version by clicking &quot;Switch to the August Version&quot; when you sign into Method. NEW - PayPal: We are now supporting Paypal Credit Card, and PayPal Account payments, via an open beta. Learn ...
    Posted to Release Notes (Weblog) by Method_Paul on 08-31-2013
Page 7 of 73 (724 items) « First ... < Previous 5 6 7 8 9 Next > ... Last »