Click or drag to resize

UpdateUserAccessMobileClockInOutAllowed Property

Returns true if a user is allowed to clock in/out through a mobile device

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

Property Value

NullableBoolean
Remarks
Returns true if a user is allowed to clock in/out through a mobile device. This value should match the setting for "Allow this employee to clock in/out through mobile device"

Note  Note
Setup:
Manager > Employees > Access Tab
Caution note  Caution
MobilePunchingAllowed used to be tied to the users ability for punching which is why the name of the property implies this. However it is now tied to the users login ability. For a users ability on clocking in/out use MobileClockInOutAllowed.
Example
true/false
See Also