Team table/entity reference

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

The following table lists the messages for the Team table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
AddMembersTeam
Event: True
AddMembersTeam AddMembersTeamRequest
ConvertOwnerTeamToAccessTeam
Event: False
ConvertOwnerTeamToAccessTeam ConvertOwnerTeamToAccessTeamRequest
Create
Event: True
POST /teams
See Create
Create records
Delete
Event: True
DELETE /teams(teamid)
See Delete
Delete records
RemoveMembersTeam
Event: True
RemoveMembersTeam RemoveMembersTeamRequest
Retrieve
Event: True
GET /teams(teamid)
See Retrieve
Retrieve records
RetrieveMembersTeam
Event: False
RetrieveMembersTeamRequest
RetrieveMultiple
Event: True
GET /teams
See Query data
Query data
SetParentSystemUser
Event: False
SetParentSystemUser SetParentSystemUserRequest
SetParentBusinessUnit
Event: False
SetParentBusinessUnitRequest
SetParentTeam
Event: False
SetParentTeam SetParentTeamRequest
SyncGroupMembersToTeam
Event: False
SyncGroupMembersToTeam Learn to use messages with the SDK for .NET
Update
Event: True
PATCH /teams(teamid)
See Update
Update records
Upsert
Event: False
PATCH /teams(teamid)
See Upsert a table row
UpsertRequest

Properties

The following table lists selected properties for the Team table.

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

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
Type Lookup
Targets systemuser

AzureActiveDirectoryObjectId

Property Value
Description The object Id for a group.
DisplayName Object Id for a group
IsValidForForm True
IsValidForRead True
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
Type Lookup
Targets businessunit

DelegatedAuthorizationId

Property Value
Description The delegated authorization context for the team.
DisplayName Delegated authorization
IsValidForForm True
IsValidForRead True
LogicalName delegatedauthorizationid
RequiredLevel None
Type Lookup
Targets delegatedauthorization

Description

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

EMailAddress

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

ImportSequenceNumber

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

MembershipType

Property Value
Description
DisplayName Membership Type
IsValidForForm True
IsValidForRead True
LogicalName membershiptype
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName team_membershiptype

MembershipType Choices/Options

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

Name

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

OverriddenCreatedOn

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

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
Type Lookup
Targets queue

RegardingObjectId

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

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
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
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
LogicalName teamtemplateid
RequiredLevel None
Type Lookup
Targets teamtemplate

TeamType

Property Value
Description Select the team type.
DisplayName Team Type
IsValidForForm True
IsValidForRead True
LogicalName teamtype
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName team_type

TeamType Choices/Options

Value Label
0 Owner
1 Access
2 Security Group
3 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
Type Lookup
Targets transactioncurrency

TraversedPath

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

YomiName

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

Read-only columns/attributes

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

CreatedBy

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

CreatedOn

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

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
Type Lookup
Targets systemuser

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
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue 1E-12
Precision 12
SourceTypeMask 0

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
GlobalChoiceName team_isdefault
DefaultValue False
True Label Yes
False Label No

IsSasTokenSet

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName issastokenset
RequiredLevel None
Type Boolean
GlobalChoiceName isencryptedattributevalueset
DefaultValue False
True Label Yes
False Label No

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
Type Lookup
Targets systemuser

ModifiedOn

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

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
Type Lookup
Targets systemuser

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
IsValidForForm False
IsValidForRead True
LogicalName organizationidname
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

SasToken

Property Value
Description Sas Token for Team.
DisplayName Sas Token
IsValidForForm False
IsValidForRead False
LogicalName sastoken
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 50

ShareLinkQualifier

Property Value
Description For internal use only.
DisplayName Share Link Qualifier
IsValidForForm False
IsValidForRead True
LogicalName sharelinkqualifier
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1250

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
GlobalChoiceName team_systemmanaged
DefaultValue False
True Label Yes
False Label No

VersionNumber

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

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

business_unit_teams

One-To-Many Relationship: businessunit business_unit_teams

Property Value
ReferencedEntity businessunit
ReferencedAttribute businessunitid
ReferencingAttribute businessunitid
ReferencingEntityNavigationPropertyName businessunitid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

knowledgearticle_Teams

One-To-Many Relationship: knowledgearticle knowledgearticle_Teams

Property Value
ReferencedEntity knowledgearticle
ReferencedAttribute knowledgearticleid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_knowledgearticle
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: Cascade
RollupView: NoCascade
Share: Cascade
Unshare: Cascade

lk_team_createdonbehalfby

One-To-Many Relationship: systemuser lk_team_createdonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdonbehalfby
ReferencingEntityNavigationPropertyName createdonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_team_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_team_modifiedonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedonbehalfby
ReferencingEntityNavigationPropertyName modifiedonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_teambase_administratorid

One-To-Many Relationship: systemuser lk_teambase_administratorid

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute administratorid
ReferencingEntityNavigationPropertyName administratorid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_teambase_createdby

One-To-Many Relationship: systemuser lk_teambase_createdby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdby
ReferencingEntityNavigationPropertyName createdby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_teambase_modifiedby

One-To-Many Relationship: systemuser lk_teambase_modifiedby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedby
ReferencingEntityNavigationPropertyName modifiedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

organization_teams

One-To-Many Relationship: organization organization_teams

Property Value
ReferencedEntity organization
ReferencedAttribute organizationid
ReferencingAttribute organizationid
ReferencingEntityNavigationPropertyName organizationid_organization
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

processstage_teams

One-To-Many Relationship: processstage processstage_teams

Property Value
ReferencedEntity processstage
ReferencedAttribute processstageid
ReferencingAttribute stageid
ReferencingEntityNavigationPropertyName stageid_processstage
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

queue_team

One-To-Many Relationship: queue queue_team

Property Value
ReferencedEntity queue
ReferencedAttribute queueid
ReferencingAttribute queueid
ReferencingEntityNavigationPropertyName queueid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

team_delegatedauthorization

One-To-Many Relationship: delegatedauthorization team_delegatedauthorization

Property Value
ReferencedEntity delegatedauthorization
ReferencedAttribute delegatedauthorizationid
ReferencingAttribute delegatedauthorizationid
ReferencingEntityNavigationPropertyName delegatedauthorizationid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

teamtemplate_Teams

One-To-Many Relationship: teamtemplate teamtemplate_Teams

Property Value
ReferencedEntity teamtemplate
ReferencedAttribute teamtemplateid
ReferencingAttribute teamtemplateid
ReferencingEntityNavigationPropertyName associatedteamtemplateid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: Cascade
RollupView: NoCascade
Share: Cascade
Unshare: Cascade

