Invitation (adx_invitation) table/entity reference (Microsoft Dataverse)
Send invitations to existing contacts or email addresses and assign them to web roles upon redemption.
Messages
The following table lists the messages for the Invitation (adx_invitation) 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 |
---|---|---|
Assign Event: True |
PATCH /adx_invitations(adx_invitationid)Update the ownerid property. |
AssignRequest |
Associate Event: True |
Associate records | Associate records |
Create Event: True |
POST /adx_invitationsSee Create |
Create records |
CreateMultiple Event: True |
CreateMultiple | CreateMultipleRequest |
Delete Event: True |
DELETE /adx_invitations(adx_invitationid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
GrantAccess Event: True |
GrantAccess | GrantAccessRequest |
IsValidStateTransition Event: False |
IsValidStateTransition | IsValidStateTransitionRequest |
ModifyAccess Event: True |
ModifyAccess | ModifyAccessRequest |
Restore Event: True |
Restore | Learn to use messages with the SDK for .NET |
Retrieve Event: True |
GET /adx_invitations(adx_invitationid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /adx_invitationsSee Query data |
Query data |
RetrievePrincipalAccess Event: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess Event: True |
RevokeAccess | RevokeAccessRequest |
SetState Event: True |
PATCH /adx_invitations(adx_invitationid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /adx_invitations(adx_invitationid)See Update |
Update records |
UpdateMultiple Event: True |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /adx_invitations(adx_invitationid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
Events
The following table lists the events for the Invitation (adx_invitation) table. Events are messages that exist so that you can subscribe to them. Unless you added the event, you shouldn't invoke the message, only subscribe to it.
Name | Web API Operation | SDK for .NET |
---|---|---|
BulkRetain |
BulkRetain | Learn to use messages with the SDK for .NET |
PurgeRetainedContent |
PurgeRetainedContent | Learn to use messages with the SDK for .NET |
Retain |
Retain | Learn to use messages with the SDK for .NET |
RollbackRetain |
RollbackRetain | Learn to use messages with the SDK for .NET |
ValidateRetentionConfig |
ValidateRetentionConfig | Learn to use messages with the SDK for .NET |
Properties
The following table lists selected properties for the Invitation (adx_invitation) table.
Property | Value |
---|---|
DisplayName | Invitation |
DisplayCollectionName | Invitations |
SchemaName | adx_invitation |
CollectionSchemaName | adx_invitations |
EntitySetName | adx_invitations |
LogicalName | adx_invitation |
LogicalCollectionName | adx_invitations |
PrimaryIdAttribute | adx_invitationid |
PrimaryNameAttribute | adx_name |
TableType | Standard |
OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- adx_assignToAccount
- adx_expiryDate
- adx_invitationCode
- adx_invitationId
- adx_inviteContact
- adx_invitercontact
- adx_maximumRedemptions
- adx_name
- adx_redeemedContact
- adx_redemptions
- adx_redemptionWorkflow
- adx_type
- ImportSequenceNumber
- mspp_websiteid
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
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 |
Type | Lookup |
Targets | account |
adx_expiryDate
Property | Value |
---|---|
Description | The date the invitation is no longer valid for redemption. |
DisplayName | Expiry Date |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_expirydate |
RequiredLevel | Recommended |
Type | DateTime |
CanChangeDateTimeBehavior | True |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Auto |
SourceTypeMask | 0 |
adx_invitationCode
Property | Value |
---|---|
Description | Shows the user who is redeeming the invitation. |
DisplayName | Invitation Code |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_invitationcode |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
adx_invitationId
Property | Value |
---|---|
Description | Shows the entity instance. |
DisplayName | Invitation |
IsValidForForm | False |
IsValidForRead | True |
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 |
Type | Lookup |
Targets | contact |
adx_invitercontact
Property | Value |
---|---|
Description | The contact that invited. |
DisplayName | Inviter |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_invitercontact |
RequiredLevel | None |
Type | Lookup |
Targets | contact |
adx_maximumRedemptions
Property | Value |
---|---|
Description | |
DisplayName | Maximum Redemptions |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_maximumredemptions |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | 1 |
adx_name
Property | Value |
---|---|
Description | Type the name of the custom entity. |
DisplayName | Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_name |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 200 |
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 |
Type | Lookup |
Targets | contact |
adx_redemptions
Property | Value |
---|---|
Description | The current number of times this invitation has been redeemed. |
DisplayName | Redemptions |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_redemptions |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | 0 |
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 |
Type | Lookup |
Targets | workflow |
adx_type
Property | Value |
---|---|
Description | The type of invitation. |
DisplayName | Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_type |
RequiredLevel | ApplicationRequired |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | adx_invitation_adx_type |
adx_type Choices/Options
Value | Label |
---|---|
756150000 | Single |
756150001 | Group |
ImportSequenceNumber
Property | Value |
---|---|
Description | Shows the sequence number of the import that created this record. |
DisplayName | Import Sequence Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | importsequencenumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
mspp_websiteid
Property | Value |
---|---|
Description | |
DisplayName | Website |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_websiteid |
RequiredLevel | None |
Type | Lookup |
Targets | powerpagesite |
OverriddenCreatedOn
Property | Value |
---|---|
Description | Shows the 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 |
OwnerId
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 |
Type | Owner |
Targets | systemuser, team |
OwnerIdType
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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | |
GlobalChoiceName | adx_invitation_statecode |
statecode Choices/Options
Value | Details |
---|---|
0 | Label: Active DefaultStatus: 1 InvariantName: Active |
1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
statuscode
Property | Value |
---|---|
Description | Select the invitation's status. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | |
GlobalChoiceName | adx_invitation_statuscode |
statuscode Choices/Options
Value | Details |
---|---|
1 | Label: New State:0 TransitionData: None |
2 | Label: Inactive State:1 TransitionData: None |
756150000 | Label: Sent State:0 TransitionData: None |
756150001 | Label: Redeemed State:0 TransitionData: None |
TimeZoneRuleVersionNumber
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
UTCConversionTimeZoneCode
Property | Value |
---|---|
Description | Shows the time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -1 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- VersionNumber
CreatedBy
Property | Value |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Shows the date and time when the record 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 | Shows who created the record on behalf of another user. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedBy
Property | Value |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Shows the date and time when the record was 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 | Shows who last updated the record on behalf of another user. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
OwnerIdName
Property | Value |
---|---|
Description | Name of the owner |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwnerIdYomiName
Property | Value |
---|---|
Description | Yomi name of the owner |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwningBusinessUnit
Property | Value |
---|---|
Description | Shows the business unit that owns the record. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Type | Lookup |
Targets | businessunit |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier for the team that owns the record. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Type | Lookup |
Targets | team |
OwningUser
Property | Value |
---|---|
Description | Unique identifier for the user that owns the record. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
VersionNumber
Property | Value |
---|---|
Description | Version Number |
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.
- adx_invitation_assigntoaccount
- adx_invitation_invitecontact
- adx_invitation_invitercontact
- adx_invitation_redeemedContact
- adx_invitation_redemptionworkflow
- business_unit_adx_invitation
- lk_adx_invitation_createdby
- lk_adx_invitation_createdonbehalfby
- lk_adx_invitation_modifiedby
- lk_adx_invitation_modifiedonbehalfby
- owner_adx_invitation
- powerpagesite_mspp_websiteid_adx_invitation
- team_adx_invitation
- user_adx_invitation
adx_invitation_assigntoaccount
One-To-Many Relationship: account adx_invitation_assigntoaccount
Property | Value |
---|---|
ReferencedEntity | account |
ReferencedAttribute | accountid |
ReferencingAttribute | adx_assigntoaccount |
ReferencingEntityNavigationPropertyName | adx_assignToAccount |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
adx_invitation_invitecontact
One-To-Many Relationship: contact adx_invitation_invitecontact
Property | Value |
---|---|
ReferencedEntity | contact |
ReferencedAttribute | contactid |
ReferencingAttribute | adx_invitecontact |
ReferencingEntityNavigationPropertyName | adx_inviteContact |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
adx_invitation_invitercontact
One-To-Many Relationship: contact adx_invitation_invitercontact
Property | Value |
---|---|
ReferencedEntity | contact |
ReferencedAttribute | contactid |
ReferencingAttribute | adx_invitercontact |
ReferencingEntityNavigationPropertyName | adx_invitercontact |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
adx_invitation_redeemedContact
One-To-Many Relationship: contact adx_invitation_redeemedContact
Property | Value |
---|---|
ReferencedEntity | contact |
ReferencedAttribute | contactid |
ReferencingAttribute | adx_redeemedcontact |
ReferencingEntityNavigationPropertyName | adx_redeemedContact |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: Cascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
adx_invitation_redemptionworkflow
One-To-Many Relationship: workflow adx_invitation_redemptionworkflow
Property | Value |
---|---|
ReferencedEntity | workflow |
ReferencedAttribute | workflowid |
ReferencingAttribute | adx_redemptionworkflow |
ReferencingEntityNavigationPropertyName | adx_redemptionWorkflow |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_adx_invitation
One-To-Many Relationship: businessunit business_unit_adx_invitation
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | owningbusinessunit |
ReferencingEntityNavigationPropertyName | owningbusinessunit |
IsHierarchical | |
CascadeConfiguration | Archive: Restrict Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_adx_invitation_createdby
One-To-Many Relationship: systemuser lk_adx_invitation_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_adx_invitation_createdonbehalfby
One-To-Many Relationship: systemuser lk_adx_invitation_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_adx_invitation_modifiedby
One-To-Many Relationship: systemuser lk_adx_invitation_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 |
lk_adx_invitation_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_adx_invitation_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 |
owner_adx_invitation
One-To-Many Relationship: owner owner_adx_invitation
Property | Value |
---|---|
ReferencedEntity | owner |
ReferencedAttribute | ownerid |
ReferencingAttribute | ownerid |
ReferencingEntityNavigationPropertyName | ownerid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
powerpagesite_mspp_websiteid_adx_invitation
One-To-Many Relationship: powerpagesite powerpagesite_mspp_websiteid_adx_invitation
Property | Value |
---|---|
ReferencedEntity | powerpagesite |
ReferencedAttribute | powerpagesiteid |
ReferencingAttribute | mspp_websiteid |
ReferencingEntityNavigationPropertyName | mspp_websiteid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
team_adx_invitation
One-To-Many Relationship: team team_adx_invitation
Property | Value |
---|---|
ReferencedEntity | team |
ReferencedAttribute | teamid |
ReferencingAttribute | owningteam |
ReferencingEntityNavigationPropertyName | owningteam |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
user_adx_invitation
One-To-Many Relationship: systemuser user_adx_invitation
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | owninguser |
ReferencingEntityNavigationPropertyName | owninguser |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- adx_invitation_ActivityPointers
- adx_invitation_adx_inviteredemptions
- adx_invitation_adx_portalcomments
- adx_invitation_Annotations
- adx_invitation_Appointments
- adx_invitation_AsyncOperations
- adx_invitation_BulkDeleteFailures
- adx_invitation_chats
- adx_invitation_connections1
- adx_invitation_connections2
- adx_invitation_DuplicateBaseRecord
- adx_invitation_DuplicateMatchingRecord
- adx_invitation_Emails
- adx_invitation_Faxes
- adx_invitation_Letters
- adx_invitation_MailboxTrackingFolders
- adx_invitation_PhoneCalls
- adx_invitation_PrincipalObjectAttributeAccesses
- adx_invitation_ProcessSession
- adx_invitation_RecurringAppointmentMasters
- adx_invitation_SocialActivities
- adx_invitation_SyncErrors
- adx_invitation_Tasks
adx_invitation_ActivityPointers
Many-To-One Relationship: activitypointer adx_invitation_ActivityPointers
Property | Value |
---|---|
ReferencingEntity | activitypointer |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_ActivityPointers |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_adx_inviteredemptions
Many-To-One Relationship: adx_inviteredemption adx_invitation_adx_inviteredemptions
Property | Value |
---|---|
ReferencingEntity | adx_inviteredemption |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_adx_inviteredemptions |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_adx_portalcomments
Many-To-One Relationship: adx_portalcomment adx_invitation_adx_portalcomments
Property | Value |
---|---|
ReferencingEntity | adx_portalcomment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_adx_portalcomments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_Annotations
Many-To-One Relationship: annotation adx_invitation_Annotations
Property | Value |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | adx_invitation_Annotations |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_Appointments
Many-To-One Relationship: appointment adx_invitation_Appointments
Property | Value |
---|---|
ReferencingEntity | appointment |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_Appointments |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_AsyncOperations
Many-To-One Relationship: asyncoperation adx_invitation_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_AsyncOperations |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure adx_invitation_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_BulkDeleteFailures |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_chats
Many-To-One Relationship: chat adx_invitation_chats
Property | Value |
---|---|
ReferencingEntity | chat |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_chats |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_connections1
Many-To-One Relationship: connection adx_invitation_connections1
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record1id |
ReferencedEntityNavigationPropertyName | adx_invitation_connections1 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 100 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_connections2
Many-To-One Relationship: connection adx_invitation_connections2
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | record2id |
ReferencedEntityNavigationPropertyName | adx_invitation_connections2 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_DuplicateBaseRecord
Many-To-One Relationship: duplicaterecord adx_invitation_DuplicateBaseRecord
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | baserecordid |
ReferencedEntityNavigationPropertyName | adx_invitation_DuplicateBaseRecord |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_DuplicateMatchingRecord
Many-To-One Relationship: duplicaterecord adx_invitation_DuplicateMatchingRecord
Property | Value |
---|---|
ReferencingEntity | duplicaterecord |
ReferencingAttribute | duplicaterecordid |
ReferencedEntityNavigationPropertyName | adx_invitation_DuplicateMatchingRecord |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_Emails
Many-To-One Relationship: email adx_invitation_Emails
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_Emails |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_Faxes
Many-To-One Relationship: fax adx_invitation_Faxes
Property | Value |
---|---|
ReferencingEntity | fax |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_Faxes |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_Letters
Many-To-One Relationship: letter adx_invitation_Letters
Property | Value |
---|---|
ReferencingEntity | letter |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_Letters |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder adx_invitation_MailboxTrackingFolders
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_MailboxTrackingFolders |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_PhoneCalls
Many-To-One Relationship: phonecall adx_invitation_PhoneCalls
Property | Value |
---|---|
ReferencingEntity | phonecall |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_PhoneCalls |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_PrincipalObjectAttributeAccesses
Many-To-One Relationship: principalobjectattributeaccess adx_invitation_PrincipalObjectAttributeAccesses
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | adx_invitation_PrincipalObjectAttributeAccesses |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_ProcessSession
Many-To-One Relationship: processsession adx_invitation_ProcessSession
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_ProcessSession |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_RecurringAppointmentMasters
Many-To-One Relationship: recurringappointmentmaster adx_invitation_RecurringAppointmentMasters
Property | Value |
---|---|
ReferencingEntity | recurringappointmentmaster |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_RecurringAppointmentMasters |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_SocialActivities
Many-To-One Relationship: socialactivity adx_invitation_SocialActivities
Property | Value |
---|---|
ReferencingEntity | socialactivity |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_SocialActivities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_SyncErrors
Many-To-One Relationship: syncerror adx_invitation_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_Tasks
Many-To-One Relationship: task adx_invitation_Tasks
Property | Value |
---|---|
ReferencingEntity | task |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | adx_invitation_Tasks |
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.
- adx_invitation_invitecontacts
- adx_invitation_mspp_webrole_powerpagecomponent
- adx_invitation_redeemedcontacts
adx_invitation_invitecontacts
See contact adx_invitation_invitecontacts Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | adx_invitation_invitecontacts |
IsCustomizable | True |
SchemaName | adx_invitation_invitecontacts |
IntersectAttribute | adx_invitationid |
NavigationPropertyName | adx_invitation_invitecontacts |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: 20000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_mspp_webrole_powerpagecomponent
See powerpagecomponent adx_invitation_mspp_webrole_powerpagecomponent Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | adx_invitation_mspp_webrole_powerpagecomponent |
IsCustomizable | True |
SchemaName | adx_invitation_mspp_webrole_powerpagecomponent |
IntersectAttribute | adx_invitationid |
NavigationPropertyName | adx_invitation_mspp_webrole_powerpagecomponent |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 20000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_invitation_redeemedcontacts
See contact adx_invitation_redeemedcontacts Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | adx_invitation_redeemedcontacts |
IsCustomizable | True |
SchemaName | adx_invitation_redeemedcontacts |
IntersectAttribute | adx_invitationid |
NavigationPropertyName | adx_invitation_redeemedcontacts |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: Redeemed Invitations MenuId: null Order: 20000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
adx_invitation