Form_Submission__c Object Reference
Field Definitions
Field Name | Type | Required | Unique | Description |
---|---|---|---|---|
Contact_Id__c | Lookup(Contact) | No | No | The contact associated with this submitted form. |
Form_Id__c | Lookup(Form__c) | No | No | The form associated to this submission. |
Order_Id__c | Lookup(Order) | No | No | The order associated with this submitted form. |
Order_Item_Id__c | Lookup(OrderItem) | No | No | The order item associated with this submitted form. |
Store_Id__c | Lookup(Store__c) | No | No | The store associated with this submitted form. |
sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation