Click or drag to resize

CustomerGlobalSettings Structure

A structure that contains all the customer global settings meta data
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsCustomerGlobalSettings

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct CustomerGlobalSettings

The CustomerGlobalSettings type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleClockPin The hardware clock pin
Public propertyCode exampleLaborLevelDescription The labor level alternative description
Public propertyCode exampleLaborLevelDetailDescription The labor level detail alternative description
Public propertyCode exampleScheduledDaysInAvance The number of days to generate schedules in advance
Public propertyCode exampleTimeCardApprovalLevel The time card approval levels
Public propertyCode exampleTimeZoneDisplayName Gets the time zone display assigned to a user
Public propertyCode exampleTimeZoneIsDST Gets a true value if the users time zone is considered to be in daylight savings time (DST).
Public propertyCode exampleTimeZoneKey The time zone ID assigned to a user
Public propertyCode exampleTimeZoneUTCOffset Gets the UTC hour offset from the users assigned time zone
Public propertyCode exampleWebKioskPin The hardware kiosk clock pin
Top
Remarks
A structure that contains all the customer global settings meta data.

Note  Note
Setup:
Configuration > Configuration > General Configuration Tab
Example
See Also