A reporting category is a collection of process steps. You can assign activities to reporting categories in order to build groups, for example, when the same activity has different names (such as Export File A, Export File B) in order to look at the whole Export activity at once.
Column | Data type | Max. length (bytes) | Allow nulls | Description |
ID | int | 4 | False | Unique identifier of the reporting category. |
Rev | int | 4 | False | Revision number. For internal use. |
Name | nvarchar(255) | 510 | False | The name of the reporting category. |
IsEnd | int | 4 | False | The Production End Point setting. 0 = belongs to the backlog. 1 = not part of the backlog. |
SessionID | bigint | 8 | False | Unique identifier of the session that checked out the document. From the W_Session table. Internal. |
SessionSiteId | int | 4 | False | Currently not used. |
IsReadOnly | int | 4 | False | 1 = fixed value determined by XBOUND. These can be deleted but not changed. |
DeletedAt | datetime | 8 | True | The date when the data set was deleted from the XBOUND database (main database). Available in XBOUND 3.8 and later. |