Form Submission Object Reference
On this page
Overview
Represents the submission of a form to collate the answers to a question.
| Property | Value |
|---|---|
| API Name | s_c__Form_Submission__c |
| Label | Form Submission |
| Plural Label | Form Submissions |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Contact | s_c__Contact_Id__c |
Lookup (Contact) | No | The contact associated with this submitted form. |
| Form | s_c__Form_Id__c |
Lookup (s_c__Form__c) | No | The form associated to this submission. |
| Order | s_c__Order_Id__c |
Lookup (Order) | No | The order associated with this submitted form. |
| Order Item | s_c__Order_Item_Id__c |
Lookup (OrderItem) | No | The order item associated with this submitted form. |
| Store | s_c__Store_Id__c |
Lookup (s_c__Store__c) | No | The store associated with this submitted form. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Contact_Id__c |
Lookup | Contact | Form_Submission_Contact |
s_c__Form_Id__c |
Lookup | s_c__Form__c | Form_Submission_Form |
s_c__Order_Id__c |
Lookup | Order | Form_Submission_Order |
s_c__Order_Item_Id__c |
Lookup | OrderItem | Form_Submission_Order_Item |
s_c__Store_Id__c |
Lookup | s_c__Store__c | Form_Submissions |