CategoryData

Represents a logical grouping of Solution records.

Supported Calls

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

Special Access Rules

Customer Portal users cannot access this object.

Fields

Field Field Type Field Properties Description
CategoryNodeId reference Create

Filter

Update

ID of the CategoryNode associated with the solution.
IsDeleted boolean Defaulted on create

Filter

Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
RelatedSobjectId reference Create

Filter

Update

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:

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.

© Copyright 2000-2009 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.