TransactionCurrency_Team

One-To-Many Relationship: transactioncurrency TransactionCurrency_Team

Property Value
ReferencedEntity transactioncurrency
ReferencedAttribute transactioncurrencyid
ReferencingAttribute transactioncurrencyid
ReferencingEntityNavigationPropertyName transactioncurrencyid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

These relationships are one-to-many. Listed by SchemaName.

adx_inviteredemption_team_owningteam

Many-To-One Relationship: adx_inviteredemption adx_inviteredemption_team_owningteam

Property Value
ReferencingEntity adx_inviteredemption
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName adx_inviteredemption_team_owningteam
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

adx_portalcomment_team_owningteam

Many-To-One Relationship: adx_portalcomment adx_portalcomment_team_owningteam

Property Value
ReferencingEntity adx_portalcomment
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName adx_portalcomment_team_owningteam
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

chat_team_owningteam

Many-To-One Relationship: chat chat_team_owningteam

Property Value
ReferencingEntity chat
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName chat_team_owningteam
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

ImportFile_Team

Many-To-One Relationship: importfile ImportFile_Team

Property Value
ReferencingEntity importfile
ReferencingAttribute recordsownerid
ReferencedEntityNavigationPropertyName ImportFile_Team
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

OwningTeam_postfollows

Many-To-One Relationship: postfollow OwningTeam_postfollows

Property Value
ReferencingEntity postfollow
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName OwningTeam_postfollows
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_accounts

Many-To-One Relationship: account team_accounts

Property Value
ReferencingEntity account
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_accounts
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_activity

Many-To-One Relationship: activitypointer team_activity

Property Value
ReferencingEntity activitypointer
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_activity
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_activityfileattachment

Many-To-One Relationship: activityfileattachment team_activityfileattachment

Property Value
ReferencingEntity activityfileattachment
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_activityfileattachment
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_adx_invitation

Many-To-One Relationship: adx_invitation team_adx_invitation

Property Value
ReferencingEntity adx_invitation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_adx_invitation
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_adx_setting

Many-To-One Relationship: adx_setting team_adx_setting

Property Value
ReferencingEntity adx_setting
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_adx_setting
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aiplugin

Many-To-One Relationship: aiplugin team_aiplugin

Property Value
ReferencingEntity aiplugin
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aiplugin
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginauth

Many-To-One Relationship: aipluginauth team_aipluginauth

Property Value
ReferencingEntity aipluginauth
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginauth
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginconversationstarter

Many-To-One Relationship: aipluginconversationstarter team_aipluginconversationstarter

Property Value
ReferencingEntity aipluginconversationstarter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginconversationstarter
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginconversationstartermapping

Many-To-One Relationship: aipluginconversationstartermapping team_aipluginconversationstartermapping

Property Value
ReferencingEntity aipluginconversationstartermapping
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginconversationstartermapping
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginexternalschema

Many-To-One Relationship: aipluginexternalschema team_aipluginexternalschema

Property Value
ReferencingEntity aipluginexternalschema
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginexternalschema
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginexternalschemaproperty

Many-To-One Relationship: aipluginexternalschemaproperty team_aipluginexternalschemaproperty

Property Value
ReferencingEntity aipluginexternalschemaproperty
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginexternalschemaproperty
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aiplugingovernance

Many-To-One Relationship: aiplugingovernance team_aiplugingovernance

Property Value
ReferencingEntity aiplugingovernance
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aiplugingovernance
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aiplugingovernanceext

Many-To-One Relationship: aiplugingovernanceext team_aiplugingovernanceext

Property Value
ReferencingEntity aiplugingovernanceext
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aiplugingovernanceext
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aiplugininstance

Many-To-One Relationship: aiplugininstance team_aiplugininstance

Property Value
ReferencingEntity aiplugininstance
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aiplugininstance
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginoperation

Many-To-One Relationship: aipluginoperation team_aipluginoperation

Property Value
ReferencingEntity aipluginoperation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginoperation
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginoperationparameter

Many-To-One Relationship: aipluginoperationparameter team_aipluginoperationparameter

Property Value
ReferencingEntity aipluginoperationparameter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginoperationparameter
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginoperationresponsetemplate

Many-To-One Relationship: aipluginoperationresponsetemplate team_aipluginoperationresponsetemplate

Property Value
ReferencingEntity aipluginoperationresponsetemplate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginoperationresponsetemplate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_aipluginusersetting

Many-To-One Relationship: aipluginusersetting team_aipluginusersetting

Property Value
ReferencingEntity aipluginusersetting
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_aipluginusersetting
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_annotations

Many-To-One Relationship: annotation team_annotations

Property Value
ReferencingEntity annotation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_annotations
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_appnotification

Many-To-One Relationship: appnotification team_appnotification

Property Value
ReferencingEntity appnotification
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_appnotification
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_appointment

Many-To-One Relationship: appointment team_appointment

Property Value
ReferencingEntity appointment
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_appointment
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_asyncoperation

Many-To-One Relationship: asyncoperation team_asyncoperation

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_asyncoperation
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Team_AsyncOperations

Many-To-One Relationship: asyncoperation Team_AsyncOperations

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName Team_AsyncOperations
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_bot

Many-To-One Relationship: bot team_bot

Property Value
ReferencingEntity bot
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_bot
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_botcomponent

Many-To-One Relationship: botcomponent team_botcomponent

Property Value
ReferencingEntity botcomponent
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_botcomponent
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_botcomponentcollection

Many-To-One Relationship: botcomponentcollection team_botcomponentcollection

Property Value
ReferencingEntity botcomponentcollection
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_botcomponentcollection
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Team_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure Team_BulkDeleteFailures

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName Team_BulkDeleteFailures
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_card

Many-To-One Relationship: card team_card

Property Value
ReferencingEntity card
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_card
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_componentversion

Many-To-One Relationship: componentversion team_componentversion

Property Value
ReferencingEntity componentversion
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_componentversion
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label: Versions
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_connectioninstance

Many-To-One Relationship: connectioninstance team_connectioninstance

Property Value
ReferencingEntity connectioninstance
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_connectioninstance
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_connectionreference

Many-To-One Relationship: connectionreference team_connectionreference

Property Value
ReferencingEntity connectionreference
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_connectionreference
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_connections1

Many-To-One Relationship: connection team_connections1

Property Value
ReferencingEntity connection
ReferencingAttribute record1id
ReferencedEntityNavigationPropertyName team_connections1
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 100
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_connections2

Many-To-One Relationship: connection team_connections2

