Show / Hide Table of Contents

Class DBC.SaleTypeQuoteAttachmentFields

Fields for SaleTypeQuoteAttachment, Default attachments to quotes linked to sales of this type

Inheritance
Object
DBC.SaleTypeQuoteAttachmentFields
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 SaleTypeQuoteAttachmentFields

Fields

DefaultIncluded

SaleTypeQuoteAttachment.DefaultIncluded: Should this be a standard attachment (default state is 'include')

Declaration
public const string DefaultIncluded = "DefaultIncluded"
Field Value
Type Description
String

DocumentId

SaleTypeQuoteAttachment.DocumentId: Link to document

Declaration
public const string DocumentId = "DocumentId"
Field Value
Type Description
String

Registered

SaleTypeQuoteAttachment.Registered: Registered when

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

RegisteredAssociateId

SaleTypeQuoteAttachment.RegisteredAssociateId: Registered by whom

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

SaleTypeId

SaleTypeQuoteAttachment.SaleTypeId: Link to sale type

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

SaleTypeQuoteAttachmentId

SaleTypeQuoteAttachment.SaleTypeQuoteAttachmentId: Primary key

Declaration
public const string SaleTypeQuoteAttachmentId = "saletypequoteattachment_id"
Field Value
Type Description
String

Updated

SaleTypeQuoteAttachment.Updated: Last updated when

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

UpdatedAssociateId

SaleTypeQuoteAttachment.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

SaleTypeQuoteAttachment.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