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.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
protected class ConfigNames : Object
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 |