ProjectsTasksExpenseResourceAssignments
An object that includes the attributes that are used to store values while creating or updating expense resource assignments for a project task. For example, hotel expenses can be planned on a project task.
Columns
| Name | Type | Description |
| ProjectsProjectId [KEY] | Long | Unique identifier of the project. |
| ExpenseResourceActualAmount | Decimal | Column to indicate the actual expense cost amount of a specific expense resource assigned to the task. |
| ExpenseResourceAssignmentId [KEY] | Long | Unique identifier of the expense resource assignment to the project task. |
| ExpenseResourceId | Long | Identifier of the expense resource assigned to the project. |
| ExpenseResourcePlannedAmount | Decimal | Column to indicate the planned expense cost amount of a specific expense resource assigned to the task. |
| ExpenseResourceRemainingAmount | Decimal | Column to indicate the sum of remaining expense cost amounts of a specific expense resource assigned to the task. |
| ProjElementId | Long | Identifier of the task to which the expense resource is assigned. |
| ExpenseResourceName | String | Name of the expense resource assigned to the project task. |
| ActiveDate | Date | activedate |
| ClassCategory | String | classcategory |
| Finder | String | finder |
| FinishDate | Date | finishdate |
| OwningOrganizationName | String | owningorganizationname |
| PartyName | String | partyname |
| PersonId | Long | personid |
| PersonName | String | personname |
| ProjectId | Long | projectid |
| ProjectName | String | projectname |
| ProjectRole | String | projectrole |
| ProjectStatus | String | projectstatus |
| SearchAttribute | String | searchattribute |
| SourceApplicationCode | String | sourceapplicationcode |
| SourceProjectReference | String | sourceprojectreference |
| StartDate | Date | startdate |