Table of persons that interact with the system in some manner (CA-MDB).
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
admin_ |
Byte(16) |
ca_organization ::organization_uuid |
Identifies the Administrative Organization. |
|
alias |
nvarchar(30) |
|
Identifies the Contact alias or "known as" name. |
|
alt_phone_number |
nvarchar(40) |
|
Specifies the alternate phone number. |
|
alternate_identifier |
nvarchar(30) |
|
Identifies the alternate contact (for example, the social security number). |
|
comment |
nvarchar |
|
Shows the text of the comment. |
|
company_uuid |
Byte(16) |
ca_company |
Identifies the Company. |
|
contact_type |
INTEGER |
ca_contact_type::id |
Specifies the Contact type, such as: Customer, Analyst, and so on. |
|
contact_uuid |
Byte(16) |
|
This is the Primary key, and is a unique identifier. |
|
cost_center |
INTEGER |
ca_resource_cost_ center::id |
Identifies the cost center. |
|
creation_date |
INTEGER |
|
Identifies the date that the record was created. |
|
creation_user |
nvarchar(64) |
|
Specifies the user or process that created this record. |
|
delete_time |
INTEGER |
|
Shows the time of deletion. |
|
department |
INTEGER |
ca_resource_ department::id |
Identifies the department. |
|
email_address |
nvarchar |
|
Identifies the email address. |
|
exclude_ |
INTEGER |
|
Indicates to exclude registration. |
|
fax_number |
nvarchar(40) |
|
Identifies the fax number. |
|
first_name |
nvarchar |
|
Identifies the first name. |
|
floor_location |
nvarchar(30) |
|
Identifies the floor location. (for example, the employee works on the first floor). |
|
inactive |
INTEGER |
Active_Boolean_ Table::enum |
Specifies the Active flag, as follows: |
|
inrdid |
INTEGER |
|
Identifies the role ID. |
|
job_function |
INTEGER |
|
Specifies the job function. |
|
job_title |
INTEGER |
ca_job_title::id |
Specifies the job title. |
|
last_name |
nvarchar |
|
(Required) Identifies the last name. |
|
last_update_date |
INTEGER |
|
Shows the date this record was last updated. |
|
last_update_user |
nvarchar(64) |
|
Specifies the user or process that last updated the record. |
|
location_uuid |
Byte(16) |
ca_location:: location_uuid |
Specifies the location. |
|
mail_stop |
nvarchar(30) |
|
Identifies the mail stop. |
|
middle_name |
nvarchar |
|
Identifies the middle name. |
|
mobile_phone_ |
nvarchar(40) |
|
Specifies the mobile phone number. |
|
organization_ |
Byte(16) |
ca_organization |
Specifies the Organization. |
|
pager_email_ |
nvarchar |
|
Identifies the pager email address. |
|
pager_number |
nvarchar(40) |
|
Identifies the pager number. |
|
pri_phone_ |
nvarchar(40) |
|
Identifies the primary phone number. |
|
room_location |
nvarchar(30) |
|
Identifies the Room location (for example, the employee works in Cube 123). |
|
supervisor_ |
Byte(16) |
ca_contact::uuid |
Identifies the Supervisor. |
|
userid |
nvarchar |
|
Specifies the User account id (for example, a company employee ID). This ID is unique for active records in order to prevent a user from retrieving the security settings of another user. |
|
version_number |
INTEGER |
|
Version number for transaction integrity. |
|
Copyright © 2013 CA.
All rights reserved.
|
|