Click or drag to resize

TimeExportParamInEnableForecastedHours Property

Enable fore-casted hours in the response output.

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool? EnableForecastedHours { get; set; }

Property Value

NullableBoolean
Remarks
Enable fore-casted hours in the response output. When set to true fore-casted hours will also be returned in the export response payload.

Note  Note
The forecasting module must be enabled on your time-web account in order for this feature to work.

Setup:
Configuration > Payroll Processing > Hours Forecast Policies
Manager > Employees > Policies > Hours Forecast Policy
Manager > Time Cards > Forecast

Example
true
See Also