Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PhoneHistory
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PersonHistorySID | INTEGER | ?   | MANDATORY | System generated unique ID using the "Entity" sequence. |
| EntitySID | INTEGER | ?   | MANDATORY | FK to Phone |
| Class | CHARACTER(6) |   | MANDATORY | FK to Phone |
| Number | CHARACTER(20) |   | OPTIONAL | Phone number. User entered. |
| Contact | CHARACTER(20) |   | OPTIONAL | Name of contact at number. |
| Extension | CHARACTER(6) |   | OPTIONAL | Extension to the phone number. User entered. |
| TimeStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was last written. |
| LastUser | INTEGER | ?   | OPTIONAL | User ID of user that last wrote the record. |
| CreateStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was created. |
| CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| Phone | PhoneHistory.EntitySID = Phone.EntitySID and PhoneHistory.Class = Phone.Class |
NONE if PhoneHistory exists |
| PersonHistory | PhoneHistory.PersonHistorySID = PersonHistory.PersonHistorySID | CASCADE if PhoneHistory exists |
| Child Table | Join Phrase | When deleting PhoneHistory record... |
|---|