Click or drag to resize

AddUserAccessMobilePunchingAllowed Property

Returns true if a user is allowed to login 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? MobilePunchingAllowed { get; set; }

Property Value

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

Note  Note
Setup:
Manager > Employees > Access Tab
Caution note  Caution
This value 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 see MobileClockInOutAllowed.
Example
true/false
See Also