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.

CategoryData

Represents a logical grouping of Solution records.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()

Special Access Rules

Customer Portal users can't access this object.

Fields

Field Details
CategoryNodeId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
ID of the CategoryNode associated with the solution.
IsDeleted
Type
boolean
Properties
Defaulted on create, Filter
Description
Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
RelatedSobjectId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
ID of the solution related to the category.

Usage

This object allows you to assign one or more categories to a Solution. It is an intermediate data table with two foreign keys that defines the relationship between a CategoryNode and a Solution record.

CategoryData has two foreign keys:
  • The first foreign key, CategoryNodeId, refers to the ID of a CategoryNode.
  • The other foreign key, RelatedSobjectId, refers to a Solution ID.

This is a many-to-many relationship, so there can be multiple rows returned with a CategoryNodeId. A Solution can be associated with multiple categories.