Archive for the 'Torch' Category

Easier Install of Google Apps Scripts

Thursday, August 26th, 2010

You no longer need to modify the Heap CRM or Torch Project Management Google Apps Scripts to get them connected to your account. Just run any menu command and the following text box will ask for your webhook (found under Settings->Integration):

Mobile Offline Access on BlackBerry OS 6 (Torch Project Management)

Wednesday, August 4th, 2010

The offline mobile interface for Torch Project Management now works on devices that run BlackBerry OS 6+ (currently the Torch 9800). This is the very same software that you can run offline on your iPhone/iPod Touch, Android device, Palm Pre/Pixi, Firefox Mobile or iPad.

To use the software offline, just go the mobile address (YourSubDomain.mytorch.net/m/):

Click the circular menu to add the app to the BlackBerry’s home screen.

List too Long? Find It! (Heap CRM and Torch Project Management)

Sunday, August 1st, 2010

If a drop-down list of Google Docs is really long it might not be easy to find the proper item. Now in Heap CRM and Torch Project Management you can select “– find –” (always the last item) and search Google Docs for the correct file.

Additionally, find is available in Heap CRM anytime you are trying to make/change an association:

Offline Mobile Interface Pixel Perfect on Retina Display (Heap CRM and Torch Project Management)

Sunday, August 1st, 2010

Heap CRM’s and Torch Project Management’s mobile offline interface have been updated to take full advantage of the extremely dense pixels of the new retina display on the iPhone 4. Here is a full resolution screenshot Torch’s mobile interface:

Click

And Heap’s mobile interface:

Click

Additional visual transitions have been added through the interface, this movie shows some of them:

MP4 (Better) | WMV

Move All Events in a View – Torch Project Management

Thursday, July 22nd, 2010

Sometimes projects get behind/ahead of schedule. Now you can move all uncompleted events in a view by a specified number of days or weeks in Torch Project Management. First look at your filters:

You will only move events that match this view. So if you have a category selected, you will only move events in that category. If you have pinned selected, you will only move events you have pinned. Now click on “Move All Events”:

For convenience, you are presented with a drop-down of weeks. However, you can also specify any arbitrary number of days:

Save Search to Category – Torch Project Management

Thursday, July 22nd, 2010

In Torch Project Management you can change the category on every item in a search result. Just perform a search for messages, event or Google Docs and Spreadsheets (you can use the same bucket selectors as before). Then select the category on the right or add a new category.

Torch Project Management Search – Detecting Intent

Sunday, July 18th, 2010

Torch Project Management has an amazingly powerful search system. With the use of bucket selectors you can drill down into your data and analyze every aspect of your project. However, bucket selectors are often confusing to new users.

Torch now tries to detect intent on simple searches (searches without bucket selectors or boolean operators). For instance, if you searched messages for:

train movement info@acme.com mark@acme.com

You probably intended to search e-mails between “info” and “mark” for the words “train” and “movement”. So, Torch rewrites this search request as:

train movement email:info@acme.com email:mark@acme.com

Additionally, if you searched messages for:

pinned track planning

You probably intended to search pinned messages for “track planning”. So, Torch rewrites this search as:

track planning pinned:yes

Let’s say you searched events for:

uncompleted pinned Mark James

You probably intended to search for an uncompleted event that you have pinned that mentions Mark James. So, torch rewrites this search as:

Mark James complete:no pinned:yes

Many more examples exist, but obviously this will never be as accurate as when you use the bucket selectors yourself.

You might also notice (at times) an optional notice that says:

Did you mean “X”

This happens when Torch is less sure what you intended.

Create Time and Expenses with Torch Project Management WebHook

Monday, July 5th, 2010

You’ve always been able to create time and expense entries as part of a message sent through the Torch WebHook. But what if you want to create an expense or time entry without submitting a message? Now you can, here is some sample JSON:

{
"hours":"2:15",
"note":"Work with client",
"category":"Meetings",
"timestamp":"2010-07-04"
}

Or:

{
"price":"200",
"note":"New Widget",
"category":"Toys",
"timestamp":"2010-07-04"
}

Just like everything created via the WebHooks, this info can be posted as JSON or as POST fields. The only required fields are hours (for time), price (for expense) and note. Category and timestamp are optional.

Use Google OCR Directly from Heap or Torch

Sunday, June 27th, 2010

Whenever you have an image file in Heap CRM or Torch Project Management, not only will you be given the option to do a quick view, but you will now see a button to send the file to Google Docs for optical character recognition (OCR).

This is handy if you have scanned image files that you would prefer to be converted to text.

Import Uncategorized Items onto Invoices

Sunday, June 27th, 2010

You can now import uncategorized items (expenses or time) onto invoices in Torch Project Management, just as you could import categories before. Uncategorized items will show in the list of categories assuming you have at least one item to import.