ForecastActualInfo
This type defines the forecast and actual cost information.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
id |
Integer |
Forecast actual ID. |
No |
N/A |
actualRollupCode |
String |
|
No |
N/A |
isCapexOpexEnabled |
Boolean |
Indicates if planned and actual costs are capitalized. |
No |
N/A |
lines |
line[] |
Actual lines. A line contains the following:
See Finance.xsd for more information. |
No |
N/A |
periodSum |
costPeriodSumCellInfo[] |
Sum of planned and actual costs by type (Labor, Non-Labor) and expenseType (Capitalized, Operating) over a given period |
No |
N/A |
userData |
userDataInfo |
User data information. |
No |
N/A |