Enum ErpActorType
Actor type within the ERP system, related but not identitcal to SuperOffice Entity type This Enum is used by: ErpConnectionActorType.ActorTypeErp; ErpExternalKey.ActorType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum ErpActorType : short
Fields
| Name | Description |
|---|---|
| Customer | 1: Erp Customer |
| Employee | 6: Employee, often mapped to associate |
| Partner | 3: Both customer and supplier |
| Person | 4: Contact person |
| Project | 5: Project |
| Sale | 7: Sale |
| Supplier | 2: Supplier or Vendor |
| Unknown | 0: Unknown - used when initializing |