ProfileSkillUser

Represents a detail relationship of User. The object connects profile skills with users.

Supported Calls

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

Fields

Field Name Details
EndorsementCount
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The number of endorsements.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The name of the skill user.
ProfileSkillId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the ProfileSkill.
UserId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of the user. This field can’t be changed once it is created.

Usage

Use this object to assign specific skills to specific users. ProfileSkillUser appears on the Overview tab on the Chatter profile page. Users can only create a skill mapping for themselves, they can’t create skill mappings for others unless they are administrators with the “Modify All Data” permission. Additionally, users can only edit this object if they are the context user and are not editing the UserId field.