Skip to main content

Class QuoteContext

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for QuoteContext. The context a quote is created in.

Inheritance

objectCarrierQuoteContext

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

QuoteContext()

Default constructor - defaults any enum props to 0.

Properties

CRMAssociate

The associate (salesman) that is logged into the CRM system.

Property Value

Associate

CRMQuoteAlternative

The relevant or current alternative of the quote in the CRM system, if applicable.

Property Value

QuoteAlternative

CRMQuoteLine

The relevant or current quote line of the quote in the CRM system, if applicable.

Property Value

QuoteLine

CRMQuoteVersion

The relevant or current revision of the quote in the CRM system, if applicable.

Property Value

QuoteVersion

CRMSale

The sale the quote is registered in the CRM system.

Property Value

Sale

UserLanguageCode

The iso language code of the language the user is using in the crm system. Use this language when replying, if possible.

Property Value

string

See Also

QuoteAgent