Click or drag to resize

UserPoliciesFATEffDate Property

Gets the feature access template (FAT) policy effective date assigned to a user

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

Property Value

DateTime
Remarks
Gets the feature access template (FAT) policy effective date assigned to a user. This is the date this FAT policy went into affect for this user.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Security > Feature Access
Note  Note
The feature access template FAT value is used to specify which portions of the system a user is able to access. Typically, these will correspond to a role within your organization, such as Manager or Administrator. If a user only needs access to punch, submit time-sheets, request PTO, or review hours, they will not need to be assigned to a Feature Access Template.
Example
2012-12-12
See Also