Database – Action Entity (action_entity)
Description
The action entity holds information on the actions created as part of LoanPro's Actions & Results tool. Actions and Results are a type of uniform note that can be easily searched to assess the condition of a loan or the state of loan processes. They can be set up both through the UI and the API – Actions & Results.
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID of the action. | |
title | char(100) | The title of the action, provides a brief description. | |
description | varchar(400) | The description of the action, provides details regarding it. | |
active | int(1) | Whether the action is active. | 1 - yes, 0 - no |
deleted | int(1) | Whether the action has been deleted. | 1 - yes, 0 - no |