Skip to main content
Content of a Form submission.

Constructors

NSFormSubmissionEntity()

Initializes a new instance of the NSFormSubmissionEntity class.

Methods

GetContactId()

Returns: CRMScript.Global.Integer - The optional ID of the contact of the person who submitted. Example:

GetEmailAddress()

Returns: CRMScript.Global.String - The email address of the person who submitted. Example:

GetFormId()

Returns: CRMScript.Global.Integer - The ID of the parent form. Example:

GetFormSubmissionId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - The optional ID of the person who submitted. Example:

GetProcessingLog()

Returns: CRMScript.Global.String - A log of what happened during processing. Example:

GetResponse()

Returns: CRMScript.Global.String - The JSON-formatted response from this form. Example:

GetResponseShipmentAddrId()

Returns: CRMScript.Global.Integer - The ID of the s_shipment_addr that is the response mail. Example:

GetStatus()

Returns: CRMScript.Global.Integer - The status of this submission. See <xref href=“CRMScript.NetServer.FormSubmissionStatus” data-throw-if-not-resolved=“false”></xref> Example:

GetWhenSubmitted()

Returns: CRMScript.Global.DateTime - The time of the submit. Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetEmailAddress(String)

Returns: CRMScript.Global.Void Example:

SetFormId(Integer)

Returns: CRMScript.Global.Void Example:

SetFormSubmissionId(Integer)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetProcessingLog(String)

Returns: CRMScript.Global.Void Example:

SetResponse(String)

Returns: CRMScript.Global.Void Example:

SetResponseShipmentAddrId(Integer)

Returns: CRMScript.Global.Void Example:

SetStatus(Integer)

Returns: CRMScript.Global.Void Example:

SetUpdSetWhenSubmitted(DateTime)

Returns: CRMScript.Global.Void Example: