Description: EnterpriseTrack Project Finance.
Field | Type | Description | Read-Only |
---|---|---|---|
FinanceDataType | Enum | Finance Data Type ( current / snapshot / structure ) | No |
FinanceEditMode | Enum | Finance Edit Mode ( M / Y / A ) This is to be used only when editing. | No |
FinanceSearchMode | Enum | Finance Search Mode ( M / Y / A ). This is to be used only when searching. | No |
FinanceTemplateId | String | The name of the project's finance template. | No |
FinanceTemplateVersionId | String | The version of the project's finance template. | No |
FromMonth | String | From (Start) Month when Searching or Updating. Applicable only if fin_search_mode or fin_edit_mode = M. (YYYY/MM Format) The element level period must be within range of from_month and to_month | No |
FromYear | String | From (Start) Year when Searching or Updating. Applicable only if fin_search_mode or fin_edit_mode = Y. (YYYY Format) The element level period must be within range of from_year and to_year | No |
ObjectId | String | The unique ID generated by the system. | No |
OperationType | Enum | Operation Type. Specifies the operation being performed. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
ToMonth | String | To (End) Month when Searching or Updating. Applicable only if fin_search_mode or fin_edit_mode = M. (YYYY/MM Format) The element level period must be within range of from_month and to_month | No |
ToYear | String | To (End) Year when Searching or Updating. Applicable only if fin_search_mode or fin_edit_mode = Y. (YYYY Format) The element level period must be within range of from_year and to_year | No |