Team table/entity reference

Note

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

Collection of system users that routinely collaborate. Teams can be used to simplify record sharing and provide team members with common access to organization data when team members belong to different Business Units.

Messages

Message Web API Operation SDK Assembly
AddMembersTeam AddMembersTeam Action AddMembersTeamRequest
ConvertOwnerTeamToAccessTeam ConvertOwnerTeamToAccessTeam Action ConvertOwnerTeamToAccessTeamRequest
Create POST [org URI]/api/data/v9.0/teams
See Create
CreateRequest or
Create
Delete DELETE [org URI]/api/data/v9.0/teams(teamid)
See Delete
DeleteRequest or
Delete
RemoveMembersTeam RemoveMembersTeam Action RemoveMembersTeamRequest
Retrieve GET [org URI]/api/data/v9.0/teams(teamid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/teams
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
SetParentBusinessUnit Associate and disassociate entities SetParentBusinessUnitRequest
SetParentSystemUser SetParentSystemUser Action SetParentSystemUserRequest
SetParentTeam Associate and disassociate entities SetParentTeamRequest
Update PATCH [org URI]/api/data/v9.0/teams(teamid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName Teams
DisplayCollectionName Teams
DisplayName Team
EntitySetName teams
IsBPFEntity False
LogicalCollectionName teams
LogicalName team
OwnershipType BusinessOwned
PrimaryIdAttribute teamid
PrimaryNameAttribute name
SchemaName Team

Writable columns/attributes

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

AdministratorId

Property Value
Description Unique identifier of the user primary responsible for the team.
DisplayName Administrator
IsValidForForm False
IsValidForRead True
LogicalName administratorid
RequiredLevel SystemRequired
Targets systemuser
Type Lookup

AzureActiveDirectoryObjectId

Property Value
Description The Azure active directory object Id for a group.
DisplayName Azure AD Object Id for a group
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName azureactivedirectoryobjectid
RequiredLevel None
Type Uniqueidentifier

BusinessUnitId

Property Value
Description Unique identifier of the business unit with which the team is associated.
DisplayName Business Unit
IsValidForForm False
IsValidForRead True
LogicalName businessunitid
RequiredLevel SystemRequired
Targets businessunit
Type Lookup

Description

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

EMailAddress

Property Value
Description Email address for the team.
DisplayName Email
FormatName Email
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName emailaddress
MaxLength 100
RequiredLevel None
Type String

ImportSequenceNumber

Property Value
Description Unique identifier of the data import or data migration that created this record.
DisplayName Import Sequence Number
Format None
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

MembershipType

Added by: AuthorizationCore Solution

Property Value
Description
DisplayName Membership Type
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName membershiptype
RequiredLevel SystemRequired
Type Picklist

MembershipType Choices/Options

Value Label Description
0 Members and guests
1 Members
2 Owners
3 Guests

Name

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

OverriddenCreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time that the record was migrated.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

ProcessId

Property Value
Description Shows the ID of the process.
DisplayName Process
IsValidForForm False
IsValidForRead True
LogicalName processid
RequiredLevel None
Type Uniqueidentifier

QueueId

Property Value
Description Unique identifier of the default queue for the team.
DisplayName Default Queue
IsValidForForm True
IsValidForRead True
LogicalName queueid
RequiredLevel None
Targets queue
Type Lookup

RegardingObjectId

Property Value
Description Choose the record that the team relates to.
DisplayName Regarding Object Id
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName regardingobjectid
RequiredLevel None
Targets knowledgearticle
Type Lookup

RegardingObjectTypeCode

Property Value
Description Type of the associated record for team - used for system managed access teams only.
DisplayName Regarding Object Type
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName regardingobjecttypecode
RequiredLevel None
Type EntityName

StageId

Property Value
Description Shows the ID of the stage.
DisplayName (Deprecated) Process Stage
IsValidForForm False
IsValidForRead True
LogicalName stageid
RequiredLevel None
Type Uniqueidentifier

TeamId

Property Value
Description Unique identifier for the team.
DisplayName Team
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName teamid
RequiredLevel SystemRequired
Type Uniqueidentifier

TeamTemplateId

Property Value
Description Shows the team template that is associated with the team.
DisplayName Team Template Identifier
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName teamtemplateid
RequiredLevel None
Targets teamtemplate
Type Lookup

TeamType

Property Value
Description Select the team type.
DisplayName Team Type
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName teamtype
RequiredLevel SystemRequired
Type Picklist

TeamType Choices/Options

Value Label Description
0 Owner
1 Access
2 AAD Security Group
3 AAD Office Group

TransactionCurrencyId

Property Value
Description Unique identifier of the currency associated with the team.
DisplayName Currency
IsValidForForm True
IsValidForRead True
LogicalName transactioncurrencyid
RequiredLevel None
Targets transactioncurrency
Type Lookup

TraversedPath

Property Value
Description For internal use only.
DisplayName (Deprecated) Traversed Path
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName traversedpath
MaxLength 1250
RequiredLevel None
Type String

YomiName

Property Value
Description Pronunciation of the full name of the team, written in phonetic hiragana or katakana characters.
DisplayName Yomi Name
FormatName PhoneticGuide
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName yominame
MaxLength 160
RequiredLevel None
Type String

Read-only columns/attributes

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

AdministratorIdName

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

AdministratorIdYomiName

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

BusinessUnitIdName

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

CreatedBy

Property Value
Description Unique identifier of the user who created the team.
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

CreatedByYomiName

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

CreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the team 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.
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

ExchangeRate

Property Value
Description Exchange rate for the currency associated with the team with respect to the base currency.
DisplayName Exchange Rate
IsValidForForm True
IsValidForRead True
LogicalName exchangerate
MaxValue 100000000000
MinValue 0.000000000001
Precision 12
RequiredLevel None
Type Decimal

IsDefault

Property Value
Description Information about whether the team is a default business unit team.
DisplayName Is Default
IsValidForForm True
IsValidForRead True
LogicalName isdefault
RequiredLevel SystemRequired
Type Boolean

IsDefault Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: False

ModifiedBy

Property Value
Description Unique identifier of the user who last modified the team.
DisplayName Modified By
IsValidForForm True
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

ModifiedByYomiName

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

ModifiedOn

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

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who last modified the team.
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

OrganizationId

Property Value
Description Unique identifier of the organization associated with the team.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Type Uniqueidentifier

OrganizationIdName

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

QueueIdName

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

SystemManaged

Property Value
Description Select whether the team will be managed by the system.
DisplayName Is System Managed
IsValidForForm True
IsValidForRead True
LogicalName systemmanaged
RequiredLevel SystemRequired
Type Boolean

SystemManaged Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: False

TransactionCurrencyIdName

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

VersionNumber

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

One-To-Many Relationships

Listed by SchemaName.

team_principalobjectattributeaccess_principalid

Same as principalobjectattributeaccess table team_principalobjectattributeaccess_principalid Many-To-One relationship.

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute principalid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_principalobjectattributeaccess_principalid
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_exchangesyncidmapping

Same as exchangesyncidmapping table team_exchangesyncidmapping Many-To-One relationship.

Property Value
ReferencingEntity exchangesyncidmapping
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_exchangesyncidmapping
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_interactionforemail

Same as interactionforemail table team_interactionforemail Many-To-One relationship.

Property Value
ReferencingEntity interactionforemail
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_new_interactionforemail
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_knowledgearticle

Same as knowledgearticle table team_knowledgearticle Many-To-One relationship.

Property Value
ReferencingEntity knowledgearticle
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_knowledgearticle
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_sharepointsite

Same as sharepointsite table team_sharepointsite Many-To-One relationship.

Property Value
ReferencingEntity sharepointsite
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_sharepointsite
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_sharepointdocumentlocation

Same as sharepointdocumentlocation table team_sharepointdocumentlocation Many-To-One relationship.

Property Value
ReferencingEntity sharepointdocumentlocation
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_sharepointdocumentlocation
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_goal

Same as goal table team_goal Many-To-One relationship.

Property Value
ReferencingEntity goal
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_goal
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_goalrollupquery

Same as goalrollupquery table team_goalrollupquery Many-To-One relationship.

Property Value
ReferencingEntity goalrollupquery
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_goalrollupquery
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_mailbox

Same as mailbox table team_mailbox Many-To-One relationship.

Property Value
ReferencingEntity mailbox
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_mailbox
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_connections2

Same as connection table team_connections2 Many-To-One relationship.

Property Value
ReferencingEntity connection
ReferencingAttribute record2id
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_connections2
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order: 100
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_slaBase

Same as sla table team_slaBase Many-To-One relationship.

Property Value
ReferencingEntity sla
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_slaBase
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_goal_goalowner

Same as goal table team_goal_goalowner Many-To-One relationship.

Property Value
ReferencingEntity goal
ReferencingAttribute goalownerid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_goal_goalowner
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 110
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_principalobjectattributeaccess

Same as principalobjectattributeaccess table team_principalobjectattributeaccess Many-To-One relationship.

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_principalobjectattributeaccess
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

OwningTeam_postfollows

Same as postfollow table OwningTeam_postfollows Many-To-One relationship.

Property Value
ReferencingEntity postfollow
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName OwningTeam_postfollows
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_ImportMaps

Same as importmap table team_ImportMaps Many-To-One relationship.

Property Value
ReferencingEntity importmap
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_ImportMaps
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_recurringappointmentmaster

Same as recurringappointmentmaster table team_recurringappointmentmaster Many-To-One relationship.

Property Value
ReferencingEntity recurringappointmentmaster
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_recurringappointmentmaster
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_queueitembase_workerid

Same as queueitem table team_queueitembase_workerid Many-To-One relationship.

Property Value
ReferencingEntity queueitem
ReferencingAttribute workerid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_queueitembase_workerid
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_phonecall

Same as phonecall table team_phonecall Many-To-One relationship.

Property Value
ReferencingEntity phonecall
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_phonecall
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_emailserverprofile

Same as emailserverprofile table team_emailserverprofile Many-To-One relationship.

Property Value
ReferencingEntity emailserverprofile
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_emailserverprofile
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_connections1

Same as connection table team_connections1 Many-To-One relationship.

Property Value
ReferencingEntity connection
ReferencingAttribute record1id
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_connections1
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 100
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_userqueryvisualizations

Same as userqueryvisualization table team_userqueryvisualizations Many-To-One relationship.

Property Value
ReferencingEntity userqueryvisualization
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_userqueryvisualizations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_userform

Same as userform table team_userform Many-To-One relationship.

Property Value
ReferencingEntity userform
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_userform
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_socialactivity

Same as socialactivity table team_socialactivity Many-To-One relationship.

Property Value
ReferencingEntity socialactivity
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_socialactivity
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Team_ProcessSessions

Same as processsession table Team_ProcessSessions Many-To-One relationship.

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName Team_ProcessSessions
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 110
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Team_DuplicateMatchingRecord

Same as duplicaterecord table Team_DuplicateMatchingRecord Many-To-One relationship.

Property Value
ReferencingEntity duplicaterecord
ReferencingAttribute duplicaterecordid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName Team_DuplicateMatchingRecord
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_contacts

Same as contact table team_contacts Many-To-One relationship.

Property Value
ReferencingEntity contact
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_contacts
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Team_AsyncOperations

Same as asyncoperation table Team_AsyncOperations Many-To-One relationship.

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName Team_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_ImportLogs

Same as importlog table team_ImportLogs Many-To-One relationship.

Property Value
ReferencingEntity importlog
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_ImportLogs
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_workflowlog

Same as workflowlog table team_workflowlog Many-To-One relationship.

Property Value
ReferencingEntity workflowlog
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_workflowlog
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_Imports

Same as import table team_Imports Many-To-One relationship.

Property Value
ReferencingEntity import
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_Imports
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_processsession

Same as processsession table team_processsession Many-To-One relationship.

Property Value
ReferencingEntity processsession
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_processsession
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_SyncError

Same as syncerror table team_SyncError Many-To-One relationship.

Property Value
ReferencingEntity syncerror
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_SyncError
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_letter

Same as letter table team_letter Many-To-One relationship.

Property Value
ReferencingEntity letter
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_letter
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_annotations

Same as annotation table team_annotations Many-To-One relationship.

Property Value
ReferencingEntity annotation
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_annotations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_appointment

Same as appointment table team_appointment Many-To-One relationship.

Property Value
ReferencingEntity appointment
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_appointment
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_asyncoperation

Same as asyncoperation table team_asyncoperation Many-To-One relationship.

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_asyncoperation
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Team_BulkDeleteFailures

Same as bulkdeletefailure table Team_BulkDeleteFailures Many-To-One relationship.

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

Team_SyncErrors

Same as syncerror table Team_SyncErrors Many-To-One relationship.

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

team_mailboxtrackingfolder

Same as mailboxtrackingfolder table team_mailboxtrackingfolder Many-To-One relationship.

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_mailboxtrackingfolder
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_task

Same as task table team_task Many-To-One relationship.

Property Value
ReferencingEntity task
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_task
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_activity

Same as activitypointer table team_activity Many-To-One relationship.

Property Value
ReferencingEntity activitypointer
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_activity
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Team_DuplicateBaseRecord

Same as duplicaterecord table Team_DuplicateBaseRecord Many-To-One relationship.

Property Value
ReferencingEntity duplicaterecord
ReferencingAttribute baserecordid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName Team_DuplicateBaseRecord
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_accounts

Same as account table team_accounts Many-To-One relationship.

Property Value
ReferencingEntity account
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_accounts
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_userquery

Same as userquery table team_userquery Many-To-One relationship.

Property Value
ReferencingEntity userquery
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_userquery
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_email

Same as email table team_email Many-To-One relationship.

Property Value
ReferencingEntity email
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_email
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

ImportFile_Team

Same as importfile table ImportFile_Team Many-To-One relationship.

Property Value
ReferencingEntity importfile
ReferencingAttribute recordsownerid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName ImportFile_Team
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_ImportFiles

Same as importfile table team_ImportFiles Many-To-One relationship.

Property Value
ReferencingEntity importfile
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_ImportFiles
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_email_templates

Same as template table team_email_templates Many-To-One relationship.

Property Value
ReferencingEntity template
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_email_templates
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_fax

Same as fax table team_fax Many-To-One relationship.

Property Value
ReferencingEntity fax
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_fax
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_DuplicateRules

Same as duplicaterule table team_DuplicateRules Many-To-One relationship.

Property Value
ReferencingEntity duplicaterule
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_DuplicateRules
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_workflow

Same as workflow table team_workflow Many-To-One relationship.

Property Value
ReferencingEntity workflow
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_workflow
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_solutioncomponentbatchconfiguration

Added by: Active Solution Solution

Same as solutioncomponentbatchconfiguration table team_solutioncomponentbatchconfiguration Many-To-One relationship.

Property Value
ReferencingEntity solutioncomponentbatchconfiguration
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_solutioncomponentbatchconfiguration
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_stagesolutionupload

Added by: Active Solution Solution

Same as stagesolutionupload table team_stagesolutionupload Many-To-One relationship.

Property Value
ReferencingEntity stagesolutionupload
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_stagesolutionupload
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_exportsolutionupload

Added by: Active Solution Solution

Same as exportsolutionupload table team_exportsolutionupload Many-To-One relationship.

Property Value
ReferencingEntity exportsolutionupload
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_exportsolutionupload
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_featurecontrolsetting

Added by: Active Solution Solution

Same as featurecontrolsetting table team_featurecontrolsetting Many-To-One relationship.

Property Value
ReferencingEntity featurecontrolsetting
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_featurecontrolsetting
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_customapi

Added by: Active Solution Solution

Same as customapi table team_customapi Many-To-One relationship.

Property Value
ReferencingEntity customapi
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_customapi
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_customapirequestparameter

Added by: Active Solution Solution

Same as customapirequestparameter table team_customapirequestparameter Many-To-One relationship.

Property Value
ReferencingEntity customapirequestparameter
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_customapirequestparameter
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_customapiresponseproperty

Added by: Active Solution Solution

Same as customapiresponseproperty table team_customapiresponseproperty Many-To-One relationship.

Property Value
ReferencingEntity customapiresponseproperty
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_customapiresponseproperty
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_datalakefolder

Added by: Active Solution Solution

Same as datalakefolder table team_datalakefolder Many-To-One relationship.

Property Value
ReferencingEntity datalakefolder
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_datalakefolder
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_datalakefolderpermission

Added by: Active Solution Solution

Same as datalakefolderpermission table team_datalakefolderpermission Many-To-One relationship.

Property Value
ReferencingEntity datalakefolderpermission
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_datalakefolderpermission
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_dataflow

Added by: Active Solution Solution

Same as msdyn_dataflow table team_msdyn_dataflow Many-To-One relationship.

Property Value
ReferencingEntity msdyn_dataflow
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_dataflow
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_connector

Added by: Active Solution Solution

Same as connector table team_connector Many-To-One relationship.

Property Value
ReferencingEntity connector
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_connector
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_environmentvariabledefinition

Added by: Active Solution Solution

Same as environmentvariabledefinition table team_environmentvariabledefinition Many-To-One relationship.

Property Value
ReferencingEntity environmentvariabledefinition
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_environmentvariabledefinition
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_environmentvariablevalue

Added by: Active Solution Solution

Same as environmentvariablevalue table team_environmentvariablevalue Many-To-One relationship.

Property Value
ReferencingEntity environmentvariablevalue
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_environmentvariablevalue
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_flowmachine

Added by: Active Solution Solution

Same as flowmachine table team_flowmachine Many-To-One relationship.

Property Value
ReferencingEntity flowmachine
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_flowmachine
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_flowmachinegroup

Added by: Active Solution Solution

Same as flowmachinegroup table team_flowmachinegroup Many-To-One relationship.

Property Value
ReferencingEntity flowmachinegroup
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_flowmachinegroup
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_processstageparameter

Added by: Active Solution Solution

Same as processstageparameter table team_processstageparameter Many-To-One relationship.

Property Value
ReferencingEntity processstageparameter
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_processstageparameter
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_flowsession

Added by: Active Solution Solution

Same as flowsession table team_flowsession Many-To-One relationship.

Property Value
ReferencingEntity flowsession
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_flowsession
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_workflowbinary

Added by: Active Solution Solution

Same as workflowbinary table team_workflowbinary Many-To-One relationship.

Property Value
ReferencingEntity workflowbinary
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_workflowbinary
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_connectionreference

Added by: Active Solution Solution

Same as connectionreference table team_connectionreference Many-To-One relationship.

Property Value
ReferencingEntity connectionreference
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_connectionreference
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aiconfiguration

Added by: Active Solution Solution

Same as msdyn_aiconfiguration table team_msdyn_aiconfiguration Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aiconfiguration
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aiconfiguration
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aimodel

Added by: Active Solution Solution

Same as msdyn_aimodel table team_msdyn_aimodel Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aimodel
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aimodel
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aitemplate

Added by: Active Solution Solution

Same as msdyn_aitemplate table team_msdyn_aitemplate Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aitemplate
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aitemplate
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aifptrainingdocument

Added by: Active Solution Solution

Same as msdyn_aifptrainingdocument table team_msdyn_aifptrainingdocument Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aifptrainingdocument
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aifptrainingdocument
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aiodimage

Added by: Active Solution Solution

Same as msdyn_aiodimage table team_msdyn_aiodimage Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aiodimage
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aiodimage
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aiodlabel

Added by: Active Solution Solution

Same as msdyn_aiodlabel table team_msdyn_aiodlabel Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aiodlabel
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aiodlabel
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aiodtrainingboundingbox

Added by: Active Solution Solution

Same as msdyn_aiodtrainingboundingbox table team_msdyn_aiodtrainingboundingbox Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aiodtrainingboundingbox
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aiodtrainingboundingbox
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aiodtrainingimage

Added by: Active Solution Solution

Same as msdyn_aiodtrainingimage table team_msdyn_aiodtrainingimage Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aiodtrainingimage
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aiodtrainingimage
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aibdataset

Added by: Active Solution Solution

Same as msdyn_aibdataset table team_msdyn_aibdataset Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aibdataset
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aibdataset
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aibdatasetfile

Added by: Active Solution Solution

Same as msdyn_aibdatasetfile table team_msdyn_aibdatasetfile Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aibdatasetfile
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aibdatasetfile
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aibdatasetrecord

Added by: Active Solution Solution

Same as msdyn_aibdatasetrecord table team_msdyn_aibdatasetrecord Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aibdatasetrecord
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aibdatasetrecord
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aibdatasetscontainer

Added by: Active Solution Solution

Same as msdyn_aibdatasetscontainer table team_msdyn_aibdatasetscontainer Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aibdatasetscontainer
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aibdatasetscontainer
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aibfile

Added by: Active Solution Solution

Same as msdyn_aibfile table team_msdyn_aibfile Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aibfile
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aibfile
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_aibfileattacheddata

Added by: Active Solution Solution

Same as msdyn_aibfileattacheddata table team_msdyn_aibfileattacheddata Many-To-One relationship.

Property Value
ReferencingEntity msdyn_aibfileattacheddata
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_aibfileattacheddata
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdynce_botcontent

Added by: Active Solution Solution

Same as msdynce_botcontent table team_msdynce_botcontent Many-To-One relationship.

Property Value
ReferencingEntity msdynce_botcontent
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdynce_botcontent
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_conversationtranscript

Added by: Active Solution Solution

Same as conversationtranscript table team_conversationtranscript Many-To-One relationship.

Property Value
ReferencingEntity conversationtranscript
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_conversationtranscript
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_bot

Added by: Active Solution Solution

Same as bot table team_bot Many-To-One relationship.

Property Value
ReferencingEntity bot
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_bot
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_botcomponent

Added by: Active Solution Solution

Same as botcomponent table team_botcomponent Many-To-One relationship.

Property Value
ReferencingEntity botcomponent
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_botcomponent
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_activityfileattachment

Added by: Activities Patch Solution

Same as activityfileattachment table team_activityfileattachment Many-To-One relationship.

Property Value
ReferencingEntity activityfileattachment
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_activityfileattachment
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_serviceconfiguration

Added by: Active Solution Solution

Same as msdyn_serviceconfiguration table team_msdyn_serviceconfiguration Many-To-One relationship.

Property Value
ReferencingEntity msdyn_serviceconfiguration
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_serviceconfiguration
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_slakpi

Added by: Active Solution Solution

Same as msdyn_slakpi table team_msdyn_slakpi Many-To-One relationship.

Property Value
ReferencingEntity msdyn_slakpi
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_slakpi
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_federatedarticle

Added by: Active Solution Solution

Same as msdyn_federatedarticle table team_msdyn_federatedarticle Many-To-One relationship.

Property Value
ReferencingEntity msdyn_federatedarticle
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_federatedarticle
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_kmfederatedsearchconfig

Added by: Active Solution Solution

Same as msdyn_kmfederatedsearchconfig table team_msdyn_kmfederatedsearchconfig Many-To-One relationship.

Property Value
ReferencingEntity msdyn_kmfederatedsearchconfig
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_kmfederatedsearchconfig
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_knowledgearticleimage

Added by: Active Solution Solution

Same as msdyn_knowledgearticleimage table team_msdyn_knowledgearticleimage Many-To-One relationship.

Property Value
ReferencingEntity msdyn_knowledgearticleimage
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_knowledgearticleimage
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_knowledgeinteractioninsight

Added by: Active Solution Solution

Same as msdyn_knowledgeinteractioninsight table team_msdyn_knowledgeinteractioninsight Many-To-One relationship.

Property Value
ReferencingEntity msdyn_knowledgeinteractioninsight
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_knowledgeinteractioninsight
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_knowledgesearchinsight

Added by: Active Solution Solution

Same as msdyn_knowledgesearchinsight table team_msdyn_knowledgesearchinsight Many-To-One relationship.

Property Value
ReferencingEntity msdyn_knowledgesearchinsight
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_knowledgesearchinsight
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_kalanguagesetting

Added by: Active Solution Solution

Same as msdyn_kalanguagesetting table team_msdyn_kalanguagesetting Many-To-One relationship.

Property Value
ReferencingEntity msdyn_kalanguagesetting
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_kalanguagesetting
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_kbattachment

Added by: Active Solution Solution

Same as msdyn_kbattachment table team_msdyn_kbattachment Many-To-One relationship.

Property Value
ReferencingEntity msdyn_kbattachment
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_kbattachment
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_knowledgearticletemplate

Added by: Active Solution Solution

Same as msdyn_knowledgearticletemplate table team_msdyn_knowledgearticletemplate Many-To-One relationship.

Property Value
ReferencingEntity msdyn_knowledgearticletemplate
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_knowledgearticletemplate
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_knowledgepersonalfilter

Added by: Active Solution Solution

Same as msdyn_knowledgepersonalfilter table team_msdyn_knowledgepersonalfilter Many-To-One relationship.

Property Value
ReferencingEntity msdyn_knowledgepersonalfilter
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_knowledgepersonalfilter
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_knowledgesearchfilter

Added by: Active Solution Solution

Same as msdyn_knowledgesearchfilter table team_msdyn_knowledgesearchfilter Many-To-One relationship.

Property Value
ReferencingEntity msdyn_knowledgesearchfilter
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_knowledgesearchfilter
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_keyvaultreference

Added by: Active Solution Solution

Same as keyvaultreference table team_keyvaultreference Many-To-One relationship.

Property Value
ReferencingEntity keyvaultreference
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_keyvaultreference
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_managedidentity

Added by: Active Solution Solution

Same as managedidentity table team_managedidentity Many-To-One relationship.

Property Value
ReferencingEntity managedidentity
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_managedidentity
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_appnotification

Added by: Active Solution Solution

Same as appnotification table team_appnotification Many-To-One relationship.

Property Value
ReferencingEntity appnotification
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_appnotification
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_richtextfile

Added by: Active Solution Solution

Same as msdyn_richtextfile table team_msdyn_richtextfile Many-To-One relationship.

Property Value
ReferencingEntity msdyn_richtextfile
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName team_msdyn_richtextfile
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_pminferredtask

Added by: Active Solution Solution

Same as msdyn_pminferredtask table team_msdyn_pminferredtask Many-To-One relationship.

Property Value
ReferencingEntity msdyn_pminferredtask
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_pminferredtask
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_pmrecording

Added by: Active Solution Solution

Same as msdyn_pmrecording table team_msdyn_pmrecording Many-To-One relationship.

Property Value
ReferencingEntity msdyn_pmrecording
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_pmrecording
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_analysiscomponent

Added by: Active Solution Solution

Same as msdyn_analysiscomponent table team_msdyn_analysiscomponent Many-To-One relationship.

Property Value
ReferencingEntity msdyn_analysiscomponent
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_analysiscomponent
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_analysisjob

Added by: Active Solution Solution

Same as msdyn_analysisjob table team_msdyn_analysisjob Many-To-One relationship.

Property Value
ReferencingEntity msdyn_analysisjob
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_analysisjob
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_analysisresult

Added by: Active Solution Solution

Same as msdyn_analysisresult table team_msdyn_analysisresult Many-To-One relationship.

Property Value
ReferencingEntity msdyn_analysisresult
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_analysisresult
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_analysisresultdetail

Added by: Active Solution Solution

Same as msdyn_analysisresultdetail table team_msdyn_analysisresultdetail Many-To-One relationship.

Property Value
ReferencingEntity msdyn_analysisresultdetail
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_analysisresultdetail
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_solutionhealthrule

Added by: Active Solution Solution

Same as msdyn_solutionhealthrule table team_msdyn_solutionhealthrule Many-To-One relationship.

Property Value
ReferencingEntity msdyn_solutionhealthrule
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_solutionhealthrule
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

team_msdyn_solutionhealthruleargument

Added by: Active Solution Solution

Same as msdyn_solutionhealthruleargument table team_msdyn_solutionhealthruleargument Many-To-One relationship.

Property Value
ReferencingEntity msdyn_solutionhealthruleargument
ReferencingAttribute owningteam
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName team_msdyn_solutionhealthruleargument
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

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.

knowledgearticle_Teams

See knowledgearticle Table knowledgearticle_Teams One-To-Many relationship.

teamtemplate_Teams

See teamtemplate Table teamtemplate_Teams One-To-Many relationship.

lk_teambase_administratorid

See systemuser Table lk_teambase_administratorid One-To-Many relationship.

processstage_teams

See processstage Table processstage_teams One-To-Many relationship.

lk_teambase_modifiedby

See systemuser Table lk_teambase_modifiedby One-To-Many relationship.

lk_teambase_createdby

See systemuser Table lk_teambase_createdby One-To-Many relationship.

queue_team

See queue Table queue_team One-To-Many relationship.

TransactionCurrency_Team

See transactioncurrency Table TransactionCurrency_Team One-To-Many relationship.

business_unit_teams

See businessunit Table business_unit_teams One-To-Many relationship.

organization_teams

See organization Table organization_teams One-To-Many relationship.

lk_team_modifiedonbehalfby

See systemuser Table lk_team_modifiedonbehalfby One-To-Many relationship.

lk_team_createdonbehalfby

See systemuser Table lk_team_createdonbehalfby One-To-Many relationship.

Many-To-Many Relationships

Relationship details provided where the Team table is the first table in the relationship. Listed by SchemaName.

teamroles_association

IntersectEntityName: teamroles

Table 1

Property Value
IntersectAttribute teamid
IsCustomizable False
LogicalName team
NavigationPropertyName teamroles_association
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

Table 2

Property Value
LogicalName role
IntersectAttribute roleid
NavigationPropertyName teamroles_association
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

teammembership_association

IntersectEntityName: teammembership

Table 1

Property Value
IntersectAttribute teamid
IsCustomizable False
LogicalName team
NavigationPropertyName teammembership_association
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

Table 2

Property Value
LogicalName systemuser
IntersectAttribute systemuserid
NavigationPropertyName teammembership_association
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:

teamprofiles_association

IntersectEntityName: teamprofiles

Table 1

Property Value
IntersectAttribute teamid
IsCustomizable False
LogicalName team
NavigationPropertyName teamprofiles_association
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:

Table 2

Property Value
LogicalName fieldsecurityprofile
IntersectAttribute fieldsecurityprofileid
NavigationPropertyName teamprofiles_association
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:

See also

About the table reference
Web API Reference
team EntityType