Enum SaleDone
Values for the 'done' field in the sale table This Enum is used by: sale.done; SaleHist.done
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum SaleDone : short
Fields
Name | Description |
---|---|
Done | 2: Sale is done |
NotDone | 1: Sale is not done |
Unknown | 0: Sale Done/Not done state is unknown |