5 power productivity tips (plus a 6th that’s kind of out there)

January 21st, 2010 by Chris Basham No comments »

Here are 5 ways I’ve figured out to get a lot more done in TrackVia a lot quicker.

1) Use 2 monitors!

  • The ability to do simultaneous data entry on one screen and reading/referencing/surfing on the other screen is huge.  2 screens means 4X the productivity!
  • Flat screen monitors are cheap these days!  If your boss is too cheap to buy you an external screen to help you get a lot more done, you should reconsider your career plans there.

2) Have 2 browser windows open for your TrackVia work.

  • This is kind of a corollary to rule 1.  But it’s huge to be able to do data entry into TrackVia in one browser window while viewing the results in another browser window.
  • You can even be simultaneously logged-in as 2 TrackVia users if you use 2 separate browsers (for example, one IE window and one Safari window).

3) Use CTRL+F to find things on your screen.

  • Whether you’re working in TrackVia or doing anything else in a browser, this is the one tip that you shouldn’t live without.
  • It’s crazy that people still stare at the screen and slowly scroll down looking for one specific word.  Just use CTRL+F and start typing – your browser will take you straight to it.

4) Heavily use TrackVia’s “favorite views”

  • Even the biggest TrackVia power users spend most of their time in only a handful of different views.  Add these views to your “favorite views” section of your account’s home page, and your navigation just got a lot quicker!
  • Under this scheme, to get a different view is only 2 easy clicks – click the logo in the upper left of the screen, and then click the favorite view!

5) Use a modern browser!

  • Safari, Chrome, Firefox – if you don’t know what these are, and your browser vocabulary is limited to an I and an E, you need to step up it up to 2010!
  • Modern browsers do a great, and faster job, of handling modern websites, including javascript.
  • For those of you stuck on IE6 based on corporate policies, we feel for you!

Here’s the extra one that’s kind of out there.
6) Create a TrackVia “time machine” by setting up a combination of our features so that you can always go to any past date and see what records were in a particular view on that date.

  • Important: for this to work well, you should use only views that have a relatively small number of records (<200ish).  If you have a large view, use some filters to break it down into a few smaller views
  1. Create a new “Emails received” table in your TrackVia account (this is a “sample table” when you choose how to create your table).
  2. Use an email address to add email collecting to this table.
  3. Go to your TrackVia views that you’d like to have daily snapshots of (for example, a current pipeline view of sales leads, or all of your employees’ tasks for the week).  Add a distribution schedule to each view (you can even set it to attach an Excel spreadsheet), and set it to be delivered to the email address that’s linked to the Emails received table.

That’s it!  Now you’ll have a table of daily snapshots of those views so that you can always to back and see what records were in that view, and their statuses, on any given day.  And because these views are in a TrackVia table, you can use great features like Search and Filtered Views to keep them organized.

TrackVia’s visitors’ browsers

January 18th, 2010 by Chris Basham No comments »

Because our online database application is delivered through a browser, our developers keep a close eye on the browser versions that our visitors are running.  And our marketers try to play Sherlock Holmes to extract insights about our customer base by comparing it to the reported market share of various browsers and versions.  For example, it’d be an interesting insight to say that because nearly 12% of our customers are running IE6, a signicant amount of our customer base is technology laggards.  However, it’s not true, and the opposite is actually true (for IE6 at least).  We know from conversations with our biggest customer that their corporate policy is to run only IE6, while our champions there are very early adopters of technology.

So, without claiming any particular insights out of the following stats, we thought it’d be interesting reading for our customers and others to see the browsers that TrackVia’s customers and web visitors are using.  In terms of trends, over the last 3 years we’ve seen IE lose about 5% of (our) market share, Firefox remain steady, and Safari usage double to account for most of the loss by IE.

trackvia_browsers

Trackvia's browser share across all browsers

IE_versions

TrackVia's browser shares across IE

January Webinar Schedule: Guided Tour of New Features

January 15th, 2010 by Chris Basham No comments »

We’re excited about the New Features that are being released this month – many of which were incorporated into the roadmap as a direct result of your feedback!

To help you better understand these features, we are holding “guided tour” webinars over the next few weeks.  You may attend any webinar that fits your schedule:

You can register by clicking on any of the above dates and following the instructions from there.  Space is limited in each timeslot, so please register in advance.

We look forward to seeing you there!

Of course, should you have any questions before your scheduled webinar, please feel free to reach out to any of our product experts at 800.673.3302.

If you could have any pre-built app in TrackVia, what would it be?…

January 14th, 2010 by Chris Basham No comments »

What is the app you’d most like to be able to immediately install in your TrackVia account? Here are some suggestions that customers have given us in the past. What do you say?…

  • CRM
  • Inventory Management (running totals of materials, parts, products, etc.)
  • Project Management
  • Asset Tracking (including barcode scanning to update records)
  • Nonprofit donors
  • Customer feedback (complaints, compliments)

TrackVia’s API means integration!

January 13th, 2010 by Chris Basham No comments »

Now your TrackVia data can be a dynamic, integrated part of your broader IT and business systems!

