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
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 |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.CrmActorType, To>()