Show / Hide Table of Contents

Class DBC.SaleTypeFields

Fields for SaleType, Type of sale - large solution, incremental, whatever fits the organization

Inheritance
Object
DBC.SaleTypeFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SaleTypeFields

Fields

AllowQuoteAlternatives

SaleType.AllowQuoteAlternatives: Can quotes linked to sales of this type, have multiple Alternatives

Declaration
public const string AllowQuoteAlternatives = "allowQuoteAlternatives"
Field Value
Type Description
String

ArchiveGroupingFields

SaleType.ArchiveGroupingFields: Comma-separated names of grouping fields for quote lines, in the quote lines archive

Declaration
public const string ArchiveGroupingFields = "archiveGroupingFields"
Field Value
Type Description
String

ConfirmationLinesTemplate

SaleType.ConfirmationLinesTemplate: The template that this sale type should use when producing the order confirmation lines document; the template must have DocTmplQuoteType=ConfirmationLines

Declaration
public const string ConfirmationLinesTemplate = "confirmationLinesTemplate"
Field Value
Type Description
String

DefaultQuoteValidity

SaleType.DefaultQuoteValidity: Default valid days for quotes linked to sales of this type (valid from quote transmission)

Declaration
public const string DefaultQuoteValidity = "defaultQuoteValidity"
Field Value
Type Description
String

Deleted

SaleType.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
String

DocumentGroupingFields

SaleType.DocumentGroupingFields: Comma-separated names of grouping fields for quote lines, when generating the documents

Declaration
public const string DocumentGroupingFields = "documentGroupingFields"
Field Value
Type Description
String

DurationUnit

SaleType.DurationUnit: Units for the duration (day, week, whatever)

Declaration
public const string DurationUnit = "durationUnit"
Field Value
Type Description
String

HasGuide

SaleType.HasGuide: Does this sale type have a guide attached

Declaration
public const string HasGuide = "hasGuide"
Field Value
Type Description
String

HasStakeholders

SaleType.HasStakeholders: Does this sale type have stakeholders

Declaration
public const string HasStakeholders = "hasStakeholders"
Field Value
Type Description
String

IsAutoAdvance

SaleType.IsAutoAdvance: Does the sale stage advance automatically, when the last guided activity in a stage is completed?

Declaration
public const string IsAutoAdvance = "isAutoAdvance"
Field Value
Type Description
String

MaxDiscountPercent

SaleType.MaxDiscountPercent: The maximum discount in percent of total, if set, on quotes linked to sales of this type

Declaration
public const string MaxDiscountPercent = "maxDiscountPercent"
Field Value
Type Description
String

MaxDiscountPercentSet

SaleType.MaxDiscountPercentSet: Is there a limit, in percent, to the total discount on quotes linked to sales of this type

Declaration
public const string MaxDiscountPercentSet = "maxDiscountPercentSet"
Field Value
Type Description
String

MinEarningPercent

SaleType.MinEarningPercent: The minimum earning in percent of total, if set, on quotes linked to sales of this type

Declaration
public const string MinEarningPercent = "minEarningPercent"
Field Value
Type Description
String

MinEarningPercentSet

SaleType.MinEarningPercentSet: Is there a limit, in earning as percent of total, on quotes linked to sales of this type

Declaration
public const string MinEarningPercentSet = "minEarningPercentSet"
Field Value
Type Description
String

Name

SaleType.Name: The list item

Declaration
public const string Name = "name"
Field Value
Type Description
String

QuoteLinesTemplate

SaleType.QuoteLinesTemplate: The template that this sale type should use when producing the product lines offer document; the template must have DocTmplQuoteType=QuoteLines

Declaration
public const string QuoteLinesTemplate = "quoteLinesTemplate"
Field Value
Type Description
String

Rank

SaleType.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

SaleType.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

SaleType.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

SaleDuration

SaleType.SaleDuration: Expected number of dales from initiation to close of sale

Declaration
public const string SaleDuration = "saleDuration"
Field Value
Type Description
String

SaleTypeCatId

SaleType.SaleTypeCatId: Category of sale type, copied to sale

Declaration
public const string SaleTypeCatId = "saleTypeCat_id"
Field Value
Type Description
String

SaleTypeId

SaleType.SaleTypeId: Primary key

Declaration
public const string SaleTypeId = "SaleType_Id"
Field Value
Type Description
String

Tooltip

SaleType.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Updated

SaleType.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

SaleType.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

SaleType.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top