| Field |
Type |
Comments |
Reference |
| PropertyID |
int(11) |
|
| ContactID |
int(11) |
|
Data |
Sales |
| LastEventType |
int(11) |
EventType of last DiaryEvent which satisfied the match (eg 402 DetailsMailed) |
| LastEventDate |
datetime |
Date of above |
| ApplicantMatch |
tinyint(1) |
Matched through applicant match procedures |
| Matched |
tinyint(1) |
Un-actioned match (ie something needs to be done with this match to
remove it from the match pot). |
| MatchedManually |
tinyint(1) |
Matched by dragging and dropping |
Lettings |
| LettingsLastEventType |
int(11) |
EventType of last DiaryEvent which satisfied the match (eg 402 DetailsMailed) |
| LettingsLastEventDate |
datetime |
Date of above |
| LettingsApplicantMatch |
tinyint(1) |
Matched through applicant match procedures |
| LettingsMatched |
tinyint(1) |
Un-actioned match (ie something needs to be done with this match to
remove it from the match pot). |
| LettingsMatchedManually |
tinyint(1) |
Matched by dragging and dropping |
| |
|
|