PartnerRole

Represents a role for an account Partner, such as consultant, supplier, and so on.

Supported Calls

query(), retrieve(), describeSObjects()

Special Access Rules

Customer Portal users cannot access this object.

Fields

Field Field Type Field Properties Description
MasterLabel string Filter

Nillable

Master label for this partner role value. This display value is the internal label that does not get translated. Maximum of 255 characters.
ReverseRole picklist Filter

Nillable

Name of the reverse role that corresponds to this partner role. For example, if the role is “subcontractor,” then the reverse role might be “general contractor.” In the user interface, assigning a partner role to an account creates a reverse partner relationship so that both accounts list the other as a partner.
SortOrder int Filter

Nillable

Number used to sort this value in the partner role picklist. These numbers are not guaranteed to be sequential, as some previous partner role values might have been deleted.

Usage

This object represents a value in the partner role picklist. The partner role picklist provides additional information about the role of a Partner, such as their corresponding reverse role. Your client application can invoke the query() call on this object to retrieve the set of values in the partner role picklist, and then use that information while processing PartnerRole objects to determine more information about a given partner role. For example, the application could determine the reverse role of a given PartnerRole value and the value of the ReverseRole property in the associated PartnerRole object.

This object is read-only via the API. With sufficient permissions, your client application can invoke the query() and describeSObjects() calls on this object.

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