Description: The EnterpriseTrack ProjectFinanceSnapshot object is a representation of the project finance values at a specific point in time. To import or export a ProjectFinanceSnapshot object, you will need to select the following objects in the field mapping template:
- Project
- 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 |
---|---|---|---|
is_default_snapshot | Boolean | The is default snapshot flag; indicates whether or not this is the default snapshot. | No |
is_editable_snapshot | String | The is editable snapshot flag; indicates whether or not snapshot can be edited. Used only during export as this is a read-only attribute. | No |
object_id | String | The unique ID generated by the system. | 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 |
snapshot_created_by | String | The login ID of the user who created the snapshot. | No |
snapshot_created_date | DateTime | The date on which the snapshot was created. | No |
snapshot_desc | String | The snapshot description. | No |
snapshot_name | String | The snapshot name. | No |
snapshot_updated_by | String | The login ID of the user who last updated the snapshot. | No |
snapshot_updated_date | DateTime | The date on which the snapshot was last updated. | No |