Property Value
ReferencingEntity connection
ReferencingAttribute record2id
ReferencedEntityNavigationPropertyName team_connections2
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order: 100
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_connector

Many-To-One Relationship: connector team_connector

Property Value
ReferencingEntity connector
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_connector
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_contacts

Many-To-One Relationship: contact team_contacts

Property Value
ReferencingEntity contact
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_contacts
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_conversationtranscript

Many-To-One Relationship: conversationtranscript team_conversationtranscript

Property Value
ReferencingEntity conversationtranscript
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_conversationtranscript
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_copilotglossaryterm

Many-To-One Relationship: copilotglossaryterm team_copilotglossaryterm

Property Value
ReferencingEntity copilotglossaryterm
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_copilotglossaryterm
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_copilotsynonyms

Many-To-One Relationship: copilotsynonyms team_copilotsynonyms

Property Value
ReferencingEntity copilotsynonyms
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_copilotsynonyms
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_credential

Many-To-One Relationship: credential team_credential

Property Value
ReferencingEntity credential
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_credential
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_customapi

Many-To-One Relationship: customapi team_customapi

Property Value
ReferencingEntity customapi
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_customapi
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_datalakefolder

Many-To-One Relationship: datalakefolder team_datalakefolder

Property Value
ReferencingEntity datalakefolder
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_datalakefolder
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_desktopflowbinary

Many-To-One Relationship: desktopflowbinary team_desktopflowbinary

Property Value
ReferencingEntity desktopflowbinary
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_desktopflowbinary
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_desktopflowmodule

Many-To-One Relationship: desktopflowmodule team_desktopflowmodule

Property Value
ReferencingEntity desktopflowmodule
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_desktopflowmodule
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Team_DuplicateBaseRecord

Many-To-One Relationship: duplicaterecord Team_DuplicateBaseRecord

Property Value
ReferencingEntity duplicaterecord
ReferencingAttribute baserecordid
ReferencedEntityNavigationPropertyName Team_DuplicateBaseRecord
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Team_DuplicateMatchingRecord

Many-To-One Relationship: duplicaterecord Team_DuplicateMatchingRecord

Property Value
ReferencingEntity duplicaterecord
ReferencingAttribute duplicaterecordid
ReferencedEntityNavigationPropertyName Team_DuplicateMatchingRecord
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_DuplicateRules

Many-To-One Relationship: duplicaterule team_DuplicateRules

Property Value
ReferencingEntity duplicaterule
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_DuplicateRules
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_dvfilesearch

Many-To-One Relationship: dvfilesearch team_dvfilesearch

Property Value
ReferencingEntity dvfilesearch
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_dvfilesearch
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_dvfilesearchattribute

Many-To-One Relationship: dvfilesearchattribute team_dvfilesearchattribute

Property Value
ReferencingEntity dvfilesearchattribute
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_dvfilesearchattribute
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_dvfilesearchentity

Many-To-One Relationship: dvfilesearchentity team_dvfilesearchentity

Property Value
ReferencingEntity dvfilesearchentity
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_dvfilesearchentity
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_dvtablesearch

Many-To-One Relationship: dvtablesearch team_dvtablesearch

Property Value
ReferencingEntity dvtablesearch
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_dvtablesearch
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_dvtablesearchattribute

Many-To-One Relationship: dvtablesearchattribute team_dvtablesearchattribute

Property Value
ReferencingEntity dvtablesearchattribute
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_dvtablesearchattribute
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_dvtablesearchentity

Many-To-One Relationship: dvtablesearchentity team_dvtablesearchentity

Property Value
ReferencingEntity dvtablesearchentity
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_dvtablesearchentity
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_email

Many-To-One Relationship: email team_email

Property Value
ReferencingEntity email
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_email
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_email_templates

Many-To-One Relationship: template team_email_templates

Property Value
ReferencingEntity template
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_email_templates
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_emailserverprofile

Many-To-One Relationship: emailserverprofile team_emailserverprofile

Property Value
ReferencingEntity emailserverprofile
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_emailserverprofile
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_environmentvariabledefinition

Many-To-One Relationship: environmentvariabledefinition team_environmentvariabledefinition

Property Value
ReferencingEntity environmentvariabledefinition
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_environmentvariabledefinition
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_environmentvariablevalue

Many-To-One Relationship: environmentvariablevalue team_environmentvariablevalue

Property Value
ReferencingEntity environmentvariablevalue
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_environmentvariablevalue
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_exchangesyncidmapping

Many-To-One Relationship: exchangesyncidmapping team_exchangesyncidmapping

Property Value
ReferencingEntity exchangesyncidmapping
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_exchangesyncidmapping
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_exportedexcel

Many-To-One Relationship: exportedexcel team_exportedexcel

Property Value
ReferencingEntity exportedexcel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_exportedexcel
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_exportsolutionupload

Many-To-One Relationship: exportsolutionupload team_exportsolutionupload

Property Value
ReferencingEntity exportsolutionupload
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_exportsolutionupload
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_fabricaiskill

Many-To-One Relationship: fabricaiskill team_fabricaiskill

Property Value
ReferencingEntity fabricaiskill
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_fabricaiskill
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_fax

Many-To-One Relationship: fax team_fax

Property Value
ReferencingEntity fax
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_fax
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_featurecontrolsetting

Many-To-One Relationship: featurecontrolsetting team_featurecontrolsetting

Property Value
ReferencingEntity featurecontrolsetting
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_featurecontrolsetting
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_federatedknowledgeconfiguration

Many-To-One Relationship: federatedknowledgeconfiguration team_federatedknowledgeconfiguration

Property Value
ReferencingEntity federatedknowledgeconfiguration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_federatedknowledgeconfiguration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_federatedknowledgeentityconfiguration

Many-To-One Relationship: federatedknowledgeentityconfiguration team_federatedknowledgeentityconfiguration

Property Value
ReferencingEntity federatedknowledgeentityconfiguration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_federatedknowledgeentityconfiguration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowcapacityassignment

Many-To-One Relationship: flowcapacityassignment team_flowcapacityassignment

Property Value
ReferencingEntity flowcapacityassignment
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowcapacityassignment
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowcredentialapplication

Many-To-One Relationship: flowcredentialapplication team_flowcredentialapplication

Property Value
ReferencingEntity flowcredentialapplication
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowcredentialapplication
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowevent

Many-To-One Relationship: flowevent team_flowevent

Property Value
ReferencingEntity flowevent
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowevent
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowmachine

Many-To-One Relationship: flowmachine team_flowmachine

Property Value
ReferencingEntity flowmachine
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowmachine
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowmachinegroup

