Record Change Notifications
Record change notifications include the following additional fields:
Field | Description | Data Type | Valid Values |
---|---|---|---|
Version | Unique version number. Version number along with RecordKeyID constitutes the primary key. | Int | Positive integer |
UserID | Unique ID of the user who made the change. | Long | |
EventID | An ID of the record action events. | Long | |
UserName | Login name of the user. | String | |
RepositoryID | ID of the repository to which the record belongs. | Long | |
RepositoryName | Name of the repository. | String | |
RecordID | Record ID assigned to the record. | String | |
RecordIDExt
(Optional) |
Record IDExt assigned to the record. RecordID, RecordIDExt, and Version form the alternate key of the record. | String | |
RecordKeyID | Unique identifier of the record. | Long | |
State | State of the record. | String | CONFIRMED, UNCONFIRMED, REJECTED, and DRAFT |
IsActive | Specifies whether the record is active. | String | Y or N |
Copyright © Cloud Software Group, Inc. All rights reserved.