mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
173 lines
9.0 KiB
JSON
173 lines
9.0 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules",
|
||
|
|
"usage",
|
||
|
|
"wsdl_segment",
|
||
|
|
"field_reference"
|
||
|
|
],
|
||
|
|
"title": "ManagedContentVariant - Data API",
|
||
|
|
"description": "Represents a variant of a managed content item. This object is available in API version 56.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description",
|
||
|
|
"relationship_name",
|
||
|
|
"relationship_type",
|
||
|
|
"refers_to"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"ContentTypeFullyQualifiedName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The fully qualified name of the content type of this CMS content. In an enhanced CMS workspace, the ContentTypeFullyQualifiedName for each standard content type is: News: sfdc_cms__news Image: sfdc_cms__image Document: sfdc_cms__document The ContentTypeFullyQualifiedName for a custom content type is the same as the developer name of the custom content type. This field is available in API version 62.0 and later."
|
||
|
|
},
|
||
|
|
"IsPublished": {
|
||
|
|
"type": "boolean",
|
||
|
|
"properties": "Defaulted on create, Filter, Group, Sort",
|
||
|
|
"description": "Indicates whether the managed content variant is published to a channel. The default value is false. This field is calculated."
|
||
|
|
},
|
||
|
|
"Language": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
|
|
"description": "Language of the variant."
|
||
|
|
},
|
||
|
|
"ManagedContentId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Sort",
|
||
|
|
"description": "Globally unique identifier for the managed content item. This field is a relationship field.",
|
||
|
|
"relationship_name": "ManagedContent",
|
||
|
|
"relationship_type": "Lookup",
|
||
|
|
"refers_to": "ManagedContent"
|
||
|
|
},
|
||
|
|
"ManagedContentKey": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "Globally unique identifier for managed content that associates with the managed content variant."
|
||
|
|
},
|
||
|
|
"ManagedContentVariantStatus": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
|
|
"description": "Publication status of the managed content. Possible values are: Draft Published Revised"
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, idLookup, Sort",
|
||
|
|
"description": "Name of the managed content variant."
|
||
|
|
},
|
||
|
|
"UrlName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "URL name of the managed content variant."
|
||
|
|
},
|
||
|
|
"VariantType": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
|
|
"description": "Type of variant. Possible value is: Content"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "ManagedContentVariant is available when the Digital Experiences app is enabled.",
|
||
|
|
"usage": "Managed content variants are associated with a ManagedContent object. The managed content and managed content variants are counted as one content record in your Salesforce org. ManagedContentVariant can be queried through the public sObject API. Use this object to retrieve information for a specific content in a certain language and format of a managed content.\n\nManaged content variants are associated with a ManagedContent object. The managed content and managed content variants are counted as one content record in your Salesforce org.\n\nManagedContentVariant can be queried through the public sObject API. Use this object to retrieve information for a specific content in a certain language and format of a managed content.",
|
||
|
|
"wsdl_segment": "```xml\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<complexType name=\"ManagedContentVariant\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"ApprovalSubmissions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ApprovalWorkItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ContentTypeFullyQualifiedName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"FlowOrchestrationWorkItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"HasLocks\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"IsPrimary\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"IsPublished\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"IsReady\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"Language\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"ManagedContent\" nillable=\"true\" minOccurs=\"0\" type=\"ens:ManagedContent\"/>\n <element name=\"ManagedContentId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"ManagedContentKey\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ManagedContentVariantStatus\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"UrlName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"UserRecordAccess\" nillable=\"true\" minOccurs=\"0\" type=\"ens:UserRecordAccess\"/>\n <element name=\"VariantType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\n```",
|
||
|
|
"field_reference": {
|
||
|
|
"ContentTypeFullyQualifiedName": {
|
||
|
|
"field_label": "Content Type Fully Qualified Name",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"CreatedById": {
|
||
|
|
"field_label": "Created By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"CreatedDate": {
|
||
|
|
"field_label": "Created Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"CurrencyIsoCode": {
|
||
|
|
"field_label": "Currency ISO Code",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "3"
|
||
|
|
},
|
||
|
|
"HasLocks": {
|
||
|
|
"field_label": "Locked for Updates",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
"Id": {
|
||
|
|
"field_label": "Managed Content Variant ID",
|
||
|
|
"type": "id",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"IsDeleted": {
|
||
|
|
"field_label": "Deleted",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
"IsPrimary": {
|
||
|
|
"field_label": "Is Primary Variant",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
"IsPublished": {
|
||
|
|
"field_label": "Published",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
"IsReady": {
|
||
|
|
"field_label": "Ready to Publish",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
"Language": {
|
||
|
|
"field_label": "Language",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"LastModifiedById": {
|
||
|
|
"field_label": "Last Modified By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"LastModifiedDate": {
|
||
|
|
"field_label": "Last Modified Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"ManagedContentId": {
|
||
|
|
"field_label": "Managed Content ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"ManagedContentKey": {
|
||
|
|
"field_label": "Content Key",
|
||
|
|
"type": "string",
|
||
|
|
"length": "80"
|
||
|
|
},
|
||
|
|
"ManagedContentVariantStatus": {
|
||
|
|
"field_label": "Status",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"field_label": "Title",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"SystemModstamp": {
|
||
|
|
"field_label": "System Modstamp",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"UrlName": {
|
||
|
|
"field_label": "Content Slug",
|
||
|
|
"type": "string",
|
||
|
|
"length": "80"
|
||
|
|
},
|
||
|
|
"VariantType": {
|
||
|
|
"field_label": "Variant Type",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference_columns": [
|
||
|
|
"field_label",
|
||
|
|
"type",
|
||
|
|
"length"
|
||
|
|
]
|
||
|
|
}
|