Click or drag to resize

UserPoliciesFAT Property

Gets the feature access template (FAT) name assigned to a user

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

Property Value

String
Remarks
Gets the feature access template (FAT) name assigned to a 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
Admin
See Also