Invitation (adx_invitation) table/entity reference

Note

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

Send invitations to existing contacts or email addresses and assign them to web roles upon redemption.

Added by: Power Pages Runtime Core Solution

Messages

Message Web API Operation SDK class or method
Assign PATCH /adx_invitations(adx_invitationid)
Update ownerid property.
AssignRequest
BulkRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Create POST /adx_invitations
See Create
CreateRequest or
Create
CreateMultiple CreateMultiple CreateMultipleRequest
Delete DELETE /adx_invitations(adx_invitationid)
See Delete
DeleteRequest or
Delete
GrantAccess GrantAccess GrantAccessRequest
IsValidStateTransition IsValidStateTransition IsValidStateTransitionRequest
ModifyAccess ModifyAccess ModifyAccessRequest
PurgeRetainedContent This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retrieve GET /adx_invitations(adx_invitationid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /adx_invitations
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
RetrievePrincipalAccess RetrievePrincipalAccess RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess RevokeAccess RevokeAccessRequest
RollbackRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
SetState PATCH /adx_invitations(adx_invitationid)
Update statecode and statuscode properties.
SetStateRequest
Update PATCH /adx_invitations(adx_invitationid)
See Update
UpdateRequest or
Update
UpdateMultiple UpdateMultiple UpdateMultipleRequest
ValidateRetentionConfig This message is to be executed only by Dataverse to trigger registered plug-ins and flows.

Properties

Property Value
CollectionSchemaName adx_invitations
DisplayCollectionName Invitations
DisplayName Invitation
EntitySetName adx_invitations
IsBPFEntity False
LogicalCollectionName adx_invitations
LogicalName adx_invitation
OwnershipType UserOwned
PrimaryIdAttribute adx_invitationid
PrimaryNameAttribute adx_name
SchemaName adx_invitation

Writable columns/attributes

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

adx_assignToAccount

Property Value
Description An account record to assign the redeemed contact to.
DisplayName Assign To Account
IsValidForForm True
IsValidForRead True
LogicalName adx_assigntoaccount
RequiredLevel None
Targets account
Type Lookup

adx_expiryDate

Property Value
DateTimeBehavior UserLocal
Description The date the invitation is no longer valid for redemption.
DisplayName Expiry Date
Format DateOnly
IsValidForForm True
IsValidForRead True
LogicalName adx_expirydate
RequiredLevel Recommended
Type DateTime

adx_invitationCode

Property Value
Description Shows the user who is redeeming the invitation.
DisplayName Invitation Code
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName adx_invitationcode
MaxLength 200
RequiredLevel None
Type String

adx_invitationId

Property Value
Description Shows the entity instance.
DisplayName Invitation
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName adx_invitationid
RequiredLevel SystemRequired
Type Uniqueidentifier

adx_inviteContact

Property Value
Description The contact to send an invitation to.
DisplayName Invite Contact
IsValidForForm True
IsValidForRead True
LogicalName adx_invitecontact
RequiredLevel None
Targets contact
Type Lookup

adx_invitercontact

Property Value
Description The contact that invited.
DisplayName Inviter
IsValidForForm True
IsValidForRead True
LogicalName adx_invitercontact
RequiredLevel None
Targets contact
Type Lookup

adx_maximumRedemptions

Property Value
Description
DisplayName Maximum Redemptions
Format None
IsValidForForm True
IsValidForRead True
LogicalName adx_maximumredemptions
MaxValue 2147483647
MinValue 1
RequiredLevel None
Type Integer

adx_name

Property Value
Description Type the name of the custom entity.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName adx_name
MaxLength 200
RequiredLevel ApplicationRequired
Type String

adx_redeemedContact

Property Value
Description The contact associated with the redemption of this invitation.
DisplayName Redeemed Contact
IsValidForForm True
IsValidForRead True
LogicalName adx_redeemedcontact
RequiredLevel None
Targets contact
Type Lookup

adx_redemptions

Property Value
Description The current number of times this invitation has been redeemed.
DisplayName Redemptions
Format None
IsValidForForm True
IsValidForRead True
LogicalName adx_redemptions
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

adx_redemptionWorkflow

Property Value
Description A workflow to execute on the redeeming contact.
DisplayName Redemption Workflow
IsValidForForm True
IsValidForRead True
LogicalName adx_redemptionworkflow
RequiredLevel None
Targets workflow
Type Lookup

adx_type

Property Value
Description The type of invitation.
DisplayName Type
IsValidForForm True
IsValidForRead True
LogicalName adx_type
RequiredLevel ApplicationRequired
Type Picklist

adx_type Choices/Options

Value Label Description
756150000 Single
756150001 Group

ImportSequenceNumber

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

mspp_websiteid

Added by: Power Pages Runtime Extensions Solution

Property Value
Description
DisplayName Website
IsValidForForm True
IsValidForRead True
LogicalName mspp_websiteid
RequiredLevel None
Targets powerpagesite
Type Lookup

OverriddenCreatedOn

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

OwnerId

Added by: Active Solution Solution

Property Value
Description Enter the user who is assigned to manage the record. This field is updated every time the record is assigned to a different user.
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Targets systemuser,team
Type Owner

OwnerIdType

Added by: Active Solution Solution

Property Value
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

statecode

Property Value
Description Status of the Invitation
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

statecode Choices/Options

Value Label DefaultStatus InvariantName
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Property Value
Description Select the invitation's status.
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode Choices/Options

Value Label State
1 New 0
2 Inactive 1
756150000 Sent 0
756150001 Redeemed 0

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
Format None
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

UTCConversionTimeZoneCode

Property Value
Description Shows the time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
Format None
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

Read-only columns/attributes

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

adx_assignToAccountName

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

adx_assignToAccountYomiName

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

adx_inviteContactName

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

adx_inviteContactYomiName

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

adx_invitercontactName

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

adx_invitercontactYomiName

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

adx_redeemedContactName

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

adx_redeemedContactYomiName

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

adx_redemptionWorkflowName

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

CreatedBy

Added by: Active Solution Solution

Property Value
Description Shows who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Added by: Active Solution Solution

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

CreatedByYomiName

Added by: Active Solution Solution

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

CreatedOn

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

CreatedOnBehalfBy

Added by: Active Solution Solution

Property Value
Description Shows who created the record on behalf of another user.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Added by: Active Solution Solution

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

CreatedOnBehalfByYomiName

Added by: Active Solution Solution

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

ModifiedBy

Added by: Active Solution Solution

Property Value
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Added by: Active Solution Solution

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

ModifiedByYomiName

Added by: Active Solution Solution

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

ModifiedOn

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

ModifiedOnBehalfBy

Added by: Active Solution Solution

Property Value
Description Shows who last updated the record on behalf of another user.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

Added by: Active Solution Solution

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

ModifiedOnBehalfByYomiName

Added by: Active Solution Solution

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

mspp_websiteidName

Added by: Power Pages Runtime Extensions Solution

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

OwnerIdName

Added by: Active Solution Solution

Property Value
Description Name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

Added by: Active Solution Solution

Property Value
Description Yomi name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

Added by: Active Solution Solution

Property Value
Description Shows the business unit that owns the record.
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Targets businessunit
Type Lookup

OwningBusinessUnitName

Added by: Active Solution Solution

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

OwningTeam

Added by: Active Solution Solution

Property Value
Description Unique identifier for the team that owns the record.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Targets team
Type Lookup

OwningUser

Added by: Active Solution Solution

Property Value
Description Unique identifier for the user that owns the record.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Targets systemuser
Type Lookup

VersionNumber

Added by: Active Solution Solution

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

One-To-Many Relationships

Listed by SchemaName.

adx_invitation_ActivityPointers

Added by: System Solution Solution

Same as the adx_invitation_ActivityPointers many-to-one relationship for the activitypointer table/entity.

Property Value
ReferencingEntity activitypointer
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName adx_invitation_ActivityPointers
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

adx_invitation_chats

Added by: Activities Patch Solution

Same as the adx_invitation_chats many-to-one relationship for the chat table/entity.

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

adx_invitation_SyncErrors

Added by: System Solution Solution

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

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

adx_invitation_DuplicateMatchingRecord

Added by: System Solution Solution

Same as the adx_invitation_DuplicateMatchingRecord many-to-one relationship for the duplicaterecord table/entity.

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

adx_invitation_DuplicateBaseRecord

Added by: System Solution Solution

Same as the adx_invitation_DuplicateBaseRecord many-to-one relationship for the duplicaterecord table/entity.

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

adx_invitation_AsyncOperations

Added by: System Solution Solution

Same as the adx_invitation_AsyncOperations many-to-one relationship for the asyncoperation table/entity.

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

adx_invitation_MailboxTrackingFolders

Added by: System Solution Solution

Same as the adx_invitation_MailboxTrackingFolders many-to-one relationship for the mailboxtrackingfolder table/entity.

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

adx_invitation_ProcessSession

Added by: System Solution Solution

Same as the adx_invitation_ProcessSession many-to-one relationship for the processsession table/entity.

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

adx_invitation_BulkDeleteFailures

Added by: System Solution Solution

Same as the adx_invitation_BulkDeleteFailures many-to-one relationship for the bulkdeletefailure table/entity.

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

adx_invitation_PrincipalObjectAttributeAccesses

Added by: System Solution Solution

Same as the adx_invitation_PrincipalObjectAttributeAccesses many-to-one relationship for the principalobjectattributeaccess table/entity.

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

adx_invitation_Appointments

Added by: System Solution Solution

Same as the adx_invitation_Appointments many-to-one relationship for the appointment table/entity.

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

adx_invitation_Emails

Added by: System Solution Solution

Same as the adx_invitation_Emails many-to-one relationship for the email table/entity.

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

adx_invitation_Faxes

Added by: System Solution Solution

Same as the adx_invitation_Faxes many-to-one relationship for the fax table/entity.

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

adx_invitation_Letters

Added by: System Solution Solution

Same as the adx_invitation_Letters many-to-one relationship for the letter table/entity.

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

adx_invitation_PhoneCalls

Added by: System Solution Solution

Same as the adx_invitation_PhoneCalls many-to-one relationship for the phonecall table/entity.

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

adx_invitation_Tasks

Added by: System Solution Solution

Same as the adx_invitation_Tasks many-to-one relationship for the task table/entity.

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

adx_invitation_RecurringAppointmentMasters

Added by: System Solution Solution

Same as the adx_invitation_RecurringAppointmentMasters many-to-one relationship for the recurringappointmentmaster table/entity.

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

adx_invitation_SocialActivities

Added by: System Solution Solution

Same as the adx_invitation_SocialActivities many-to-one relationship for the socialactivity table/entity.

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

adx_invitation_connections1

Added by: System Solution Solution

Same as the adx_invitation_connections1 many-to-one relationship for the connection table/entity.

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

adx_invitation_connections2

Added by: System Solution Solution

Same as the adx_invitation_connections2 many-to-one relationship for the connection table/entity.

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

adx_invitation_Annotations

Added by: System Solution Solution

Same as the adx_invitation_Annotations many-to-one relationship for the annotation table/entity.

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

adx_invitation_adx_inviteredemptions

Added by: Active Solution Solution

Same as the adx_invitation_adx_inviteredemptions many-to-one relationship for the adx_inviteredemption table/entity.

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

adx_invitation_adx_portalcomments

Added by: Active Solution Solution

Same as the adx_invitation_adx_portalcomments many-to-one relationship for the adx_portalcomment table/entity.

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

Many-To-One Relationships

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

lk_adx_invitation_createdby

Added by: System Solution Solution

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

lk_adx_invitation_createdonbehalfby

Added by: System Solution Solution

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

lk_adx_invitation_modifiedby

Added by: System Solution Solution

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

lk_adx_invitation_modifiedonbehalfby

Added by: System Solution Solution

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

user_adx_invitation

Added by: System Solution Solution

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

team_adx_invitation

Added by: System Solution Solution

See the team_adx_invitation one-to-many relationship for the team table/entity.

business_unit_adx_invitation

Added by: System Solution Solution

See the business_unit_adx_invitation one-to-many relationship for the businessunit table/entity.

adx_invitation_assigntoaccount

Added by: System Solution Solution

See the adx_invitation_assigntoaccount one-to-many relationship for the account table/entity.

adx_invitation_invitecontact

Added by: System Solution Solution

See the adx_invitation_invitecontact one-to-many relationship for the contact table/entity.

adx_invitation_invitercontact

Added by: System Solution Solution

See the adx_invitation_invitercontact one-to-many relationship for the contact table/entity.

adx_invitation_redeemedContact

Added by: System Solution Solution

See the adx_invitation_redeemedContact one-to-many relationship for the contact table/entity.

adx_invitation_redemptionworkflow

Added by: System Solution Solution

See the adx_invitation_redemptionworkflow one-to-many relationship for the workflow table/entity.

powerpagesite_mspp_websiteid_adx_invitation

Added by: Power Pages Core Base Solution

See the powerpagesite_mspp_websiteid_adx_invitation one-to-many relationship for the powerpagesite table/entity.

Many-To-Many Relationships

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

adx_invitation_invitecontacts

IntersectEntityName: adx_invitation_invitecontacts

Table 1

Property Value
IntersectAttribute adx_invitationid
IsCustomizable True
LogicalName adx_invitation
NavigationPropertyName adx_invitation_invitecontacts
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order: 20000

Table 2

Property Value
LogicalName contact
IntersectAttribute contactid
NavigationPropertyName adx_invitation_invitecontacts
AssociatedMenuConfiguration Behavior: UseLabel
Group: Details
Label: Invite Contacts
Order: 10000

adx_invitation_redeemedcontacts

IntersectEntityName: adx_invitation_redeemedcontacts

Table 1

Property Value
IntersectAttribute adx_invitationid
IsCustomizable True
LogicalName adx_invitation
NavigationPropertyName adx_invitation_redeemedcontacts
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label: Redeemed Invitations
Order: 20000

Table 2

Property Value
LogicalName contact
IntersectAttribute contactid
NavigationPropertyName adx_invitation_redeemedcontacts
AssociatedMenuConfiguration Behavior: UseLabel
Group: Details
Label: Redeemed Contacts
Order: 10000

adx_invitation_mspp_webrole_powerpagecomponent

IntersectEntityName: adx_invitation_mspp_webrole_powerpagecomponent

Table 1

Property Value
IntersectAttribute adx_invitationid
IsCustomizable True
LogicalName adx_invitation
NavigationPropertyName adx_invitation_mspp_webrole_powerpagecomponent
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 20000

Table 2

Property Value
LogicalName powerpagecomponent
IntersectAttribute powerpagecomponentid
NavigationPropertyName adx_invitation_mspp_webrole_powerpagecomponent
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label: Assign To Web Roles
Order: 10000

See also

Dataverse table/entity reference
Web API Reference
adx_invitation EntityType