Enum CrmActorType
Actor type within the CRM, system, a subset of the SuperOffice Entity types This Enum is used by: ErpConnectionActorType.ActorTypeCrm
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum CrmActorType : short
Fields
| Name | Description |
|---|---|
| Contact | 1: Crm Customer |
| Person | 2: Person |
| Project | 3: Project |
| Sale | 4: Sale |
| Unknown | 0: Unknown - used when initializing |