SetTaskID method: Gantt class
Syntax
SetTaskID(RecordName.FieldName)
Description
Use the SetTaskID method to specify the field that defines the unique task identifier. The task ID is used to support task linking and dependencies.
Note:
The field must be of type number.
This method is required when you're creating a Gantt chart.
Parameters
| Parameter | Description |
|---|---|
|
RecordName . FieldName |
Specify the record name and the field name of the field that defines the unique task identifier. Note: The field must be of type number. |
Returns
None.
Related Topics