Content_Blocks_Articles__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Article_Id__c | MasterDetail(Article__c) | No | No | The article this content block article join object belongs to |
| Content_Block_Id__c | Lookup(Content_Block__c) | Yes | No | The content block this content block article join object belongs to |
| Position__c | Number(18, 0) | No | No | The position of this content block article join object. Lower numbers are shown first, objects without a number are sorted alphabetically by name |
| Tag__c | Text | No | No | An optional tag to give the object, this allows for sorting or display options in the front end |
| Usage_Type__c | Picklist | No | No | Usage_Type__c is a field used to define the specific type of this object. |
| 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