> Reports / Custom Pages

Custom Pages

You can configure Sage Coretime so that custom pages can be displayed within the Coretime environment.

An administrator can do this by editing the 'customactions' database table. (You can view this table using the Query Analyser in the left-hand pane's Utilities view.)

Each new entry is represented by a clickable icon in the Custom Options section of the left-hand pane's Reports view.

Examples

You can add an icon that calls a Google search page within Sage Coretime by inserting the following entry into the customactions database table:

Field Value
customname My Google Search
customaction www.google.ie
coretimeaction N
employee 0

Suppose that you have written a custom report that lists customers. This is called 'ClientList.php'.

To make this available within Sage Coretime, insert the following entry into the customactions database table:

Field Value
customname My Client List
customaction ../CustomPages/ClientList.php
coretimeaction N
employee 0

Go to top