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.

ContentTaxonomyRelatedTerm

Represents the relationship between a term and the content taxonomy to which the term belongs. This object is available in API version 63.0 and later.

Supported Calls

create(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete()

Special Access Rules

To view this object, users need the permission View Content Taxonomy enabled. To edit this object, users need View Content Taxonomy and Manage Content Taxonomy enabled.

Fields

Field Details
ContentTaxonomyId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the content taxonomy to which the term belongs.
This field is a relationship field.
Relationship Name
ContentTaxonomy
Relationship Type
Lookup
Refers To
ContentTaxonomy object
ContentTaxonomyTermId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the term that belongs to the content taxonomy.
This field is a relationship field.
Relationship Name
ContentTaxonomyTerm
Relationship Type
Lookup
Refers To
ContentTaxonomyTerm object

Usage

To include a term in a taxonomy, you must use this object in addition to the ContentTaxonomyTerm and ContentTaxonomy objects.