Class DBC.FormFieldValueFields
Fields for FormFieldValue, Form field values saved in a searchable format
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FormFieldValueFields : Object
Fields
BoolValue
FormFieldValue.BoolValue: The boolean value of this form field
Declaration
public const string BoolValue = "bool_value"
Field Value
Type | Description |
---|---|
String |
DatetimeValue
FormFieldValue.DatetimeValue: The datetime value of this form field
Declaration
public const string DatetimeValue = "datetime_value"
Field Value
Type | Description |
---|---|
String |
DoubleValue
FormFieldValue.DoubleValue: The double value of this form field
Declaration
public const string DoubleValue = "double_value"
Field Value
Type | Description |
---|---|
String |
FormFieldValueId
FormFieldValue.FormFieldValueId: Primary key
Declaration
public const string FormFieldValueId = "form_field_value_id"
Field Value
Type | Description |
---|---|
String |
FormSubmissionId
FormFieldValue.FormSubmissionId: The form submission this set of values belong to
Declaration
public const string FormSubmissionId = "form_submission_id"
Field Value
Type | Description |
---|---|
String |
IntValue
FormFieldValue.IntValue: The integer value of this form field
Declaration
public const string IntValue = "int_value"
Field Value
Type | Description |
---|---|
String |
Label
FormFieldValue.Label: The label of this form field
Declaration
public const string Label = "label"
Field Value
Type | Description |
---|---|
String |
Rank
FormFieldValue.Rank: The rank of this form field within the form
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
FormFieldValue.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
FormFieldValue.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Sequence
FormFieldValue.Sequence: The sequence of this form field
Declaration
public const string Sequence = "sequence"
Field Value
Type | Description |
---|---|
String |
StringValue
FormFieldValue.StringValue: The string value of this form field
Declaration
public const string StringValue = "string_value"
Field Value
Type | Description |
---|---|
String |
Type
FormFieldValue.Type: The type of this form field
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |
Updated
FormFieldValue.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
FormFieldValue.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
FormFieldValue.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |