Referencia de tabla o entidad Invitation (adx_invitation)
Nota
¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.
Send invitations to existing contacts or email addresses and assign them to web roles upon redemption.
Añadido por: solución Power Pages Runtime Core
Mensajes
Mensaje | Operación de API web | Método o clase de SDK |
---|---|---|
Assign | PATCH [org URI]/api/data/v9.0/adx_invitations(adx_invitationid) Actualizar propiedad ownerid . |
AssignRequest |
BulkRetain | BulkRetain Action | <xref:Microsoft.Crm.Sdk.Messages.BulkRetainRequest> |
Create | POST [org URI]/api/data/v9.0/adx_invitations Vea Crear |
CreateRequest o Create |
CreateMultiple | CreateMultiple Action | CreateMultipleRequest |
Delete | DELETE [org URI]/api/data/v9.0/adx_invitations(adx_invitationid) Vea Eliminar |
DeleteRequest o Delete |
GrantAccess | GrantAccess Action | GrantAccessRequest |
IsValidStateTransition | IsValidStateTransition Function | IsValidStateTransitionRequest |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
PurgeRetainedContent | PurgeRetainedContent Action | <xref:Microsoft.Crm.Sdk.Messages.PurgeRetainedContentRequest> |
Restore | Restore Action | <xref:Microsoft.Crm.Sdk.Messages.RestoreRequest> |
Retain | Retain Action | <xref:Microsoft.Crm.Sdk.Messages.RetainRequest> |
Retrieve | GET [org URI]/api/data/v9.0/adx_invitations(adx_invitationid) Vea Recuperar |
RetrieveRequest o Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/adx_invitations Vea Consultar datos |
RetrieveMultipleRequest o RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
RollbackRetain | RollbackRetain Action | <xref:Microsoft.Crm.Sdk.Messages.RollbackRetainRequest> |
SetState | PATCH [org URI]/api/data/v9.0/adx_invitations(adx_invitationid) Actualizar propiedades statecode y statuscode . |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/adx_invitations(adx_invitationid) Vea Actualizar |
UpdateRequest o Update |
UpdateMultiple | UpdateMultiple Action | UpdateMultipleRequest |
ValidateRetentionConfig | ValidateRetentionConfig Action | <xref:Microsoft.Crm.Sdk.Messages.ValidateRetentionConfigRequest> |
Propiedades
Propiedad | Valor |
---|---|
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 |
Columnas/atributos que se pueden escribir
Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por 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
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
Description | Shows the entity instance. |
DisplayName | Invitation |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | adx_invitationid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
adx_inviteContact
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
Description | The contact that invited. |
DisplayName | Inviter |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_invitercontact |
RequiredLevel | None |
Targets | contact |
Type | Lookup |
adx_maximumRedemptions
Propiedad | Valor |
---|---|
Description | |
DisplayName | Maximum Redemptions |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_maximumredemptions |
MaxValue | 2147483647 |
MinValue | 1 |
RequiredLevel | None |
Type | Integer |
adx_name
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
Description | The type of invitation. |
DisplayName | Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | adx_type |
RequiredLevel | ApplicationRequired |
Type | Picklist |
Elecciones/opciones de adx_type
Valor | Etiqueta | Descripción |
---|---|---|
756150000 | Single | |
756150001 | Group |
ImportSequenceNumber
Propiedad | Valor |
---|---|
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
Añadido por: solución Power Pages Runtime Extensions
Propiedad | Valor |
---|---|
Description | |
DisplayName | Website |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_websiteid |
RequiredLevel | None |
Targets | powerpagesite |
Type | Lookup |
OverriddenCreatedOn
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | Owner Id Type |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
statecode
Propiedad | Valor |
---|---|
Description | Status of the Invitation |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
Elecciones/opciones de statecode
Valor | Etiqueta | Estado predeterminado | Nombre invariable |
---|---|---|---|
0 | Active | 1 | Active |
1 | Inactive | 2 | Inactive |
statuscode
Propiedad | Valor |
---|---|
Description | Select the invitation's status. |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
Elecciones/opciones de statuscode
Valor | Etiqueta | Estado |
---|---|---|
1 | New | 0 |
2 | Inactive | 1 |
756150000 | Sent | 0 |
756150001 | Redeemed | 0 |
TimeZoneRuleVersionNumber
Propiedad | Valor |
---|---|
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
Propiedad | Valor |
---|---|
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 |
Columnas/atributos de sólo lectura
Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.
- adx_assignToAccountName
- adx_assignToAccountYomiName
- adx_inviteContactName
- adx_inviteContactYomiName
- adx_invitercontactName
- adx_invitercontactYomiName
- adx_redeemedContactName
- adx_redeemedContactYomiName
- adx_redemptionWorkflowName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- mspp_websiteidName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- VersionNumber
adx_assignToAccountName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_assigntoaccountname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
adx_assignToAccountYomiName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_assigntoaccountyominame |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
adx_inviteContactName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_invitecontactname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
adx_inviteContactYomiName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_invitecontactyominame |
MaxLength | 450 |
RequiredLevel | None |
Type | String |
adx_invitercontactName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_invitercontactname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
adx_invitercontactYomiName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_invitercontactyominame |
MaxLength | 450 |
RequiredLevel | None |
Type | String |
adx_redeemedContactName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_redeemedcontactname |
MaxLength | 160 |
RequiredLevel | None |
Type | String |
adx_redeemedContactYomiName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_redeemedcontactyominame |
MaxLength | 450 |
RequiredLevel | None |
Type | String |
adx_redemptionWorkflowName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | adx_redemptionworkflowname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedBy
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
CreatedOn
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
ModifiedBy
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
ModifiedOn
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
mspp_websiteidName
Añadido por: solución Power Pages Runtime Extensions
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_websiteidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwnerIdName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | Name of the owner |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | Yomi name of the owner |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningTeam
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Propiedad | Valor |
---|---|
Description | Version Number |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
Relaciones de uno a varios
Listado por SchemaName.
- adx_invitation_ActivityPointers
- adx_invitation_chats
- adx_invitation_SyncErrors
- adx_invitation_DuplicateMatchingRecord
- adx_invitation_DuplicateBaseRecord
- adx_invitation_AsyncOperations
- adx_invitation_MailboxTrackingFolders
- adx_invitation_ProcessSession
- adx_invitation_BulkDeleteFailures
- adx_invitation_PrincipalObjectAttributeAccesses
- adx_invitation_Appointments
- adx_invitation_Emails
- adx_invitation_Faxes
- adx_invitation_Letters
- adx_invitation_PhoneCalls
- adx_invitation_Tasks
- adx_invitation_RecurringAppointmentMasters
- adx_invitation_SocialActivities
- adx_invitation_connections1
- adx_invitation_connections2
- adx_invitation_Annotations
- adx_invitation_adx_inviteredemptions
- adx_invitation_adx_portalcomments
adx_invitation_ActivityPointers
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_ActivityPointers de la tabla activitypointer.
Propiedad | Valor |
---|---|
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
Añadido por: solución Activities Patch
Igual que la relación de varios a uno adx_invitation_chats de la tabla chat.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_SyncErrors de la tabla syncerror.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_DuplicateMatchingRecord de la tabla duplicaterecord.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_DuplicateBaseRecord de la tabla duplicaterecord.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_AsyncOperations de la tabla asyncoperation.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_MailboxTrackingFolders de la tabla mailboxtrackingfolder.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_ProcessSession de la tabla processsession.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_BulkDeleteFailures de la tabla bulkdeletefailure.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_PrincipalObjectAttributeAccesses de la tabla principalobjectattributeaccess.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_Appointments de la tabla appointment.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_Emails de la tabla email.
Propiedad | Valor |
---|---|
ReferencingEntity | |
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_Faxes de la tabla fax.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_Letters de la tabla letter.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_PhoneCalls de la tabla phonecall.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_Tasks de la tabla task.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_RecurringAppointmentMasters de la tabla recurringappointmentmaster.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_SocialActivities de la tabla socialactivity.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_connections1 de la tabla connection.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_connections2 de la tabla connection.
Propiedad | Valor |
---|---|
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
Añadido por: solución System Solution
Igual que la relación de varios a uno adx_invitation_Annotations de la tabla annotation.
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Igual que la relación de varios a uno adx_invitation_adx_inviteredemptions de la tabla adx_inviteredemption.
Propiedad | Valor |
---|---|
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
Añadido por: solución Active Solution
Igual que la relación de varios a uno adx_invitation_adx_portalcomments de la tabla adx_portalcomment.
Propiedad | Valor |
---|---|
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 |
Relaciones de varios a uno
Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.
- lk_adx_invitation_createdby
- lk_adx_invitation_createdonbehalfby
- lk_adx_invitation_modifiedby
- lk_adx_invitation_modifiedonbehalfby
- user_adx_invitation
- team_adx_invitation
- business_unit_adx_invitation
- adx_invitation_assigntoaccount
- adx_invitation_invitecontact
- adx_invitation_invitercontact
- adx_invitation_redeemedContact
- adx_invitation_redemptionworkflow
- powerpagesite_mspp_websiteid_adx_invitation
lk_adx_invitation_createdby
Añadido por: solución System Solution
Consulte la relación de uno a varios lk_adx_invitation_createdby de la tabla systemuser.
lk_adx_invitation_createdonbehalfby
Añadido por: solución System Solution
Consulte la relación de uno a varios lk_adx_invitation_createdonbehalfby de la tabla systemuser.
lk_adx_invitation_modifiedby
Añadido por: solución System Solution
Consulte la relación de uno a varios lk_adx_invitation_modifiedby de la tabla systemuser.
lk_adx_invitation_modifiedonbehalfby
Añadido por: solución System Solution
Consulte la relación de uno a varios lk_adx_invitation_modifiedonbehalfby de la tabla systemuser.
user_adx_invitation
Añadido por: solución System Solution
Consulte la relación de uno a varios user_adx_invitation de la tabla systemuser.
team_adx_invitation
Añadido por: solución System Solution
Consulte la relación de uno a varios team_adx_invitation de la tabla team.
business_unit_adx_invitation
Añadido por: solución System Solution
Consulte la relación de uno a varios business_unit_adx_invitation de la tabla businessunit.
adx_invitation_assigntoaccount
Añadido por: solución System Solution
Consulte la relación de uno a varios adx_invitation_assigntoaccount de la tabla account.
adx_invitation_invitecontact
Añadido por: solución System Solution
Consulte la relación de uno a varios adx_invitation_invitecontact de la tabla contact.
adx_invitation_invitercontact
Añadido por: solución System Solution
Consulte la relación de uno a varios adx_invitation_invitercontact de la tabla contact.
adx_invitation_redeemedContact
Añadido por: solución System Solution
Consulte la relación de uno a varios adx_invitation_redeemedContact de la tabla contact.
adx_invitation_redemptionworkflow
Añadido por: solución System Solution
Consulte la relación de uno a varios adx_invitation_redemptionworkflow de la tabla workflow.
powerpagesite_mspp_websiteid_adx_invitation
Añadido por: solución Power Pages Core Base
Consulte la relación de uno a varios powerpagesite_mspp_websiteid_adx_invitation de la tabla powerpagesite.
Relaciones de varios a varios
Los detalles de la relación proporcionados cuando la tabla adx_invitation es la primera tabla de la relación. Listado por SchemaName.
- adx_invitation_invitecontacts
- adx_invitation_redeemedcontacts
- adx_invitation_mspp_webrole_powerpagecomponent
adx_invitation_invitecontacts
IntersectEntityName: adx_invitation_invitecontacts
Tabla 1
Propiedad | Valor |
---|---|
IntersectAttribute | adx_invitationid |
IsCustomizable | True |
LogicalName | adx_invitation |
NavigationPropertyName | adx_invitation_invitecontacts |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 20000 |
Tabla 2
Propiedad | Valor |
---|---|
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
Tabla 1
Propiedad | Valor |
---|---|
IntersectAttribute | adx_invitationid |
IsCustomizable | True |
LogicalName | adx_invitation |
NavigationPropertyName | adx_invitation_redeemedcontacts |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Redeemed Invitations Order: 20000 |
Tabla 2
Propiedad | Valor |
---|---|
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
Tabla 1
Propiedad | Valor |
---|---|
IntersectAttribute | adx_invitationid |
IsCustomizable | True |
LogicalName | adx_invitation |
NavigationPropertyName | adx_invitation_mspp_webrole_powerpagecomponent |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 20000 |
Tabla 2
Propiedad | Valor |
---|---|
LogicalName | powerpagecomponent |
IntersectAttribute | powerpagecomponentid |
NavigationPropertyName | adx_invitation_mspp_webrole_powerpagecomponent |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Assign To Web Roles Order: 10000 |
Consultar también
Referencia de tabla o entidad de Dataverse Referencia de la API web adx_invitation EntityType