Class DBC.SaleTypeQuoteAttachmentFields
Fields for SaleTypeQuoteAttachment, Default attachments to quotes linked to sales of this type
Inherited Members
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 |