Class UserPreferenceStrings.Quote
Preference keys for the quote system.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class Quote
Fields
FollowupText
Text for a quote follow up. Hard default lives in SR_QUOTE_PUBLISH_FOLLOWUP_TEXT.
Declaration
public const string FollowupText = "FollowupText"
Field Value
Type | Description |
---|---|
String |
QuoteLineIsOptional
Quote lines can be optional. Hard default = true.
Declaration
public const string QuoteLineIsOptional = "QuoteLineIsOptional"
Field Value
Type | Description |
---|---|
String |
Section
Section heading
Declaration
public const string Section = "Quote"
Field Value
Type | Description |
---|---|
String |
UseCompanyPostalAddressAsQuoteDeliveryAddress
Declaration
public const string UseCompanyPostalAddressAsQuoteDeliveryAddress = "UseCompanyPostalAddressAsQuoteDeliveryAddress"
Field Value
Type | Description |
---|---|
String |
UseDiscountOnTotal
Use discount on Total Amount. Hard default = false.
Declaration
public const string UseDiscountOnTotal = "UseDiscountOnTotal"
Field Value
Type | Description |
---|---|
String |