Click or drag to resize

TimeGetPunchesParamsInSearchAction Property

Gets or sets search actions

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

Property Value

SearchActions
Remarks
Note  Note
The search actions is a way to decide whether the payroll policy effective date is input start date or the ApplyToDate of TimeSlicePost entry

Search Actions

ValueName
SELECT-STARTDATEThis is the default SearchAction used and recommended action. It will use the start date from the TimeSlicePre entries to grab the transactions.
SELECT-APPLYTODATEThis action will use the TimeSlicePost apply-to-date to process the results.
Example
0-1
See Also