Objects
The following Objects are described below:
- Cell
- SubItemCell
- DependencyCell
- Phase
- Deliverable
Cell
Cell | (Object) |
---|---|
Description | Represents a cell's data. |
Properties |
|
| AsOf is an integer that refers to the date as of which the value is valid. This property returns the number of days since 1753 until the AsOf date, which can be compared with the today keyword or any other date type parameter |
| DisplayValue is a string that represents the cell value as displayed on screen. This means: For cells of type integer or float - returns the string representation of the number. For cells of type Text, returns the text (identical to Value attribute) For cells of type Value List, returns the text of the displayed value For cells of type Date, returns the date as string in short format (as displayed in Scorecard cells). |
| Indicator represents the cell's indicator, and is comparable to indicators of other cells or to predefined indicator names by using the getIndicator( |
| ItemID returns the internal ID for the item on which the calculation is performed. |
|
|
|
|
| Value specifies the cell's value according to the category's data type. For more information refer to Functions or discussion on the format of the returned value. |
Examples |
|
SubItemCell
SubItemCell (Object) | |
Description | Represents data of a Sub Item and a cell of it.
|
Properties | All of Cell's properties (refer to the Cell table, above) and the following: |
| The order of the sub-item among other sub-items of the same item/portfolio, and of the same type. An integer starting with 1. |
| The type of the sub-item. This is a value from the Sub-Item Types value list. This is useful for filtering the sub-items of a specific type (corresponding to a specific dynamic list). |
Example |
|
DependencyCell
DependencyCell (Object) | |
Description | Represents a data of a dependency, and a cell of the depending/supporting item. DependencyCell objects are obtained as the result (list) of getDependsOnItems and getSupportsItems methods. |
Properties | All of Cell's properties (refer to the Cell table, above) and the following: |
| The Cost of the dependency. An integer |
| The Type of the dependency. This is a value from the 'Dependency Types' value list. |
| The weight of the dependency. This is the corresponding value from the `Dependency Weights' value list. |
Example |
|
Phase
Phase (Object) | |
Description | Represents a life cycle's phase. |
Properties | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| PlannedStartDate is an integer that refers to the scheduled date on which the selected phase is to start, according to the item plan. This property returns the number of days since 1753 until the planned start date, which can be compared with the |
| Status is a float that represents the phase's status. The status can be one of the following value list entries:
|
|
|
Example |
|
Deliverable
Deliverable (Object) | |
Description | Represents a Phase's deliverable. Deliverable objects are obtained as the (list) |
Properties | |
|
|
|
|
|
|
|
|
Example |
|