Data Feed Field Object Reference
Overview
Data Feed Fields for each export
| Property |
Value |
| API Name |
s_c__Data_Feed_Field__c |
| Label |
Data Feed Field |
| Plural Label |
Data Feed Fields |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Data Feed |
s_c__Data_Feed_Id__c |
MasterDetail (s_c__Data_Feed__c) |
No |
|
| Field Label |
s_c__Field_Label__c |
Text(255) |
Yes |
The label used for this field. Appears in the header row of a CSV export. |
| Field Name |
s_c__Field_Name__c |
Text(255) |
Yes |
The field API name used to generate the value for this data feed field. Can be any of the field names listed in the help documentation. |
| Fixed Value |
s_c__Fixed_Value__c |
Text(255) |
No |
A fixed value for this field which is the same for every row. |
| Field Position |
s_c__Position__c |
Number(18,0) |
Yes |
The position of this export field within the export |
| Skip exporting row if blank? |
s_c__Skip_Row_If_Blank__c |
Checkbox |
No |
Allows you to skip the row in the export if this field has no value |
| 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__Data_Feed_Id__c |
MasterDetail |
s_c__Data_Feed__c |
Data_Feed |
Last updated March 6, 2025