High level classification of a resource items, such as Computer, furniture, phone, software and so on.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
creation_date |
INTEGER |
|
Specifies the date of when this record was created. |
|
creation_user |
nvarchar(64) |
|
Indicates the user or process that created this record. |
|
delete_time |
INTEGER |
|
Indicates the time of deletion. |
|
description |
nvarchar(255) |
|
Specifies the family description. |
|
exclude_ registration |
INTEGER |
|
Specifies to exclude registration. |
|
id |
INTEGER |
|
Primary key that is also the resource family id. |
|
inactive |
INTEGER |
Active_Boolean_ Table::enum |
Specifies the Active flag, as follows: |
|
include_ |
INTEGER |
|
Specifies the flag that indicates whether to include this family in reconciliation. |
|
last_update_date |
INTEGER |
|
Specifies the date of when this record was last updated. |
|
last_update_user |
nvarchar(64) |
|
Specifies the user or process that last updated the record. |
|
name |
nvarchar(100) |
|
Identifies the unique family name. |
|
table_extension_ name |
nvarchar(30) |
|
Identifies the name of the associated table to hold extended data for this family. |
|
version_number |
INTEGER |
|
Indicates the version number for transaction integrity. |
|
Copyright © 2013 CA.
All rights reserved.
|
|