Many-To-One Relationship: flowmachinegroup team_flowmachinegroup

Property Value
ReferencingEntity flowmachinegroup
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowmachinegroup
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowmachineimage

Many-To-One Relationship: flowmachineimage team_flowmachineimage

Property Value
ReferencingEntity flowmachineimage
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowmachineimage
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowmachineimageversion

Many-To-One Relationship: flowmachineimageversion team_flowmachineimageversion

Property Value
ReferencingEntity flowmachineimageversion
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowmachineimageversion
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowmachinenetwork

Many-To-One Relationship: flowmachinenetwork team_flowmachinenetwork

Property Value
ReferencingEntity flowmachinenetwork
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowmachinenetwork
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowrun

Many-To-One Relationship: flowrun team_flowrun

Property Value
ReferencingEntity flowrun
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowrun
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_flowsession

Many-To-One Relationship: flowsession team_flowsession

Property Value
ReferencingEntity flowsession
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_flowsession
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_fxexpression

Many-To-One Relationship: fxexpression team_fxexpression

Property Value
ReferencingEntity fxexpression
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_fxexpression
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_goal

Many-To-One Relationship: goal team_goal

Property Value
ReferencingEntity goal
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_goal
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_goal_goalowner

Many-To-One Relationship: goal team_goal_goalowner

Property Value
ReferencingEntity goal
ReferencingAttribute goalownerid
ReferencedEntityNavigationPropertyName team_goal_goalowner
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 110
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_goalrollupquery

Many-To-One Relationship: goalrollupquery team_goalrollupquery

Property Value
ReferencingEntity goalrollupquery
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_goalrollupquery
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_ImportData

Many-To-One Relationship: importdata team_ImportData

Property Value
ReferencingEntity importdata
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_ImportData
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_ImportFiles

Many-To-One Relationship: importfile team_ImportFiles

Property Value
ReferencingEntity importfile
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_ImportFiles
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_ImportLogs

Many-To-One Relationship: importlog team_ImportLogs

Property Value
ReferencingEntity importlog
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_ImportLogs
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_ImportMaps

Many-To-One Relationship: importmap team_ImportMaps

Property Value
ReferencingEntity importmap
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_ImportMaps
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_Imports

Many-To-One Relationship: import team_Imports

Property Value
ReferencingEntity import
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_Imports
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_interactionforemail

Many-To-One Relationship: interactionforemail team_interactionforemail

Property Value
ReferencingEntity interactionforemail
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_new_interactionforemail
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_keyvaultreference

Many-To-One Relationship: keyvaultreference team_keyvaultreference

Property Value
ReferencingEntity keyvaultreference
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_keyvaultreference
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_knowledgearticle

Many-To-One Relationship: knowledgearticle team_knowledgearticle

Property Value
ReferencingEntity knowledgearticle
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_knowledgearticle
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_letter

Many-To-One Relationship: letter team_letter

Property Value
ReferencingEntity letter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_letter
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_mailbox

Many-To-One Relationship: mailbox team_mailbox

Property Value
ReferencingEntity mailbox
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_mailbox
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_mailboxtrackingfolder

Many-To-One Relationship: mailboxtrackingfolder team_mailboxtrackingfolder

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_mailboxtrackingfolder
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_managedidentity

Many-To-One Relationship: managedidentity team_managedidentity

Property Value
ReferencingEntity managedidentity
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_managedidentity
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibdataset

Many-To-One Relationship: msdyn_aibdataset team_msdyn_aibdataset

Property Value
ReferencingEntity msdyn_aibdataset
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibdataset
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibdatasetfile

Many-To-One Relationship: msdyn_aibdatasetfile team_msdyn_aibdatasetfile

Property Value
ReferencingEntity msdyn_aibdatasetfile
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibdatasetfile
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibdatasetrecord

Many-To-One Relationship: msdyn_aibdatasetrecord team_msdyn_aibdatasetrecord

Property Value
ReferencingEntity msdyn_aibdatasetrecord
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibdatasetrecord
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibdatasetscontainer

Many-To-One Relationship: msdyn_aibdatasetscontainer team_msdyn_aibdatasetscontainer

Property Value
ReferencingEntity msdyn_aibdatasetscontainer
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibdatasetscontainer
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibfeedbackloop

Many-To-One Relationship: msdyn_aibfeedbackloop team_msdyn_aibfeedbackloop

Property Value
ReferencingEntity msdyn_aibfeedbackloop
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibfeedbackloop
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibfile

Many-To-One Relationship: msdyn_aibfile team_msdyn_aibfile

Property Value
ReferencingEntity msdyn_aibfile
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibfile
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aibfileattacheddata

Many-To-One Relationship: msdyn_aibfileattacheddata team_msdyn_aibfileattacheddata

Property Value
ReferencingEntity msdyn_aibfileattacheddata
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aibfileattacheddata
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aievent

Many-To-One Relationship: msdyn_aievent team_msdyn_aievent

Property Value
ReferencingEntity msdyn_aievent
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aievent
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aifptrainingdocument

Many-To-One Relationship: msdyn_aifptrainingdocument team_msdyn_aifptrainingdocument

Property Value
ReferencingEntity msdyn_aifptrainingdocument
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aifptrainingdocument
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aimodel

Many-To-One Relationship: msdyn_aimodel team_msdyn_aimodel

Property Value
ReferencingEntity msdyn_aimodel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aimodel
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aiodimage

Many-To-One Relationship: msdyn_aiodimage team_msdyn_aiodimage

Property Value
ReferencingEntity msdyn_aiodimage
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aiodimage
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aiodlabel

Many-To-One Relationship: msdyn_aiodlabel team_msdyn_aiodlabel

Property Value
ReferencingEntity msdyn_aiodlabel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aiodlabel
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aiodtrainingboundingbox

Many-To-One Relationship: msdyn_aiodtrainingboundingbox team_msdyn_aiodtrainingboundingbox

Property Value
ReferencingEntity msdyn_aiodtrainingboundingbox
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aiodtrainingboundingbox
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aiodtrainingimage

Many-To-One Relationship: msdyn_aiodtrainingimage team_msdyn_aiodtrainingimage

Property Value
ReferencingEntity msdyn_aiodtrainingimage
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aiodtrainingimage
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_aitemplate

Many-To-One Relationship: msdyn_aitemplate team_msdyn_aitemplate

Property Value
ReferencingEntity msdyn_aitemplate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_aitemplate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_analysiscomponent

Many-To-One Relationship: msdyn_analysiscomponent team_msdyn_analysiscomponent

Property Value
ReferencingEntity msdyn_analysiscomponent
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_analysiscomponent
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_analysisjob

