Show / Hide Table of Contents

Class DBC.FormFields

Fields for Form, A form which can be published on a webpage and submitted by visitors

Inheritance
Object
DBC.FormFields
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 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top