Description: The EnterpriseTrack ProjectFinanceElement is the most granular unit of the project finance structure. To import or export a ProjectFinanceElement object, you will need to select the following objects in the field mapping template:
- ProjectFinance
- ProjectFinanceSnapshot
- 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 |
---|---|---|---|
display_name | String | The display name of the element. | No |
element_class | Enum | The element classification; indicates the element's class within the project finance structure. | No |
element_type | String | The element type; indicates whether the element is currency or some user-specified; non-currency type (such as kilowatts, hours, etc.). | No |
id | String | The finance element ID. | No |
mf_type | Enum | The element multiplication factor type. | No |
mf_value | String | The multiplication factor value of the element; specifies its impact (contribution) toward computation of parent element values. | No |
number_of_units | String | Contains raw data; used if element_type is not currency. | No |
object_id | String | The unique ID generated by the system. | No |
parent_id | String | The ID of the parent element; this will be empty if element_id is 'Total'. | No |
project_object_id | ForeignKey | The unique ID of the Project. | No |
projectfinance_object_id | ForeignKey | The unique ID of the associated project finance. | No |
sequence_number | String | The sequence of this element within parent; 10, 20, 30, etc. | No |
value | String | Contains the actual value of element; editable only when element_type is currency. If element_type is not currency, value is not editable, and is instead computed internally from number_of_units. | No |