Name | Type | Length | Precision | Scale | References | In | Description |
---|---|---|---|---|---|---|---|
author_id | NUMBER | 39 | 0 |
entity_id |
Entity |
Author ID | |
company_id | NUMBER | 39 | 0 |
entity_id |
Entity |
Company ID | |
custom_field | VARCHAR2 | 40 | The exact field that has been changed on the line item. For example, an item's description, account, etc. | ||||
date_created | TIMESTAMP | Date created | |||||
event_id | NUMBER | 39 | 0 | Event ID | |||
item_id | NUMBER | 39 | 0 |
item_id |
Items |
Item ID | |
line_id | NUMBER | 39 | 0 |
transaction_line_id |
Transaction_lines |
Line ID | |
line_transaction_id | NUMBER | 39 | 0 |
transaction_id |
Transaction_lines |
Line transaction ID | |
name | VARCHAR2 | 283 | Name | ||||
note_type_id | NUMBER | 39 | 0 |
note_type_id |
Notetype |
Note type ID | |
operation | VARCHAR2 | 264 | The operation in the comment data. For example, in the comment "Changed from '30' to '100'", the value of the operation column is "changed". In the comment "Set to 200", the value of the operation column is "set". | ||||
record_id | NUMBER | 39 | 0 | Record ID | |||
record_type_id | NUMBER | 39 | 0 | Record type ID | |||
role_id | NUMBER | 39 | 0 | Role ID | |||
standard_field | VARCHAR2 | 40 | The exact field that has been changed on the line item. For example, an item's description, account, etc. | ||||
transaction_id | NUMBER | 39 | 0 |
transaction_id |
Transactions |
Transaction ID | |
value_new | VARCHAR2 | 4000 | The new value in the comment data. For example, in the comment "Changed from '30' to '100'", the value of the value_new column is "100". In the comment "Set to 200", the value is "200". | ||||
value_old | VARCHAR2 | 4000 | The old value in the comment data. For example, in the comment "Changed from '30' to '100'", the value of the value_old column is "30". In the comment "Set to 200", the value is null. |
FK Name | FK Column Name | PK Table Name | PK Column Name | Key Seq |
---|---|---|---|---|
system_notes_entity_fk | company_id | Entity | entity_id | 1 |
system_notes_entity_fk_2 | author_id | Entity | entity_id | 1 |
system_notes_items_fk | item_id | Items | item_id | 1 |
system_notes_notetype_fk | note_type_id | Notetype | note_type_id | 1 |
system_notes_transaction_lines_fk | line_transaction_id | Transaction_lines | transaction_id | 1 |
system_notes_transaction_lines_fk | line_id | Transaction_lines | transaction_line_id | 2 |
system_notes_transactions_fk | transaction_id | Transactions | transaction_id | 1 |