Class UserPreferenceStrings.Sale
Preference keys for sales settings
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class Sale : Object
Fields
ConfirmCreateSuggAppointment
Set to false to skip showing the dialog that asks you if you want to create a new appointment from a suggestion.
Declaration
public const string ConfirmCreateSuggAppointment = "ConfirmCreateSuggAppointment"
Field Value
Type | Description |
---|---|
String |
CreateQuoteFollowup
Default create new followup when sending quote.
Declaration
public const string CreateQuoteFollowup = "CreateQuoteFollowup"
Field Value
Type | Description |
---|---|
String |
DefaultQuoteDeliveryTerm
Default delivery term for new quote
Control type: ListTableRef, access: Admin, Crm, Admin users, WizardDeclaration
public const string DefaultQuoteDeliveryTerm = "DefaultQuoteDeliveryTerm"
Field Value
Type | Description |
---|---|
String |
DefaultQuoteDeliveryType
Default delivery type for new quote
Control type: ListTableRef, access: Admin, Crm, Admin users, WizardDeclaration
public const string DefaultQuoteDeliveryType = "DefaultQuoteDeliveryType"
Field Value
Type | Description |
---|---|
String |
DefaultQuotePaymentTerm
Default payment term for new quote
Control type: ListTableRef, access: Admin, Crm, Admin users, WizardDeclaration
public const string DefaultQuotePaymentTerm = "DefaultQuotePaymentTerm"
Field Value
Type | Description |
---|---|
String |
DefaultQuotePaymentType
Default payment type for new quote
Control type: ListTableRef, access: Admin, Crm, Admin users, WizardDeclaration
public const string DefaultQuotePaymentType = "DefaultQuotePaymentType"
Field Value
Type | Description |
---|---|
String |
EnableSaleStakeholders
Enable/disable stakeholders archives and functionality
Declaration
public const string EnableSaleStakeholders = "EnableSaleStakeholders"
Field Value
Type | Description |
---|---|
String |
FollowupDaysBeforeQuoteExpiry
Number of days before the quote expiry date to default the follow-up.
Declaration
public const string FollowupDaysBeforeQuoteExpiry = "FollowupDaysBeforeQuoteExpiry"
Field Value
Type | Description |
---|---|
String |
ImageSize
Maximum product image size, largest dimension
Declaration
public const string ImageSize = "ImageSize"
Field Value
Type | Description |
---|---|
String |
MarkSaleSold
Default choose to Mark sale as sold when place order on quote.
Declaration
public const string MarkSaleSold = "MarkSaleSold"
Field Value
Type | Description |
---|---|
String |
Section
Section heading
Declaration
public const string Section = "Sale"
Field Value
Type | Description |
---|---|
String |
SendOrderAsEmail
Default choose to send the order confirmation of the quote as an email.
Declaration
public const string SendOrderAsEmail = "SendOrderAsEmail"
Field Value
Type | Description |
---|---|
String |
SendQuoteAsEmail
Default choose to send the quote as an email.
Declaration
public const string SendQuoteAsEmail = "SendQuoteAsEmail"
Field Value
Type | Description |
---|---|
String |
SendQuoteFavouriteOnly
Last state of checkbox in Send Quote dialog
Declaration
public const string SendQuoteFavouriteOnly = "SendQuoteFavouriteOnly"
Field Value
Type | Description |
---|---|
String |
SkipCompletedSales
Set to true to skip completed sales when searching or stepping in sales.
Declaration
public const string SkipCompletedSales = "SkipCompletedSales"
Field Value
Type | Description |
---|---|
String |
ThumbnailSize
Maximum thumbnail size, largest dimension
Declaration
public const string ThumbnailSize = "ThumbnailSize"
Field Value
Type | Description |
---|---|
String |
UseCompanyPostalAddressForQuote
Set to true to always use company postal address for the delivery address if no custom delivery address is defined.
Declaration
public const string UseCompanyPostalAddressForQuote = "UseCompanyPostalAddressForQuote"
Field Value
Type | Description |
---|---|
String |