Database – Mail House Delivery (mail_house_delivery_entity)
Description
The mail-house tool lets you send mailers from LoanPro Software to your customers.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID or identifier of the mail house entity. | |
delivery_id | int(11) | The ID used to track a mail piece from start to finish | |
template_id | int(11) | The ID of the template | |
restriction | text | ||
restriction_ui | text | Restrictions on which loans messages are sent to | |
active | tinyint(1) | Specifies if the mail house delivery entity is active or not. | 1 - yes, 0 - no |
deleted | tinyint(1) | Determines if the mail house delivery entity is deleted or not. | 1 - yes, 0 - no |
lastUpdated | timestamp | Specifies when the mail house delivery entity was last updated. |