Enum FormSubmissionStatus
What is the status of this submission This Enum is used by: form_submission.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum FormSubmissionStatus : short
Fields
Name | Description |
---|---|
EmailVerification | 2: EmailVerification, the customer has submitted but we are waiting for click from sent email |
Failed | 5: Failed, there was an error when processing the form |
InProgress | 1: In progress, the customer has started filling out fields but has not yet submitted |
Processed | 4: Processed, the actions of the form have been executed |
Submitted | 3: Submitted, the form is submitted but has not yet been executed |
Unknown | 0: Unknown status |