Class UserPreferenceStrings.Numbering
Numbering
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class Numbering
Fields
DefaultAllocate
Automatic allocation of a new number when a new document is created
Control type: Bool, access: Wizard
Declaration
public const string DefaultAllocate = "DefaultAllocate"
Field Value
Type | Description |
---|---|
String |
DefaultAllowBlank
Whether blank values are permitted for new counters
Control type: Bool, access: Wizard
Declaration
public const string DefaultAllowBlank = "DefaultAllowBlank"
Field Value
Type | Description |
---|---|
String |
DefaultReadOnly
Whether numbers allocated to a document or documents of a given template type may be amended (write-protected)
Control type: Bool, access: Wizard
Declaration
public const string DefaultReadOnly = "DefaultReadOnly"
Field Value
Type | Description |
---|---|
String |
DefaultSatPrefix
Default prefix for new counters on Satellite databases
Control type: Number, access: Wizard
Declaration
public const string DefaultSatPrefix = "DefaultSatPrefix"
Field Value
Type | Description |
---|---|
String |
DefaultStart
If Yes, separate counters are maintained for each document template
Control type: Bool, access: Wizard
Declaration
public const string DefaultStart = "DefaultStart"
Field Value
Type | Description |
---|---|
String |
DefaultTravelPrefix
Default prefix for new counters on Travel databases
Control type: Number, access: Wizard
Declaration
public const string DefaultTravelPrefix = "DefaultTravelPrefix"
Field Value
Type | Description |
---|---|
String |
DefaultUnique
Numbers with a new counter must be unique.
Control type: Bool, access: Wizard
Declaration
public const string DefaultUnique = "DefaultUnique"
Field Value
Type | Description |
---|---|
String |
NumberEachTemplate
If Yes, separate counters are maintained for each document template
Control type: Bool, access: Wizard
Declaration
public const string NumberEachTemplate = "NumberEachTemplate"
Field Value
Type | Description |
---|---|
String |
Section
Section heading
Declaration
public const string Section = "Numbering"
Field Value
Type | Description |
---|---|
String |