Class QuoteConnectorBase.ConfigNames
Names of different situations that the list price can end up in that the Quote Connector needs to respond to. Used for referring to the configuration settings in the SuperOffice Quote Connector. GetQuoteStatusInfo(string) for usage.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
protected class QuoteConnectorBase.ConfigNames
Constructors
ConfigNames()
Names of different situations that the list price can end up in that the Quote Connector needs to respond to. Used for referring to the configuration settings in the SuperOffice Quote Connector. GetQuoteStatusInfo(string) for usage.
Declaration
public ConfigNames()
Fields
Assortment
Product is not active in list-price any more
Declaration
public const string Assortment = "assortment"
Field Value
| Type | Description |
|---|---|
| string |
BelowCost
Discounted price for quote line is below the cost price for this product.
Declaration
public const string BelowCost = "belowcost"
Field Value
| Type | Description |
|---|---|
| string |
BelowMinPrice
Discounted price for quote line is below the minimum price for this product.
Declaration
public const string BelowMinPrice = "belowminprice"
Field Value
| Type | Description |
|---|---|
| string |
Expired
Price list that product is in is now expired, no longer active.
Declaration
public const string Expired = "expired"
Field Value
| Type | Description |
|---|---|
| string |
Negative
Total price for quote line is below zero
Declaration
public const string Negative = "negative"
Field Value
| Type | Description |
|---|---|
| string |
Zero
Total price for quote line is zero
Declaration
public const string Zero = "zero"
Field Value
| Type | Description |
|---|---|
| string |