Options for how scheduleable user names are displayed in the AyaNova UI and in reports.
This is used by the Global and User objects
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
public enum ScheduleableUserNameDisplayFormats |
| Visual Basic |
|---|
Public Enumeration ScheduleableUserNameDisplayFormats |
| Visual C++ |
|---|
public enum class ScheduleableUserNameDisplayFormats |
Members
| Member name | Description | |
|---|---|---|
| LastFirst | ||
| FirstLast | ||
| Initials | ||
| EmployeeNumberFirstLast | ||
| EmployeeNumberInitials | ||
| RegionLastFirst | ||
| RegionFirstLast | ||
| FirstLastRegion | ||
| LastFirstRegion |