ProjectTimesheet


Description

Defines the properties for a timesheet in the Project Accounting module in Microsoft Dynamics GP. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

ProjectTimesheetKey

N/A

N/A

The project timesheet key object that uniquely identifies the project timesheet.

ReportingPeriod

int

N/A

N/A

Identifies the Reporting Period for which this transaction applies. Reporting periods are useful in tracking the number of hours expended on a project within a given period.

ReportingDate

dateTime

N/A

N/A

The first day of the reporting period.

PeriodEndDate

dateTime

N/A

N/A

The last day of the reporting period.

PersonalDataKeeperProxy
Key

EmployeeKey

N/A

N/A

The employee key object that uniquely identifies the personal data keeper proxy.

EmployeeKey

EmployeeKey

N/A

N/A

The employee key object that uniquely identifies the employee.

PersonalDataKeeper
TimesheetNumber

string

N/A

N/A

The document number for a timesheet that is entered in PDK (personal data keeper).

Lines

ArrayOfProjectTimesheetLine

N/A

N/A

A collection of project timesheet lines.

Distributions

ArrayOfProjectTimesheetDistribution

N/A

N/A

A collection of project timesheet distributions.


Inherits from

ProjectHeaderBase


Documentation Feedback