Represents a profile skill, which describes a
user’s professional knowledge. This is a global record for
the organization, and users are associated through the ProfileSkillUser object.
Skills are currently available
through a pilot program. For information on enabling skills for your
organization, contact salesforce.com.
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
Fields
| Description |
- Type
- textarea
- Properties
- Create, Nillable, Update
- Description
- Description of the profile skill.
|
| LastReferencedDate |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The timestamp indicating when the current user last viewed a record
related to this profile skill. Available in API version
29.0 and later.
|
| LastViewedDate |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The timestamp indicating when the current user last viewed this
profile skill. Available in API version
29.0 and later.
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- The name of the profile skill.
|
| OwnerId |
- Type
- reference
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- The owner of the profile skill.
|
| UserCount |
- Type
- int
- Properties
- Filter, Group, Nillable, Sort
- Description
The number of users with the profile skill.
|
Usage
Use the ProfileSkill object to look up the attributes of a skill that can be assigned
to a user. This is a global object and is not owned by any specific
user.