Admin.ReadPeriodsWithUnsubmittedTimesheet Method

Reads a list of all unsubmitted timesheets for the specified periods.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPeriodsWithUnsubmittedTimesheet ( _
    periods As Guid() _
) As UnsubmittedTimesheetDataSet
'Usage
Dim instance As Admin
Dim periods As Guid()
Dim returnValue As UnsubmittedTimesheetDataSet

returnValue = instance.ReadPeriodsWithUnsubmittedTimesheet(periods)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UnsubmittedTimesheetDataSet ReadPeriodsWithUnsubmittedTimesheet(
    Guid[] periods
)

Parameters

  • periods
    Type: []
    An array of GUIDs that specify the timesheet periods.

Return Value

Type: [Admin Web service].UnsubmittedTimesheetDataSet
Contains information about the unsubmitted timesheets.

Remarks

Project Server Permissions

Permission

Description

ManageTimesheetAndFinancialPeriods

Allows a user to create and modify timesheet and fiscal period definitions. Global permission.

See Also

Reference

Admin Class

Admin Members

Admin Web Service