Enum DashTileEntityType
Dashboard tile entity type (V2) This Enum is used by: dashboard_tile_definition.entity_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public enum DashTileEntityType : short
Fields
| Name | Description |
|---|---|
| Appointment | 4: Appointment |
| Contact | 1: Contact |
| None | 0: None |
| Person | 5: Person |
| Project | 3: Project |
| Sale | 2: Sale |