Enum UDefType
Same as the EUDefType enum in the C++ client, this is the DATABASE value used for udef definitions
Syntax
UDefType
Fields
| Name | Description |
|---|---|
| Invalid | Invalid |
| Contact | Owner is the contact table |
| Person | Owner is the Person table |
| Project | Owner is the project table |
| Sale | Owner is the sale table |
| Temp | This is the temporary udef table pair, used during reorganizations |
| Appointment | Owner is the appointment table |
| Document | Owner is the document table |
| None | Owner is undefined, you should not see this value in a real database |