Class DBC.QuoteFields
Fields for Quote, Quote root level, at most one per Sale, always connected to one Sale
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class QuoteFields : Object
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 |