Many-To-One Relationship: msdyn_analysisjob team_msdyn_analysisjob

Property Value
ReferencingEntity msdyn_analysisjob
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_analysisjob
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_analysisoverride

Many-To-One Relationship: msdyn_analysisoverride team_msdyn_analysisoverride

Property Value
ReferencingEntity msdyn_analysisoverride
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_analysisoverride
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_analysisresult

Many-To-One Relationship: msdyn_analysisresult team_msdyn_analysisresult

Property Value
ReferencingEntity msdyn_analysisresult
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_analysisresult
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_analysisresultdetail

Many-To-One Relationship: msdyn_analysisresultdetail team_msdyn_analysisresultdetail

Property Value
ReferencingEntity msdyn_analysisresultdetail
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_analysisresultdetail
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_customcontrolextendedsettings

Many-To-One Relationship: msdyn_customcontrolextendedsettings team_msdyn_customcontrolextendedsettings

Property Value
ReferencingEntity msdyn_customcontrolextendedsettings
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_customcontrolextendedsettings
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dataflow

Many-To-One Relationship: msdyn_dataflow team_msdyn_dataflow

Property Value
ReferencingEntity msdyn_dataflow
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dataflow
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dataflow_datalakefolder

Many-To-One Relationship: msdyn_dataflow_datalakefolder team_msdyn_dataflow_datalakefolder

Property Value
ReferencingEntity msdyn_dataflow_datalakefolder
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dataflow_datalakefolder
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dataflowconnectionreference

Many-To-One Relationship: msdyn_dataflowconnectionreference team_msdyn_dataflowconnectionreference

Property Value
ReferencingEntity msdyn_dataflowconnectionreference
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dataflowconnectionreference
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dataflowrefreshhistory

Many-To-One Relationship: msdyn_dataflowrefreshhistory team_msdyn_dataflowrefreshhistory

Property Value
ReferencingEntity msdyn_dataflowrefreshhistory
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dataflowrefreshhistory
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dataflowtemplate

Many-To-One Relationship: msdyn_dataflowtemplate team_msdyn_dataflowtemplate

Property Value
ReferencingEntity msdyn_dataflowtemplate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dataflowtemplate
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dmsrequest

Many-To-One Relationship: msdyn_dmsrequest team_msdyn_dmsrequest

Property Value
ReferencingEntity msdyn_dmsrequest
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dmsrequest
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dmsrequeststatus

Many-To-One Relationship: msdyn_dmsrequeststatus team_msdyn_dmsrequeststatus

Property Value
ReferencingEntity msdyn_dmsrequeststatus
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dmsrequeststatus
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dmssyncrequest

Many-To-One Relationship: msdyn_dmssyncrequest team_msdyn_dmssyncrequest

Property Value
ReferencingEntity msdyn_dmssyncrequest
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dmssyncrequest
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_dmssyncstatus

Many-To-One Relationship: msdyn_dmssyncstatus team_msdyn_dmssyncstatus

Property Value
ReferencingEntity msdyn_dmssyncstatus
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_dmssyncstatus
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_entitylinkchatconfiguration

Many-To-One Relationship: msdyn_entitylinkchatconfiguration team_msdyn_entitylinkchatconfiguration

Property Value
ReferencingEntity msdyn_entitylinkchatconfiguration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_entitylinkchatconfiguration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_entityrefreshhistory

Many-To-One Relationship: msdyn_entityrefreshhistory team_msdyn_entityrefreshhistory

Property Value
ReferencingEntity msdyn_entityrefreshhistory
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_entityrefreshhistory
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_favoriteknowledgearticle

Many-To-One Relationship: msdyn_favoriteknowledgearticle team_msdyn_favoriteknowledgearticle

Property Value
ReferencingEntity msdyn_favoriteknowledgearticle
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_favoriteknowledgearticle
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_federatedarticle

Many-To-One Relationship: msdyn_federatedarticle team_msdyn_federatedarticle

Property Value
ReferencingEntity msdyn_federatedarticle
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_federatedarticle
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_fileupload

Many-To-One Relationship: msdyn_fileupload team_msdyn_fileupload

Property Value
ReferencingEntity msdyn_fileupload
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_fileupload
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_actionapprovalmodel

Many-To-One Relationship: msdyn_flow_actionapprovalmodel team_msdyn_flow_actionapprovalmodel

Property Value
ReferencingEntity msdyn_flow_actionapprovalmodel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_actionapprovalmodel
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_approval

Many-To-One Relationship: msdyn_flow_approval team_msdyn_flow_approval

Property Value
ReferencingEntity msdyn_flow_approval
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_approval
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_approvalrequest

Many-To-One Relationship: msdyn_flow_approvalrequest team_msdyn_flow_approvalrequest

Property Value
ReferencingEntity msdyn_flow_approvalrequest
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_approvalrequest
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_approvalresponse

Many-To-One Relationship: msdyn_flow_approvalresponse team_msdyn_flow_approvalresponse

Property Value
ReferencingEntity msdyn_flow_approvalresponse
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_approvalresponse
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_approvalstep

Many-To-One Relationship: msdyn_flow_approvalstep team_msdyn_flow_approvalstep

Property Value
ReferencingEntity msdyn_flow_approvalstep
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_approvalstep
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_awaitallactionapprovalmodel

Many-To-One Relationship: msdyn_flow_awaitallactionapprovalmodel team_msdyn_flow_awaitallactionapprovalmodel

Property Value
ReferencingEntity msdyn_flow_awaitallactionapprovalmodel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_awaitallactionapprovalmodel
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_awaitallapprovalmodel

Many-To-One Relationship: msdyn_flow_awaitallapprovalmodel team_msdyn_flow_awaitallapprovalmodel

Property Value
ReferencingEntity msdyn_flow_awaitallapprovalmodel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_awaitallapprovalmodel
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_basicapprovalmodel

Many-To-One Relationship: msdyn_flow_basicapprovalmodel team_msdyn_flow_basicapprovalmodel

Property Value
ReferencingEntity msdyn_flow_basicapprovalmodel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_basicapprovalmodel
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_flow_flowapproval

Many-To-One Relationship: msdyn_flow_flowapproval team_msdyn_flow_flowapproval

Property Value
ReferencingEntity msdyn_flow_flowapproval
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_flow_flowapproval
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_formmapping

Many-To-One Relationship: msdyn_formmapping team_msdyn_formmapping

Property Value
ReferencingEntity msdyn_formmapping
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_formmapping
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_integratedsearchprovider

Many-To-One Relationship: msdyn_integratedsearchprovider team_msdyn_integratedsearchprovider

