Class CRMQuoteConnectorLists
Names of the various lists that the Quote plugins can provide. There is a corresponding Capability for each of these lists. CRMQuoteConnectorCapabilities
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public static class CRMQuoteConnectorLists : Object
Fields
DeliveryTerms
The Delivery Terms list
Declaration
public const string DeliveryTerms = "deliveryterms"
Field Value
Type | Description |
---|---|
String |
DeliveryType
The Delivery Type list
Declaration
public const string DeliveryType = "deliverytype"
Field Value
Type | Description |
---|---|
String |
PaymentTerms
The Payment Terms list
Declaration
public const string PaymentTerms = "paymentterms"
Field Value
Type | Description |
---|---|
String |
PaymentType
The Payment Type list
Declaration
public const string PaymentType = "paymenttype"
Field Value
Type | Description |
---|---|
String |
ProductCategory
The Product Category list
Declaration
public const string ProductCategory = "productcategory"
Field Value
Type | Description |
---|---|
String |
ProductFamily
The Product Family list
Declaration
public const string ProductFamily = "productfamily"
Field Value
Type | Description |
---|---|
String |
ProductType
The Product Type list
Declaration
public const string ProductType = "producttype"
Field Value
Type | Description |
---|---|
String |