Enum UDefType
Same as the EUDefType enum in the C++ client, this is the DATABASE value used for udef definitions
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum UDefType
Fields
| Name | Description |
|---|---|
| Appointment | 12: Owner is the appointment table |
| Contact | 7: Owner is the contact table |
| Document | 13: Owner is the document table |
| Invalid | 0: Invalid |
| None | 14: Owner is undefined, you should not see this value in a real database |
| Person | 8: Owner is the Person table |
| Project | 9: Owner is the project table |
| Sale | 10: Owner is the sale table |
| Temp | 11: This is the temporary udef table pair, used during reorganizations |