Property Value
ReferencingEntity msdyn_integratedsearchprovider
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_integratedsearchprovider
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_kalanguagesetting

Many-To-One Relationship: msdyn_kalanguagesetting team_msdyn_kalanguagesetting

Property Value
ReferencingEntity msdyn_kalanguagesetting
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_kalanguagesetting
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_kbattachment

Many-To-One Relationship: msdyn_kbattachment team_msdyn_kbattachment

Property Value
ReferencingEntity msdyn_kbattachment
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_kbattachment
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_kmfederatedsearchconfig

Many-To-One Relationship: msdyn_kmfederatedsearchconfig team_msdyn_kmfederatedsearchconfig

Property Value
ReferencingEntity msdyn_kmfederatedsearchconfig
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_kmfederatedsearchconfig
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgearticleimage

Many-To-One Relationship: msdyn_knowledgearticleimage team_msdyn_knowledgearticleimage

Property Value
ReferencingEntity msdyn_knowledgearticleimage
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgearticleimage
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgearticletemplate

Many-To-One Relationship: msdyn_knowledgearticletemplate team_msdyn_knowledgearticletemplate

Property Value
ReferencingEntity msdyn_knowledgearticletemplate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgearticletemplate
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgeassetconfiguration

Many-To-One Relationship: msdyn_knowledgeassetconfiguration team_msdyn_knowledgeassetconfiguration

Property Value
ReferencingEntity msdyn_knowledgeassetconfiguration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgeassetconfiguration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgeinteractioninsight

Many-To-One Relationship: msdyn_knowledgeinteractioninsight team_msdyn_knowledgeinteractioninsight

Property Value
ReferencingEntity msdyn_knowledgeinteractioninsight
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgeinteractioninsight
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgemanagementsetting

Many-To-One Relationship: msdyn_knowledgemanagementsetting team_msdyn_knowledgemanagementsetting

Property Value
ReferencingEntity msdyn_knowledgemanagementsetting
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgemanagementsetting
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgepersonalfilter

Many-To-One Relationship: msdyn_knowledgepersonalfilter team_msdyn_knowledgepersonalfilter

Property Value
ReferencingEntity msdyn_knowledgepersonalfilter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgepersonalfilter
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgesearchfilter

Many-To-One Relationship: msdyn_knowledgesearchfilter team_msdyn_knowledgesearchfilter

Property Value
ReferencingEntity msdyn_knowledgesearchfilter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgesearchfilter
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_knowledgesearchinsight

Many-To-One Relationship: msdyn_knowledgesearchinsight team_msdyn_knowledgesearchinsight

Property Value
ReferencingEntity msdyn_knowledgesearchinsight
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_knowledgesearchinsight
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_mobileapp

Many-To-One Relationship: msdyn_mobileapp team_msdyn_mobileapp

Property Value
ReferencingEntity msdyn_mobileapp
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_mobileapp
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmanalysishistory

Many-To-One Relationship: msdyn_pmanalysishistory team_msdyn_pmanalysishistory

Property Value
ReferencingEntity msdyn_pmanalysishistory
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmanalysishistory
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmbusinessruleautomationconfig

Many-To-One Relationship: msdyn_pmbusinessruleautomationconfig team_msdyn_pmbusinessruleautomationconfig

Property Value
ReferencingEntity msdyn_pmbusinessruleautomationconfig
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmbusinessruleautomationconfig
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmcalendar

Many-To-One Relationship: msdyn_pmcalendar team_msdyn_pmcalendar

Property Value
ReferencingEntity msdyn_pmcalendar
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmcalendar
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmcalendarversion

Many-To-One Relationship: msdyn_pmcalendarversion team_msdyn_pmcalendarversion

Property Value
ReferencingEntity msdyn_pmcalendarversion
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmcalendarversion
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pminferredtask

Many-To-One Relationship: msdyn_pminferredtask team_msdyn_pminferredtask

Property Value
ReferencingEntity msdyn_pminferredtask
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pminferredtask
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmprocessextendedmetadataversion

Many-To-One Relationship: msdyn_pmprocessextendedmetadataversion team_msdyn_pmprocessextendedmetadataversion

Property Value
ReferencingEntity msdyn_pmprocessextendedmetadataversion
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmprocessextendedmetadataversion
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmprocesstemplate

Many-To-One Relationship: msdyn_pmprocesstemplate team_msdyn_pmprocesstemplate

Property Value
ReferencingEntity msdyn_pmprocesstemplate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmprocesstemplate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmprocessusersettings

Many-To-One Relationship: msdyn_pmprocessusersettings team_msdyn_pmprocessusersettings

Property Value
ReferencingEntity msdyn_pmprocessusersettings
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmprocessusersettings
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmprocessversion

Many-To-One Relationship: msdyn_pmprocessversion team_msdyn_pmprocessversion

Property Value
ReferencingEntity msdyn_pmprocessversion
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmprocessversion
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmrecording

Many-To-One Relationship: msdyn_pmrecording team_msdyn_pmrecording

Property Value
ReferencingEntity msdyn_pmrecording
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmrecording
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmsimulation

Many-To-One Relationship: msdyn_pmsimulation team_msdyn_pmsimulation

Property Value
ReferencingEntity msdyn_pmsimulation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmsimulation
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmtemplate

Many-To-One Relationship: msdyn_pmtemplate team_msdyn_pmtemplate

Property Value
ReferencingEntity msdyn_pmtemplate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmtemplate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_pmview

Many-To-One Relationship: msdyn_pmview team_msdyn_pmview

Property Value
ReferencingEntity msdyn_pmview
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_pmview
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_richtextfile

Many-To-One Relationship: msdyn_richtextfile team_msdyn_richtextfile

Property Value
ReferencingEntity msdyn_richtextfile
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_richtextfile
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_salesforcestructuredobject

Many-To-One Relationship: msdyn_salesforcestructuredobject team_msdyn_salesforcestructuredobject

Property Value
ReferencingEntity msdyn_salesforcestructuredobject
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_salesforcestructuredobject
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_salesforcestructuredqnaconfig

Many-To-One Relationship: msdyn_salesforcestructuredqnaconfig team_msdyn_salesforcestructuredqnaconfig

Property Value
ReferencingEntity msdyn_salesforcestructuredqnaconfig
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_salesforcestructuredqnaconfig
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_schedule

Many-To-One Relationship: msdyn_schedule team_msdyn_schedule

Property Value
ReferencingEntity msdyn_schedule
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_schedule
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_serviceconfiguration

Many-To-One Relationship: msdyn_serviceconfiguration team_msdyn_serviceconfiguration

