Data_Feed__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Active__c | Checkbox(false) | No | No | Marking an export active makes it available under the feeds/filename of the export |
| Download_Export_Link__c | Formula | No | No | |
| Filename__c | Text | Yes | No | The filename of this export, usually part of the /feeds/Filename__c |
| Object_Type__c | Picklist | Yes | No | Defines the object type that is used to generate the report. Valid values are Product2 and Order |
| Password__c | Text | No | No | The password for this export, leave blank for no password. |
| Refresh_Frequency__c | Picklist | Yes | No | Defines how often (in minutes) the feed is updated on the website. Valid values are 1440, 720 and 240 |
| Store_Id__c | Lookup(Store__c) | Yes | No | |
| Unique_Store_Filename__c | Text | No | Yes | Ensure a store can only have one export with the same filename |
| Username__c | Text | No | No | The username for this export, leave blank for no username requirement. |
| 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