ProjectFinancialTasks
The Financial Task resource is used to list financial tasks. Tasks are units of project work assigned or performed as part of the duties of a resource. Tasks can be a portion of project work to be performed within a defined period by a specific resource or multiple resources.
Columns
| Name | Type | Description |
| ProjectId [KEY] | Long | Unique identifier of a project. |
| ResourceAssignmentPlanningEndDate | Date | The date when the resource is planned to complete an assignment. |
| PlanningElementId [KEY] | Long | Unique identifier of a planning element. |
| PersonId | Long | Unique identifier of a person assigned to the task. |
| ResourceAssignmentPlanningStartDate | Date | The date when the resource is planned to complete an assignment. |
| TaskId | Long | Unique identifier of a financial task. |
| TaskName | String | Name of a financial task. |
| ProjectName | String | Name of a project. |
| DefaultExpenditureTypeName | String | Unique identifier of the default expenditure type for the project unit set for a resource class. |
| DefaultExpenditureTypeId | Long | Unique identifier of the default expenditure type set for a resource class in a project unit. |
| TaskOrganizationName | String | The organization that owns the task. |
| TaskManagerName | String | The resource who manages the task. |
| TaskNumber | String | Number of the task. |
| TaskManagerPersonId | Long | Unique identifier of the person who leads the project task and who has the authority and responsibility for meeting the task objectives. |
| TaskOrganizationId | Long | Unique identifier of the organization that owns the task. Organizations are departments, sections, divisions, companies, or other units. |
| ChargeableFlag | Bool | Indicates whether you can charge an object to the task. |
| ProjectUnitId | Long | Unique identifer for project unit. |
| ProjectNumber | String | Project Number |
| Finder | String | finder |