You can use custom icons to display important information at all times on a maintenance window. Custom icons are linked to either:
You can display up to ten custom icons in a maintenance window.
Custom icons are also displayed in the Attendance window. See IconAlertsDisplay configuration setting in the Synergetic System maintenance manual.
Creating a custom icon linked to a field
To create or edit a custom icon that is linked to a field in the maintenance window:
The Configuration File Maintenance window is displayed.
The Custom Icon configuration settings are displayed.
Key |
Description |
---|---|
1 |
Maintenance window the custom icon appears on. Values include:
|
2 |
CustomIcon. |
3 |
Number of the custom icon, for example 1. |
4 |
Name of the checkbox the custom icon connects to. For example: Staff.ActiveFlag connects to the Active Staff Member checkbox on the School tab of Staff Maintenance. Note: If the custom icon uses an SQL function, this key is overridden. |
5 |
Not used. |
Type |
STR. |
Value |
Path of the image to be used as the icon. For example: pin.bmp tells Synergetic to use the pin.bmp file in the Site\Images\Icons\ directory for the icon. Note: You can use directories within the Site\Images\Icons\ directory but you cannot specify a directory outside of Site\Images\Icons\. |
Creating a custom icon linked to an SQL function
To create or edit a custom icon linked to an SQL function:
The Configuration File Maintenance window is displayed.
The Custom Icon configuration settings are displayed.
Key |
Description |
---|---|
1 |
Maintenance window the custom icon appears on. Values include:
|
2 |
CustomIcon. |
3 |
Number of the custom icon, for example 1. |
4 |
Name of the checkbox the custom icon connects to. For example: Staff.ActiveFlag connects to the Active Staff Member checkbox on the School tab of Staff Maintenance. Note: If the custom icon uses an SQL function, this key is overridden. |
5 |
Not used. |
Type |
STR. |
Value |
Type the information in the following order, each separated by a pipe (|) character:
For example: Assorted\pin.bmp |Under 18| SELECT dbo.ufnIsUnder18(:@ID) tells Synergetic to:
|
Creating a custom icon linked to a navigation bar
You can create custom icons that open the relevant navigation bar when clicked. To create custom icons linked to a navigation bar:
The Configuration File Maintenance window is displayed.
The Custom Icon configuration settings are displayed.
Key |
Description |
---|---|
1 |
Maintenance window the custom icon appears on. Values include:
|
2 |
CustomIcon. |
3 |
Number of the custom icon, for example 1. |
4 |
Name of the checkbox the custom icon connects to. For example: Staff.ActiveFlag connects to the Active Staff Member checkbox on the School tab of Staff Maintenance. Note: If the custom icon uses an SQL function, this key is overridden. |
5 |
Not used. |
Type |
STR. |
Key |
Description |
Value |
Type the information in the following order, each separated by a pipe (|) character:
For example: Assorted\pin.bmp|Under 18|SELECT dbo.ufnIsUnder18(:@ID)|Personal tells Synergetic to:
|
Last modified: 13/08/2014 8:03:52 AM
See Also |
|
© 2014 Synergetic Management Systems. Published 12 September 2014. |