TeamTemplate table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Team template for an entity enabled for automatically created access teams.

Messages

Message Web API Operation SDK class or method
AddUserToRecordTeam AddUserToRecordTeam AddUserToRecordTeamRequest
Create POST /teamtemplates
See Create
CreateRequest or
Create
Delete DELETE /teamtemplates(teamtemplateid)
See Delete
DeleteRequest or
Delete
RemoveUserFromRecordTeam RemoveUserFromRecordTeam RemoveUserFromRecordTeamRequest
Retrieve GET /teamtemplates(teamtemplateid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /teamtemplates
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH /teamtemplates(teamtemplateid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName TeamTemplates
DisplayCollectionName Team templates
DisplayName Team template
EntitySetName teamtemplates
IsBPFEntity False
LogicalCollectionName teamtemplates
LogicalName teamtemplate
OwnershipType None
PrimaryIdAttribute teamtemplateid
PrimaryNameAttribute teamtemplatename
SchemaName TeamTemplate

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

DefaultAccessRightsMask

Property Value
Description Default access rights mask for the access teams associated with entity instances.
DisplayName Access Rights
Format None
IsValidForForm True
IsValidForRead True
LogicalName defaultaccessrightsmask
MaxValue 2147483647
MinValue -2147483648
RequiredLevel SystemRequired
Type Integer

Description

Property Value
Description Type additional information that describes the team.
DisplayName Description
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName description
MaxLength 2000
RequiredLevel None
Type Memo

IsCustomizable

Added by: Basic Solution Solution

Property Value
Description For internal use only.
DisplayName Is Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

ObjectTypeCode

Property Value
Description Object type code of entity which is enabled for access teams
DisplayName Entity
Format None
IsValidForForm True
IsValidForRead True
LogicalName objecttypecode
MaxValue 100000
MinValue 0
RequiredLevel SystemRequired
Type Integer

TeamTemplateId

Property Value
Description Unique identifier of the team template.
DisplayName Primary key for team template
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName teamtemplateid
RequiredLevel SystemRequired
Type Uniqueidentifier

TeamTemplateName

Property Value
Description Type the name of the team template.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName teamtemplatename
MaxLength 100
RequiredLevel SystemRequired
Type String

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

ComponentIdUnique

Added by: Basic Solution Solution

Property Value
Description For internal use only.
DisplayName Row id unique
IsValidForForm False
IsValidForRead True
LogicalName componentidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

Added by: Basic Solution Solution

Property Value
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

ComponentState Choices/Options

Value Label Description
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Property Value
Description Unique identifier of the user who created the team template.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the team template was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the team template.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

IsManaged

Added by: Basic Solution Solution

Property Value
Description Indicates whether the solution component is part of a managed solution.
DisplayName Is Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged Choices/Options

Value Label Description
1 Managed
0 Unmanaged

DefaultValue: 0

IsSystem

Property Value
Description Information about whether this team template is user-defined or system-defined.
DisplayName Is System
IsValidForForm True
IsValidForRead True
LogicalName issystem
RequiredLevel SystemRequired
Type Boolean

IsSystem Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

ModifiedBy

Property Value
Description Unique identifier of the user who last modified the team template.
DisplayName Modified By
IsValidForForm False
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the team template was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who modified the team template.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OverwriteTime

Added by: Basic Solution Solution

Property Value
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

SolutionId

Added by: Basic Solution Solution

Property Value
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Added by: Basic Solution Solution

Property Value
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

versionnumber

Added by: Access Team Solution

Property Value
Description Version number for team template.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

One-To-Many Relationships

Listed by SchemaName.

teamtemplate_Teams

Same as the teamtemplate_Teams many-to-one relationship for the team table/entity.

Property Value
ReferencingEntity team
ReferencingAttribute teamtemplateid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName teamtemplate_Teams
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

TeamTemplate_SyncErrors

Same as the TeamTemplate_SyncErrors many-to-one relationship for the syncerror table/entity.

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName TeamTemplate_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: Cascade
Delete: Cascade
Merge: Cascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

lk_teamtemplate_createdonbehalfby

See the lk_teamtemplate_createdonbehalfby one-to-many relationship for the systemuser table/entity.

lk_teamtemplate_modifiedby

See the lk_teamtemplate_modifiedby one-to-many relationship for the systemuser table/entity.

lk_teamtemplate_createdby

See the lk_teamtemplate_createdby one-to-many relationship for the systemuser table/entity.

lk_teamtemplate_modifiedonbehalfby

See the lk_teamtemplate_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.

See also

Dataverse table/entity reference
Web API Reference
teamtemplate EntityType