Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether timesheet approval routing is fixed.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_FIXED_APPROVAL_ROUTING As Boolean
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_FIXED_APPROVAL_ROUTING
instance.WADMIN_TS_FIXED_APPROVAL_ROUTING = value
public bool WADMIN_TS_FIXED_APPROVAL_ROUTING { get; set; }
Property value
Type: System.Boolean
Remarks
True if timesheet approval routing is fixed.
If WADMIN_TS_FIXED_APPROVAL_ROUTING is True, timesheets can only be submitted to the timesheet manager of the resource. If False, the resource is given a choice of who to submit the timesheet to for approval.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class