Property Value
ReferencingEntity msdyn_serviceconfiguration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_serviceconfiguration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_slakpi

Many-To-One Relationship: msdyn_slakpi team_msdyn_slakpi

Property Value
ReferencingEntity msdyn_slakpi
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_slakpi
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_solutionhealthrule

Many-To-One Relationship: msdyn_solutionhealthrule team_msdyn_solutionhealthrule

Property Value
ReferencingEntity msdyn_solutionhealthrule
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_solutionhealthrule
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_solutionhealthruleargument

Many-To-One Relationship: msdyn_solutionhealthruleargument team_msdyn_solutionhealthruleargument

Property Value
ReferencingEntity msdyn_solutionhealthruleargument
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_solutionhealthruleargument
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdyn_virtualtablecolumncandidate

Many-To-One Relationship: msdyn_virtualtablecolumncandidate team_msdyn_virtualtablecolumncandidate

Property Value
ReferencingEntity msdyn_virtualtablecolumncandidate
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdyn_virtualtablecolumncandidate
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_msdynce_botcontent

Many-To-One Relationship: msdynce_botcontent team_msdynce_botcontent

Property Value
ReferencingEntity msdynce_botcontent
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_msdynce_botcontent
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_mspcat_catalogsubmissionfiles

Many-To-One Relationship: mspcat_catalogsubmissionfiles team_mspcat_catalogsubmissionfiles

Property Value
ReferencingEntity mspcat_catalogsubmissionfiles
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_mspcat_catalogsubmissionfiles
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_mspcat_packagestore

Many-To-One Relationship: mspcat_packagestore team_mspcat_packagestore

Property Value
ReferencingEntity mspcat_packagestore
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_mspcat_packagestore
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_nlsqregistration

Many-To-One Relationship: nlsqregistration team_nlsqregistration

Property Value
ReferencingEntity nlsqregistration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_nlsqregistration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_phonecall

Many-To-One Relationship: phonecall team_phonecall

Property Value
ReferencingEntity phonecall
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_phonecall
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_plannerbusinessscenario

Many-To-One Relationship: plannerbusinessscenario team_plannerbusinessscenario

Property Value
ReferencingEntity plannerbusinessscenario
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_plannerbusinessscenario
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_plannersyncaction

Many-To-One Relationship: plannersyncaction team_plannersyncaction

Property Value
ReferencingEntity plannersyncaction
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_plannersyncaction
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_PostRegardings

Many-To-One Relationship: postregarding team_PostRegardings

Property Value
ReferencingEntity postregarding
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName team_PostRegardings
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerbidataset

Many-To-One Relationship: powerbidataset team_powerbidataset

Property Value
ReferencingEntity powerbidataset
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerbidataset
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerbidatasetapdx

Many-To-One Relationship: powerbidatasetapdx team_powerbidatasetapdx

Property Value
ReferencingEntity powerbidatasetapdx
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerbidatasetapdx
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerbimashupparameter

Many-To-One Relationship: powerbimashupparameter team_powerbimashupparameter

Property Value
ReferencingEntity powerbimashupparameter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerbimashupparameter
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerbireport

Many-To-One Relationship: powerbireport team_powerbireport

Property Value
ReferencingEntity powerbireport
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerbireport
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerbireportapdx

Many-To-One Relationship: powerbireportapdx team_powerbireportapdx

Property Value
ReferencingEntity powerbireportapdx
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerbireportapdx
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerfxrule

Many-To-One Relationship: powerfxrule team_powerfxrule

Property Value
ReferencingEntity powerfxrule
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerfxrule
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerpagecomponent

Many-To-One Relationship: powerpagecomponent team_powerpagecomponent

Property Value
ReferencingEntity powerpagecomponent
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerpagecomponent
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerpagesite

Many-To-One Relationship: powerpagesite team_powerpagesite

Property Value
ReferencingEntity powerpagesite
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerpagesite
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerpagesitelanguage

Many-To-One Relationship: powerpagesitelanguage team_powerpagesitelanguage

Property Value
ReferencingEntity powerpagesitelanguage
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerpagesitelanguage
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerpagesitepublished

Many-To-One Relationship: powerpagesitepublished team_powerpagesitepublished

Property Value
ReferencingEntity powerpagesitepublished
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerpagesitepublished
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerpageslog

Many-To-One Relationship: powerpageslog team_powerpageslog

Property Value
ReferencingEntity powerpageslog
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerpageslog
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_powerpagesscanreport

Many-To-One Relationship: powerpagesscanreport team_powerpagesscanreport

Property Value
ReferencingEntity powerpagesscanreport
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_powerpagesscanreport
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_principalobjectattributeaccess

Many-To-One Relationship: principalobjectattributeaccess team_principalobjectattributeaccess

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName team_principalobjectattributeaccess
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_principalobjectattributeaccess_principalid

Many-To-One Relationship: principalobjectattributeaccess team_principalobjectattributeaccess_principalid

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute principalid
ReferencedEntityNavigationPropertyName team_principalobjectattributeaccess_principalid
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_privilegecheckerrun

Many-To-One Relationship: privilegecheckerrun team_privilegecheckerrun

Property Value
ReferencingEntity privilegecheckerrun
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_privilegecheckerrun
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_processsession

Many-To-One Relationship: processsession team_processsession

Property Value
ReferencingEntity processsession
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_processsession
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Team_ProcessSessions

Many-To-One Relationship: processsession Team_ProcessSessions

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName Team_ProcessSessions
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 110
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_processstageparameter

Many-To-One Relationship: processstageparameter team_processstageparameter

Property Value
ReferencingEntity processstageparameter
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_processstageparameter
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_queueitembase_workerid

Many-To-One Relationship: queueitem team_queueitembase_workerid

Property Value
ReferencingEntity queueitem
ReferencingAttribute workerid
ReferencedEntityNavigationPropertyName team_queueitembase_workerid
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_recentlyused

Many-To-One Relationship: recentlyused team_recentlyused

Property Value
ReferencingEntity recentlyused
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_recentlyused
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_recurringappointmentmaster

Many-To-One Relationship: recurringappointmentmaster team_recurringappointmentmaster

Property Value
ReferencingEntity recurringappointmentmaster
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_recurringappointmentmaster
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_retaineddataexcel

Many-To-One Relationship: retaineddataexcel team_retaineddataexcel

Property Value
ReferencingEntity retaineddataexcel
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_retaineddataexcel
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_retentionconfig

Many-To-One Relationship: retentionconfig team_retentionconfig

Property Value
ReferencingEntity retentionconfig
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_retentionconfig
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_retentionfailuredetail

