Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ManagedContentVariant
Managed content variants are associated with a ManagedContent object. The managed content and variants are counted as one content record in your Salesforce org.
For example, say you have a managed content item of content type News and a default language of English. When you translate the News content into other languages such as Spanish, Japanese, and French, a managed content variant for each language is created.
Supported Calls
describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search()
Special Access Rules
ManagedContentVariant is available when the Digital Experiences app is enabled.
Fields
| Field | Details |
|---|---|
| ContentTypeFullyQualifiedName |
|
| IsPublished |
|
| Language |
|
| ManagedContentId |
|
| ManagedContentKey |
|
| ManagedContentVariantStatus |
|
| Name |
|
| UrlName |
|
| VariantType |
|
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.