UserBean
From
(Difference between revisions)
m (→Fields) |
m (Fix size of mobileNumber field) |
||
(2 intermediate revisions by one user not shown) | |||
Line 17: | Line 17: | ||
|1 | |1 | ||
|No | |No | ||
− | |An indication of the deleted state of the record. True indicates the user has been deleted and can no longer be used to logon or work on EService. | + | |An indication of the deleted state of the record. True indicates the user has been deleted and can no longer be used to logon or work on EService/Timecard. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|description | |description | ||
Line 41: | Line 41: | ||
|30 | |30 | ||
|Yes | |Yes | ||
− | |The logon id (logon name) used to log onto the EService system. | + | |The logon id (logon name) used to log onto the EService/Timecard system. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|mobileNumber | |mobileNumber | ||
|String | |String | ||
− | | | + | |50 |
|No | |No | ||
|The mobile phone number of the user. | |The mobile phone number of the user. | ||
Line 51: | Line 51: | ||
|name | |name | ||
|String | |String | ||
− | | | + | |50 |
|Yes | |Yes | ||
|The name of the user. | |The name of the user. | ||
Line 71: | Line 71: | ||
|9 | |9 | ||
|Yes | |Yes | ||
− | |The EService assigned primary key for the user. | + | |The EService/Timecard assigned primary key for the user. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|securityAnswer | |securityAnswer |
Latest revision as of 23:16, 8 May 2020
[edit] Description
This class represents all the details related to users of the EService system.
[edit] Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
deleted | boolean | 1 | No | An indication of the deleted state of the record. True indicates the user has been deleted and can no longer be used to logon or work on EService/Timecard. |
description | String | 50 | No | A short description of the user. |
emailAddress | String | 64 | No | The email address of the user. |
faxNumber | String | 30 | No | The user's fax number. |
loginID | String | 30 | Yes | The logon id (logon name) used to log onto the EService/Timecard system. |
mobileNumber | String | 50 | No | The mobile phone number of the user. |
name | String | 50 | Yes | The name of the user. |
pagerNumber | String | 30 | No | The pager number of the user. |
phoneNumber | String | 30 | No | The standard phone number for the user. |
primaryKey | String | 9 | Yes | The EService/Timecard assigned primary key for the user. |
securityAnswer | String | 32 | No | The user's answer to their special security verification question. |
securityQuestion | String | 128 | No | The user's special security verification question. |
synchronisation | SynchronisationBean array | N/A | No | An array of SynchronisationBean objects, showing all current sync flags and custom data associated with the user record. |
timezone | String | 50 | No | The local timezone of the user. |
updateIndex | int | 10 | Yes | The time derived int value of the user record, used for concurrency checks. |
userType | String | 9 | Yes | One of the user types specified for this organisation during initial setup. |