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