Journal
Stores comprehensive journal data, including transactional records, journal entries, and accounting details for financial analysis and reporting.
Columns
| Name | Type | ReadOnly | Description |
| RecordNUM | Int64 | False |
The unique identifier for the journal record. |
| Symbol | String | False |
The symbol associated with the journal entry. |
| Title [KEY] | String | False |
The title of the journal entry. |
| Status | String | False |
The status of the journal entry (e.g., draft, published). |
| Whencreated | Datetime | False |
The date and time when the journal entry was created. |
| Whenmodified | Datetime | False |
The date and time when the journal entry was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the journal entry. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the journal entry. |
| Record_url | String | False |
The URL where the journal record can be accessed. |