Custom Functions

Custom functions are optional shortcuts that can be assigned to F2 through F12.

If your team does not use custom functions, you can ignore this page.

What custom functions are for

Custom functions can be used for actions such as:

  • opening a related web page
  • creating a task from a preset value
  • running a team-specific helper action

How to set them up

  1. Press F1.
  2. Open the Updates/Custom tab.
  3. Click Change...
  4. Add or edit the function details.
  5. Click Save.

Custom functions placeholder

What each field means

Label

The user-friendly name for the custom function.

Shortcut

The function key that runs it, from F2 to F12.

Classname

The custom function implementation to use from the DLLs in the CustomFunctions folder.

Arguments

Optional text or parameters needed by that custom function.

Where TinyTracker looks for custom functions

TinyTracker loads custom function libraries from the CustomFunctions folder inside the TinyTracker data folder.

If you want to write your own DLLs, see Creating custom functions.