s_c__Transactional_Email__c Object Reference
Name | s_c__Transactional_Email__c |
---|---|
Type | Custom StoreConnect Object |
Description | Hold the various transactional emails defined for each store allowing each store to have different branding or messages within their emails. These are sent according to different trigger states on the Order object. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Cart_Abandoned__c | Checkbox(false) | No | No |
Set to true if the email is to be sent when the order is set to 'Abandoned'. | |||
s_c__Checkout_Step__c | Picklist | No | No |
The value the orders Checkout Step must be for the email to send. | |||
s_c__Classic_Email_Template_API_Name__c | Text | Yes | No |
The API name of the Classic Email Template to be used when sending this email. | |||
s_c__Enabled__c | Checkbox(false) | No | No |
An email will be sent when the configured conditions are met when enabled. | |||
s_c__Order_Status__c | Text | No | No |
The value the orders Status must be for the email to send. | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
The store this email is to be triggered from |
For more information about how or when to use the above, see our documentation.
Back to Documentation