Skip to main content
Version: 7.2402.x.x RR

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 attributeJava data type (max. size), defaultsDescription
change_reason_idLong, not NULLPrimary key (uniquely identifies each individual DB entry)
codeInteger, not NULLNumber representation of the change reason. The code has to be unique.
description_dict_entry_idLong, nullableThis field links to the description of the change reason in more languages. Foreign key that links to information in the table TIDMA_DICT_ENTRY.
nameString(50), not NULLName of the change reason.
name_dict_entry_idLong, nullableThis field links to the name of the change reason in more languages Foreign key that links to information in the table TIDMA_DICT_ENTRY.