Represents a single User on the default account team of another User.
See also OpportunityTeamMember, which represents a User on the sales team of an Opportunity
create(), update(), delete(), query(), search(), retrieve(), getDeleted(), getUpdated(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| AccountAccessLevel | picklist | Create | Required. Level of access that the account team member has
to Accounts that the user has added to his or her default account
team. The possible values are: This field must be set to an access level that is higher than the organization’s default access level for accounts. |
| CaseAccessLevel | picklist | Create | Required. Level of access that the account team member has
to Cases related to the account. The possible values are: This field must be set to an access level that is higher than the organization's default access level for cases. |
| ContactAccessLevel | picklist | Create | Required. Level of access that the account team member has
to Contacts related to the account. The possible values are: This field must be set to an access level that is higher than the organization's default access level for contacts. |
| OpportunityAccessLevel | picklist | Create | Required. Level of access that the team member has to Opportunity records related to the account. The possible values
are: This field must be set to an access level that is higher than the organization’s default access level for opportunities. |
| OwnerId | reference | Create | Required. ID of the User who owns the default account team. This field cannot be updated. For information on IDs, see ID Field Type. |
| TeamMemberRole | picklist | Create | Role that the team member has on opportunities for which the user has added his or her default account team. The valid values are set by the organization’s administrator in the Account Team Roles picklist. Label is Team Role. |
| UserId | reference | Required. ID of the User who is a member of the default account team. This field cannot be updated. |
This object is available only in organizations that have enabled the account teams functionality, which can be done using the Salesforce.com user interface.
If you attempt to create a record that matches an existing record, the create() call updates any modified fields and returns the existing record.
Users can set up their default account team to include the other Users that typically work with them on accounts.
See UserTeamMember for information about the object related to default sales teams.