Previous Topic

Next Topic

Book Contents

Columns

Column name

Data type

Description

TRANSACTIONID

VARCHAR2(36)

GUID of the transaction for the edit operation (the audit trail for the edit).

EDITEDTRANSACTIONID

VARCHAR2(255)

GUID of the transaction that was edited.

EDITORMACHINE

VARCHAR2(255)

Simple machine name of the CIS application server that processed the transaction edit.

EDITUSER

VARCHAR2(255)

User name of the user who edited the transaction.

EDITUSERHOST

VARCHAR2(255)

Simple machine name of the CIS client computer that was running the web browser where a user edited the transaction. The format consists of two values that are separated by a comma:

  • Host name of the client computer.
  • IP address of the client computer.

    If the Host name is not available, the EDITUSERHOST value consists of two identical IP addresses that are separated by a comma.

EDITDATETIME

DATE

UTC time at which the transaction edit occurred.

REASON

VARCHAR2(2000)

Reason for editing the message.

TRANSACTIONCONTENT

LONG VARCHAR

Before and after image of the transaction XML.

Send Feedback