Many-To-One Relationship: retentionfailuredetail team_retentionfailuredetail

Property Value
ReferencingEntity retentionfailuredetail
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_retentionfailuredetail
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_retentionoperation

Many-To-One Relationship: retentionoperation team_retentionoperation

Property Value
ReferencingEntity retentionoperation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_retentionoperation
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_sharepointdocumentlocation

Many-To-One Relationship: sharepointdocumentlocation team_sharepointdocumentlocation

Property Value
ReferencingEntity sharepointdocumentlocation
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_sharepointdocumentlocation
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_sharepointsite

Many-To-One Relationship: sharepointsite team_sharepointsite

Property Value
ReferencingEntity sharepointsite
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_sharepointsite
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_sideloadedaiplugin

Many-To-One Relationship: sideloadedaiplugin team_sideloadedaiplugin

Property Value
ReferencingEntity sideloadedaiplugin
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_sideloadedaiplugin
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_slaBase

Many-To-One Relationship: sla team_slaBase

Property Value
ReferencingEntity sla
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_slaBase
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_socialactivity

Many-To-One Relationship: socialactivity team_socialactivity

Property Value
ReferencingEntity socialactivity
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_socialactivity
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_solutioncomponentbatchconfiguration

Many-To-One Relationship: solutioncomponentbatchconfiguration team_solutioncomponentbatchconfiguration

Property Value
ReferencingEntity solutioncomponentbatchconfiguration
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_solutioncomponentbatchconfiguration
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_stagesolutionupload

Many-To-One Relationship: stagesolutionupload team_stagesolutionupload

Property Value
ReferencingEntity stagesolutionupload
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_stagesolutionupload
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_synapsedatabase

Many-To-One Relationship: synapsedatabase team_synapsedatabase

Property Value
ReferencingEntity synapsedatabase
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_synapsedatabase
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_SyncError

Many-To-One Relationship: syncerror team_SyncError

Property Value
ReferencingEntity syncerror
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_SyncError
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Team_SyncErrors

Many-To-One Relationship: syncerror Team_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName Team_SyncErrors
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_task

Many-To-One Relationship: task team_task

Property Value
ReferencingEntity task
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_task
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_teammobileofflineprofilemembership_TeamId

Many-To-One Relationship: teammobileofflineprofilemembership team_teammobileofflineprofilemembership_TeamId

Property Value
ReferencingEntity teammobileofflineprofilemembership
ReferencingAttribute teamid
ReferencedEntityNavigationPropertyName team_teammobileofflineprofilemembership_TeamId
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_userform

Many-To-One Relationship: userform team_userform

Property Value
ReferencingEntity userform
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_userform
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_userquery

Many-To-One Relationship: userquery team_userquery

Property Value
ReferencingEntity userquery
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_userquery
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_userqueryvisualizations

Many-To-One Relationship: userqueryvisualization team_userqueryvisualizations

Property Value
ReferencingEntity userqueryvisualization
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_userqueryvisualizations
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_workflow

Many-To-One Relationship: workflow team_workflow

Property Value
ReferencingEntity workflow
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_workflow
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_workflowbinary

Many-To-One Relationship: workflowbinary team_workflowbinary

Property Value
ReferencingEntity workflowbinary
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_workflowbinary
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_workflowlog

Many-To-One Relationship: workflowlog team_workflowlog

Property Value
ReferencingEntity workflowlog
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_workflowlog
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_workqueue

Many-To-One Relationship: workqueue team_workqueue

Property Value
ReferencingEntity workqueue
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_workqueue
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

team_workqueueitem

Many-To-One Relationship: workqueueitem team_workqueueitem

Property Value
ReferencingEntity workqueueitem
ReferencingAttribute owningteam
ReferencedEntityNavigationPropertyName team_workqueueitem
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Many-to-Many relationships

These relationships are many-to-many. Listed by SchemaName.

msdyn_flow_actionapprovalmodelrelationship_team

See msdyn_flow_actionapprovalmodel msdyn_flow_actionapprovalmodelrelationship_team Many-To-Many Relationship

Property Value
IntersectEntityName msdyn_flow_actionapprovalmodel_team
IsCustomizable True
SchemaName msdyn_flow_actionapprovalmodelrelationship_team
IntersectAttribute teamid
NavigationPropertyName msdyn_flow_actionapprovalmodelrelationship_team
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

msdyn_flow_awaitallactionmodelrelationship_team

See msdyn_flow_awaitallactionapprovalmodel msdyn_flow_awaitallactionmodelrelationship_team Many-To-Many Relationship

Property Value
IntersectEntityName msdyn_flow_awaitallactionapprovalmodel_team
IsCustomizable True
SchemaName msdyn_flow_awaitallactionmodelrelationship_team
IntersectAttribute teamid
NavigationPropertyName msdyn_flow_awaitallactionmodelrelationship_team
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

msdyn_flow_awaitallmodelrelationship_team

See msdyn_flow_awaitallapprovalmodel msdyn_flow_awaitallmodelrelationship_team Many-To-Many Relationship

Property Value
IntersectEntityName msdyn_flow_awaitallmodel_team
IsCustomizable True
SchemaName msdyn_flow_awaitallmodelrelationship_team
IntersectAttribute teamid
NavigationPropertyName msdyn_flow_awaitallmodelrelationship_team
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

msdyn_flow_basicapprovalmodelrelationship_team

See msdyn_flow_basicapprovalmodel msdyn_flow_basicapprovalmodelrelationship_team Many-To-Many Relationship

Property Value
IntersectEntityName msdyn_flow_basicapprovalmodel_team
IsCustomizable True
SchemaName msdyn_flow_basicapprovalmodelrelationship_team
IntersectAttribute teamid
NavigationPropertyName msdyn_flow_basicapprovalmodelrelationship_team
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

teammembership_association

See systemuser teammembership_association Many-To-Many Relationship

Property Value
IntersectEntityName teammembership
IsCustomizable False
SchemaName teammembership_association
IntersectAttribute teamid
NavigationPropertyName teammembership_association
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

teamprofiles_association

See fieldsecurityprofile teamprofiles_association Many-To-Many Relationship

Property Value
IntersectEntityName teamprofiles
IsCustomizable False
SchemaName teamprofiles_association
IntersectAttribute teamid
NavigationPropertyName teamprofiles_association
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

teamroles_association

See role teamroles_association Many-To-Many Relationship

Property Value
IntersectEntityName teamroles
IsCustomizable False
SchemaName teamroles_association
IntersectAttribute teamid
NavigationPropertyName teamroles_association
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

See also

Dataverse table/entity reference
Dataverse Web API Reference
team