Class DBC.QuoteFields
Fields for Quote, Quote root level, at most one per Sale, always connected to one Sale
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.QuoteFields
Fields
AcceptedQuoteAlternativeId
Quote.AcceptedQuoteAlternativeId: The primary key of the Quote Alternative which was finally accepted by the customer. Set when the user is marking a quote as accepted.
Declaration
public const string AcceptedQuoteAlternativeId = "AcceptedQuoteAlternativeId"
Field Value
| Type | Description |
|---|---|
| string |
ActiveQuoteVersionId
Quote.ActiveQuoteVersionId: The primary key of the Quote Version that is currently active. (The active version will always be the latest version.)
Declaration
public const string ActiveQuoteVersionId = "ActiveQuoteVersionId"
Field Value
| Type | Description |
|---|---|
| string |
DocumentId
Quote.DocumentId: The ID of the main Quote Document
Declaration
public const string DocumentId = "DocumentId"
Field Value
| Type | Description |
|---|---|
| string |
ERPOrderKey
Quote.ERPOrderKey: The key in the ERP system that identifies this sale's Order, as transferred and possibly later edited in the ERP system. Only filled out if there exists a corresponding order representation of the quote in the ERP system.
Declaration
public const string ERPOrderKey = "ERPOrderKey"
Field Value
| Type | Description |
|---|---|
| string |
ERPQuoteKey
Quote.ERPQuoteKey: Foreign key of quote (if available). The key in the ERP system that identifies this sale's Quote (as opposed to the later Order information)
Declaration
public const string ERPQuoteKey = "ERPQuoteKey"
Field Value
| Type | Description |
|---|---|
| string |
OrderComment
Quote.OrderComment: A comment that is intended for the Invoice, Order, Packing list and similar stages - AFTER the quote has become an order and goes to ERP for processing
Declaration
public const string OrderComment = "OrderComment"
Field Value
| Type | Description |
|---|---|
| string |
PoNumber
Quote.PoNumber: Customer's Purchase order number
Declaration
public const string PoNumber = "PoNumber"
Field Value
| Type | Description |
|---|---|
| string |
PreferredEmailCulture
Quote.PreferredEmailCulture: When emails are sent (offer or confirmation), a language can be chosen in the GUI; this field saves the most recent choice and can be used to default the next such choice. Default-default is user's current language
Declaration
public const string PreferredEmailCulture = "PreferredEmailCulture"
Field Value
| Type | Description |
|---|---|
| string |
QuoteConnectionId
Quote.QuoteConnectionId: The connection in the CRM system to where this quote came from. Identifies the ERP connection used for this quote. Each quote is bound to one and only one connection.
Declaration
public const string QuoteConnectionId = "QuoteConnectionId"
Field Value
| Type | Description |
|---|---|
| string |
QuoteId
Quote.QuoteId: Primary key
Declaration
public const string QuoteId = "quote_id"
Field Value
| Type | Description |
|---|---|
| string |
Registered
Quote.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
Quote.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
SaleId
Quote.SaleId: The foreign key to the corresponding sale
Declaration
public const string SaleId = "SaleId"
Field Value
| Type | Description |
|---|---|
| string |
Updated
Quote.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
Quote.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
Quote.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |
UseValuesFromQuote
Quote.UseValuesFromQuote: If true, then the Earning, Earning_Percent and Amount fields are populated from the QuoteVersion.QuoteAlternative (current revision, most-likely alternative).
Declaration
public const string UseValuesFromQuote = "UseValuesFromQuote"
Field Value
| Type | Description |
|---|---|
| string |