Custom Data

Custom Data form allows you to specify additional fields for the data you want to see for task in Calendar view mode. Additional data are visible when you hover over a task and pop-up window appears.
To access the Custom Data tab, open the Task form and double click in the field Task Type. This opens the Task Type form, where you click the Custom Data tab.

The form is made up of certain elements, which we describe below.
Table of contents
- Task
- Notification
|
You can set custom data to display data on the task. In the Task section, instead of field: Title, Location, Content fields you can define other fields with data to be displayed.
Field
|
Enter the name of the field, for which data will be shown instead of the data from Title field, which is shown by default.
 |
Hint
You can enter more fields from which the data will be displayed, separated by semicolon (;).
|
|
SQL
|
Enter select syntax. The key you want is denoted by 'c'.
Example: select acname2 from the_setsubj s where
s.acSubject=c.acSubject
|
Title
|
In the pop-up window of task on Calendar view, it displays the data from the Title field by default. You can replace it with the data you enter in the Field field.
|
Location
|
In the pop-up window of task on Calender view, it displays the data from the Location field by default. You can replace it with the data you enter in the Field field.
|
Content
|
In the pop-up window of task on Calender view, it displays the data from the Content field by default. You can replace it with the data you enter in the Field field.
|
Caption
|
Enter the title of the information to be displayed
|
Field
|
Enter the name of the field to call from the table: #lPA_CalnedarTasks
|
SQL
|
Enter select syntax. The key you want is denoted by 'c'.
Example: select acname2 from the_setsubj s where
s.acSubject=c.acSubject
|
Date Data
|
Field for calling the data type is Data.
|
Data
|
Field for calling the data type is Data.
|