Show / Hide Table of Contents

Class DBC.FormSubmissionFields

Fields for FormSubmission, A form submission

Inheritance
object
DBC.FormSubmissionFields
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 DBC.FormSubmissionFields

Fields

ContactId

FormSubmission.ContactId: The optional id of the contact of the person who submitted.

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
string

EmailAddress

FormSubmission.EmailAddress: The email address of the person who submitted

Declaration
public const string EmailAddress = "email_address"
Field Value
Type Description
string

FormId

FormSubmission.FormId: The id of the parent form.

Declaration
public const string FormId = "form_id"
Field Value
Type Description
string

FormSubmissionId

FormSubmission.FormSubmissionId: Primary key

Declaration
public const string FormSubmissionId = "form_submission_id"
Field Value
Type Description
string

PersonId

FormSubmission.PersonId: The optional id of the person who submitted.

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
string

ProcessingLog

FormSubmission.ProcessingLog: A log of what happened during processing

Declaration
public const string ProcessingLog = "processing_log"
Field Value
Type Description
string

Response

FormSubmission.Response: The JSON-formatted response from this form

Declaration
public const string Response = "response"
Field Value
Type Description
string

ResponseShipmentAddrId

FormSubmission.ResponseShipmentAddrId: The id of the s_shipment_addr that is the response mail

Declaration
public const string ResponseShipmentAddrId = "response_shipment_addr_id"
Field Value
Type Description
string

Status

FormSubmission.Status: What is the status of this submission

Declaration
public const string Status = "status"
Field Value
Type Description
string

WhenSubmitted

FormSubmission.WhenSubmitted: The time of the submit.

Declaration
public const string WhenSubmitted = "when_submitted"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top