Class DBC.FormSubmissionFields
Fields for FormSubmission, A form submission
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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 |