Change reasons
The change reasons can be used when changing the state of a user to provide some details about the reason of the change. The stateChangeReasonCd attribute in the user entity must hold a code which exists in the TIDMR_CHANGE_REASON
table.
Database table TIDMR_CHANGE_REASON
DB attribute | Java data type (max. size), defaults | Description |
---|---|---|
change_reason_id | Long, not NULL | Primary key (uniquely identifies each individual DB entry) |
code | Integer, not NULL | Number representation of the change reason. The code has to be unique. |
description_dict_entry_id | Long, nullable | This field links to the description of the change reason in more languages. Foreign key that links to information in the table TIDMA_DICT_ENTRY. |
name | String(50), not NULL | Name of the change reason. |
name_dict_entry_id | Long, nullable | This field links to the name of the change reason in more languages Foreign key that links to information in the table TIDMA_DICT_ENTRY. |