No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
CategoryData
Represents a logical grouping of Solution records.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()
Fields
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.