TrackVia’s API allows developers to integrate TrackVia with other business applications. New database records can be created from remote API calls, and individual database records or a set of records (corresponding to a view in TrackVia) can be fetched via the API. Any record can also be updated or deleted. The API uses HTTP GET and POST requests, and data can be sent or retrieved in XML, JSON, or CSV formats.

TrackVia’s API is secure. Each API transaction requires an SSL connection and a unique security key available only to TrackVia administrators. In addition, the API must be enabled in the TrackVia user interface for specific tables and request types before it is functional. Finally, API calls can be limited to specific IP addresses, corresponding to the servers that host the applications to be integrated.
Our customers typically use our API to:

  • synchronize data in TrackVia with data in another database (including ERPs)
  • automatically create records in TrackVia in response to events in other systems
  • download new records from TrackVia once per day for further processing

For example, a customer might use TrackVia to manage repair requests from existing customers. Each repair request in TrackVia references a specific customer. The master source of customer data, however, might be an in-house customer relationship management (CRM) system. With the TrackVia API, the customer data in TrackVia can be kept in sync with the data in the in-house CRM.

TrackVia’s API has been up-and-running with select customers for most of 2009. In 2010, however, we’re making the API available in a self-serve model. That is, any customer with the requisite knowledge can download our API Developer’s Guide, configure the API’s security settings to their liking, and begin passing data into and out of TrackVia. (The required knowledge is computer programming; so an API solution will typically be built either by an application developer or other IT professional employed by the customer, or with help from TrackVia Professional Services.)

TrackVia’s API is both simple and fully featured. New TrackVia records can be created from remote API calls, and individual TrackVia records or a set of records (corresponding to a view in TrackVia) can be fetched via the API. Any record can also be updated or deleted.
The TrackVia API is not included in our standard pricing plan. You may evaluate it free for test and development purposes. For production uses, please contact your TrackVia account representative for pricing information.

Follow @trackviasupport on Twitter!

January 13th, 2010 by Chris Basham No comments »

Follow trackviasupport on Twitter

We’re posting product updates and other interesting tidbits on Twitter!  Please follow us to keep on top of the latest service updates and rumors about upcoming features!

Soon-to-be-released product updates!

January 11th, 2010 by Chris Basham No comments »
Note: See screenshots in our user forum.

* Terminology change: “table” replaces “database”, “app” replaces “project”

* UI tweak: a new “settings” link (in the upper right corner) replaces the old “setup” link, and consolidates in one place the links to add an app or table, to add or manage users and permissions, to customize the UI with your logo or colors, to update your billing and contact info, and to configure our new API

* UI tweak: a new “support” link (in the upper right corner) consolidates the old “help” and “support” links into one link

* “Views” upgrade: now you can set 1 or 2 levels of “group by” in a view, can choose a “subtotal” for each group (sum, average, max, count, etc.) and can see a total of all subtotals across all groups in the view

* “Template” app: now you can install a complete template for an “order management” app including 5 linked tables comprising many-to-one and many-to-many relationships, as well as sample records, sample views, etc.

* User management: now you can add and manage users using the same TrackVia interface and paradigm that you use for managing any other type of information, including all of our great features like search, import, filtered views, etc.

* User permissions: we’ve added powerful new concepts to our users such as roles and groups

* API: if you’re a developer, you’ll be excited about our API! In short, it allows TrackVia to exchange data automatically with other applications

The green bar means security!

August 26th, 2009 by Chris Basham No comments »

TrackVia provides High-grade Encryption using AES-256 256 bit encryption.  This means TrackVia’s SSL encryption (protects your information as it travels through the internet) is so incredibly secure, there’s really not much more to say about it!

By default, all new TrackVia accounts have SSL enabled from the time they’re created.  Some existing TrackVia customers may not have SSL enabled.  If this is the case for your account, just email us at support@trackvia.com or call us at 800.673.3302 and we’ll get it enabled for your account, pronto!

Search TrackVia Help – On Google!

August 25th, 2009 by Chris Basham No comments »

Want to know a great way to find TrackVia help articles, and other TrackVia tips & tricks?  Search on Google!

Once you’re in the TrackVia forum after clicking a Google search result, be sure to click around and read other articles.  And please – leave some comments!

“Everything” backup CD

August 24th, 2009 by Chris Basham No comments »

Kind of like the everything bagel, our everything backup CD gives you something you can hold in your own hand (ok, but you shouldn’t eat it) to know that you have a copy of every single piece of information that’s in your TrackVia account, from the biggest file attachment to the smallest change note.

If you order a backup CD through TrackVia, you can tell all of those smarty pants who fret about the security of a cloud application like TrackVia that you get the best of both worlds – an elegant online service, plus a hard copy of all of your own data as often as you’d like.

Not only do you feel more secure once you have the CD in-hand, we make sure it’s a secure process to get the CD to you.  Here are some of the rules we enforce when someone orders a backup CD:

  • The order must come in writing via email from the email address of the account owner.
  • The CD can only be sent via Fedex, with signature required by the recipient.
  • The order may only be paid for by the same payment manner as the account.
    • The same credit card, a check from the same account, etc.
  • Each CD is inscribed with a unique identifier.

Ordering a backup CD includes a 1-time charge of $100 for each order, and this charge does include the Fedex delivery charge.  To order a CD, please have the account owner send an email to support@trackvia.com, and then we’ll reply to confirm the order.