Class DBC.FormFields
Fields for Form, A form which can be published on a webpage and submitted by visitors
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.FormFields
Fields
Active
Form.Active: Indicates if this form is active and available for customers
Declaration
public const string Active = "active"
Field Value
Type | Description |
---|---|
string |
Config
Form.Config: The JSON-formatted config of this form
Declaration
public const string Config = "config"
Field Value
Type | Description |
---|---|
string |
Description
Form.Description: Detailed description
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
string |
Expires
Form.Expires: After this datetime, the form will become inactive
Declaration
public const string Expires = "expires"
Field Value
Type | Description |
---|---|
string |
FolderId
Form.FolderId: The folder which this form belongs to. -1 indicates that the shipment is on the root
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
string |
FormId
Form.FormId: Primary key
Declaration
public const string FormId = "form_id"
Field Value
Type | Description |
---|---|
string |
FormKey
Form.FormKey: A short string used as unique id to access this form
Declaration
public const string FormKey = "form_key"
Field Value
Type | Description |
---|---|
string |
GroupId
Form.GroupId: The group which this form belongs to.
Declaration
public const string GroupId = "group_id"
Field Value
Type | Description |
---|---|
string |
MaxSubmits
Form.MaxSubmits: After this number of submits, the form will become inactive
Declaration
public const string MaxSubmits = "maxSubmits"
Field Value
Type | Description |
---|---|
string |
Name
Form.Name: The name of this form
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
NewTicket
Form.NewTicket: True if this form creates a new ticket
Declaration
public const string NewTicket = "new_ticket"
Field Value
Type | Description |
---|---|
string |
Recipe
Form.Recipe: The JSON-formatted recipe of this form
Declaration
public const string Recipe = "recipe"
Field Value
Type | Description |
---|---|
string |
Registered
Form.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
Form.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
ResponseShipmentId
Form.ResponseShipmentId: The id of the s_shipment that is used to send the response mails
Declaration
public const string ResponseShipmentId = "response_shipment_id"
Field Value
Type | Description |
---|---|
string |
ScriptId
Form.ScriptId: The CRMScript Macro which will be run when the form is submitted.
Declaration
public const string ScriptId = "script_id"
Field Value
Type | Description |
---|---|
string |
Type
Form.Type: What kind of form is this? Indicates if this is a normal form or a template
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
string |
Updated
Form.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
Form.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
Form.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |