The object details are as follows:
Associated Table: usp_conflict, usp_conflict_status, usp_conflict_type, usp_conflict_chg
Factories: default
REL_ATTR: id
Common Name: id
Function Group: change_mgr
REST Operations: CREATE READ UPDATE
|
Attribute |
DB Field |
Data Type |
SREL References |
Flags |
|---|---|---|---|---|
|
delete_flag |
delete_flag |
INTEGER |
actbool enum |
0—Active 1—Inactive |
|
comments |
comments |
STRING |
|
Reference to comment information. |
|
conflict_begin |
conflict_begin |
LOCAL_TIME |
|
Start of time period of the conflict. |
|
source_change |
source_change |
INTEGER |
chg |
Pointer to change order involved in conflict. |
|
conflict_change |
conflict_change |
INTEGER |
chg |
Pointer to change order involved in conflict. |
|
conflict_ci |
conflict_ci |
UUID |
ca_owned_ resource |
Pointer to Configuration Item involved in conflict. |
|
conflict_end |
conflict_end |
LOCAL_TIME |
|
End of time period of the conflict. |
|
conflict_status |
conflict_status |
STRING |
chgcnf_ status |
Pointer to usp_conflict_status that indicates the status of this conflict. For example: Resolved, Unresolved, Researching. |
|
conflict_type |
conflict_type |
STRING |
chgcnf_type |
Pointer to usp_conflict_type that classifies the type of conflict represented by this record. For example: Schedule Collision. |
|
creation_dt |
creation_dt |
LOCAL_TIME |
|
Date conflict was last detected. |
|
id |
id |
INTEGER |
|
UNIQUE KEY |
|
is_resolved |
is_resolved |
INTEGER |
|
Flag that indicates whether this conflict should be considered resolved. The entry in usp_conflict_status pointed to by conflict_status has an is_resolved flag that is reflected in this column. |
|
last_mod_dt |
last_mod_dt |
LOCAL_TIME |
|
Last modified timestamp |
|
last_mod_by |
last_mod_by |
UUID |
ca_contact |
Last modified by |
|
persistent_id |
persid |
STRING |
|
Persistent ID. |
|
suppress_log |
|
INTEGER |
|
LOCAL |
|
tenant |
tenant |
UUID |
ca_contact |
Reference to Tenant information. |
|
Copyright © 2013 CA.
All rights reserved.
|
|