Search
-
Yes, this is on our roadmap for the 2nd half of this year. :)
Paul
-
Michael - It it highly unlikely that your IP is blocked. If there are 5 failed attempts in a short period of time, it will temporarily stop attempting logins.
If you have a failed attempt it will push the 10 minutes back. So if you keep trying, it will not be 10 minutes from your 5th bad attempt it will be 10 minutes from your most ...
-
if you want to get fancy, and dance around the date conversion a little.....
(CASE WHEN [DueDateStart] < GETUTCDATE() THEN '<font color="red"><b>' ELSE '<font color="black"><b>' END) + CONVERT(varchar(10), DateAdd(HOUR,-5,viewActivity.DueDateStart), 20) + ...
-
In that case you want:
(CASE WHEN [DueDateStart] < GETUTCDATE() THEN '<font color="red"><b>' ELSE '<font color="black"><b>' END) + viewActivity.DueDateStart + '</b></font>'
-
Try:
(CASE WHEN [DueDateStart] < GETUTCDATE() THEN '<font color="red"><b>' ELSE '<font color="black"><b>' + viewActivity.DueDateStart + '</b></font>' END)
- I haven't tried this, just a first glance attempt.
- better to use GETUTCDATE() ...
-
James - honestly, I've been saying "weeks" away for "months". So, yes it's hard to say. But I'm now say "days" away instead of "weeks", if that's any indication!
Paul
-
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 "Beta MSI installation" for advanced inventory. It's been in beta for a few months now. They should know what you are talking about - if not, ...
-
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 ...
-
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 ...
-
"October" version now available
The following updates are available on the staging site, as of Oct 31st. You can access the October version by clicking "Switch to the October Version" when you sign into Method.
Performance improvement - For Reports, a 1 million cell limit imposed on master table, and 2 million cell ...
|
|
|