Description: The EnterpriseTrack Project Finance object contains actual values associated with a project finance structure. To import or export a ProjectFinance object, you will need to select the following objects in the field mapping template:
- Project
- ProjectFinance
- ProjectFinanceElement
Note: Project finance data (and finance-related business objects) transfer is supported only between two distinct instances of EnterpriseTrack applications.
Field | Type | Description | Read-Only |
---|---|---|---|
fin_data_type | Enum | The finance data type ( current / snapshot / structure ). | No |
fin_edit_mode | Enum | The finance edit mode ( M / Y / A ); used only when editing. | No |
fin_search_mode | Enum | The finance edit mode ( M / Y / A ); used only when searching. | No |
fintemplate_id | String | The name of the project's finance template. | No |
fintemplate_version_id | String | The version of the project's finance template. | No |
from_month | String | The 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 |
from_year | String | The from (start) year when 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 |
object_id | String | The unique ID generated by the system. | No |
operation_type | Enum | The operation type; specifies the operation being performed. | No |
project_object_id | ForeignKey | The unique ID of the Project. | No |
to_month | String | The 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 |
to_year | String | The 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 |