Database – Action & Result Note (action_result_note_entity)
Description
This is the note of the action/result. For more information regarding actions and results see this article: Actions & Results. For more information on how to use actions and results in the API, see API - Actions and Results.
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int (11) | This is the id or the identifier of the action & result note. | |
loan_id | int(11) | This is the id of the loan that the action & result note is tied to. | |
note | text | The body of the note. | |
create_user | int(11) | This is the id of the user that created the action & result note. | |
create_user_name | varchar(225) | This is the name of the user that created the action & result note. | |
remote_addr | char(20) | This is the ip address from where the note was created. | |
created | timestamp | This is the date that the action & result note was created. | |
last_updated | timestamp | This is the date that the action & result note was last updated. | |
deleted | tinyint(1) | This determines whether the action & result note is deleted. | 1 - yes, 0 - no |
logged_date | timestamp | This is the date that the action & result note was logged. |