UserAdjJrnl
Tracks user-generated journal adjustments, documenting journal details, statuses, and modification timestamps.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the user adjustment journal record. |
| Symbol | String | False |
The symbol associated with the user adjustment journal record. |
| Title [KEY] | String | False |
The title of the user adjustment journal record. |
| Status | String | False |
The status of the user adjustment journal record. |
| Whencreated | Datetime | False |
The date and time when this user adjustment journal record was created. |
| Whenmodified | Datetime | False |
The date and time when this user adjustment journal record was last modified. |
| Createdby | Int64 | False |
The user ID of the creator of this user adjustment journal record. |
| Modifiedby | Int64 | False |
The user ID of the last modifier of this user adjustment journal record. |
| Useradjbookkey | String | False |
The user adjustment book key associated with this journal record. |
| Useradjbookid | String | False |
The user adjustment book ID associated with this journal record. |
| Record_url | String | False |
The URL for accessing the user adjustment journal record. |