Show / Hide Table of Contents

Class DBC.SORPublishFields

Fields for SORPublish, SuperOffice reporter data

Inheritance
object
DBC.SORPublishFields
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 DBC.SORPublishFields

Fields

AssociateId

SORPublish.AssociateId: Owner id; 0=SO standard template; 0xFFFFFFFF=owner is Template User (?)

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

CCount

SORPublish.CCount: Label template: column count; Calendar Week: work start hour; otherwise unused (0)

Declaration
public const string CCount = "cCount"
Field Value
Type Description
string

DefaultLabelLayout

SORPublish.DefaultLabelLayout: Default template ID

Declaration
public const string DefaultLabelLayout = "defaultLabelLayout"
Field Value
Type Description
string

Description

SORPublish.Description: Description text (long)

Declaration
public const string Description = "description"
Field Value
Type Description
string

DescriptionResId

SORPublish.DescriptionResId: ResId of description if translatable text

Declaration
public const string DescriptionResId = "descriptionResId"
Field Value
Type Description
string

ForceDefault

SORPublish.ForceDefault: Don't ask the user if there is a default, just use it

Declaration
public const string ForceDefault = "forceDefault"
Field Value
Type Description
string

IsBuiltIn

SORPublish.IsBuiltIn: Is this row a Standard Report? (reset to 0 if report is edited)

Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type Description
string

IsEdited

SORPublish.IsEdited: Has this (standard) report been edited? This is nice to know during the next upgrade, to avoid trampling on customizations

Declaration
public const string IsEdited = "isEdited"
Field Value
Type Description
string

Name

SORPublish.Name: Template name

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

NameResId

SORPublish.NameResId: Resource ID for translatable tempalte names; otherwise 0

Declaration
public const string NameResId = "nameResId"
Field Value
Type Description
string

Registered

SORPublish.Registered: Registered when

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

RegisteredAssociateId

SORPublish.RegisteredAssociateId: Registered by whom

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

SORPublishId

SORPublish.SORPublishId: Primary key

Declaration
public const string SORPublishId = "SORPublish_id"
Field Value
Type Description
string

SORTemplateId

SORPublish.SORTemplateId: Owning template

Declaration
public const string SORTemplateId = "SORTemplate_id"
Field Value
Type Description
string

Updated

SORPublish.Updated: Last updated when

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

UpdatedAssociateId

SORPublish.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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