Référence d’entité/de table Ad Placement (mspp_adplacement)

Notes

Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.

Ajouté par : solution Power Pages Apps

Messages

Message Opération de l'API web Classe ou méthode SDK
BulkRetain BulkRetain Action <xref:Microsoft.Crm.Sdk.Messages.BulkRetainRequest>
Create POST [org URI]/api/data/v9.0/mspp_adplacements
Voir Créer
CreateRequest ou
Create
CreateMultiple CreateMultiple Action CreateMultipleRequest
Delete DELETE [org URI]/api/data/v9.0/mspp_adplacements(mspp_adplacementid)
Voir Supprimer
DeleteRequest ou
Delete
PurgeRetainedContent PurgeRetainedContent Action <xref:Microsoft.Crm.Sdk.Messages.PurgeRetainedContentRequest>
Retain Retain Action <xref:Microsoft.Crm.Sdk.Messages.RetainRequest>
Retrieve GET [org URI]/api/data/v9.0/mspp_adplacements(mspp_adplacementid)
Voir Récupérer
RetrieveRequest ou
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET [org URI]/api/data/v9.0/mspp_adplacements
Voir Rechercher des données
RetrieveMultipleRequest ou
RetrieveMultiple
RollbackRetain RollbackRetain Action <xref:Microsoft.Crm.Sdk.Messages.RollbackRetainRequest>
Update PATCH [org URI]/api/data/v9.0/mspp_adplacements(mspp_adplacementid)
Voir Mettre à jour
UpdateRequest ou
Update
UpdateMultiple UpdateMultiple Action UpdateMultipleRequest
ValidateRetentionConfig ValidateRetentionConfig Action <xref:Microsoft.Crm.Sdk.Messages.ValidateRetentionConfigRequest>

Propriétés

Propriété Valeur
CollectionSchemaName mspp_adplacements
DisplayCollectionName Ad Placements
DisplayName Ad Placement
EntitySetName mspp_adplacements
IsBPFEntity False
LogicalCollectionName mspp_adplacements
LogicalName mspp_adplacement
OwnershipType OrganizationOwned
PrimaryIdAttribute mspp_adplacementid
PrimaryNameAttribute mspp_name
SchemaName mspp_adplacement

Colonnes/Attributs inscriptibles

Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.

mspp_adplacementId

Propriété Valeur
Description Unique identifier for entity instances
DisplayName Ad Placement
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName mspp_adplacementid
RequiredLevel SystemRequired
Type Uniqueidentifier

mspp_createdby

Propriété Valeur
Description Shows who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdby
RequiredLevel None
Targets systemuser
Type Lookup

mspp_createdon

Propriété Valeur
DateTimeBehavior UserLocal
Description Shows the date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdon
RequiredLevel None
Type DateTime

mspp_modifiedby

Propriété Valeur
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

mspp_modifiedon

Propriété Valeur
DateTimeBehavior UserLocal
Description Shows the date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedon
RequiredLevel None
Type DateTime

mspp_name

Propriété Valeur
Description The name of the custom entity.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_name
MaxLength 100
RequiredLevel ApplicationRequired
Type String

mspp_websiteid

Propriété Valeur
Description Unique identifier for Website associated with AdPlacement.
DisplayName Website
IsValidForForm True
IsValidForRead True
LogicalName mspp_websiteid
RequiredLevel ApplicationRequired
Targets mspp_website
Type Lookup

mspp_webtemplateid

Propriété Valeur
Description Unique identifier for Web Template associated with Ad Placement.
DisplayName Web Template
IsValidForForm True
IsValidForRead True
LogicalName mspp_webtemplateid
RequiredLevel Recommended
Targets mspp_webtemplate
Type Lookup

statecode

Propriété Valeur
Description Status of the Ad Placement
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

Choix/Options statecode

Valeur Étiquette Statut par défaut Nom invariant
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Propriété Valeur
Description Reason for the status of the Ad Placement
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

Choix/Options statuscode

Valeur Étiquette État
1 Active 0
2 Inactive 1

Colonnes/Attributs en lecture seule

Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.

mspp_createdbyName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyname
MaxLength 200
RequiredLevel None
Type String

mspp_createdbyYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_modifiedbyName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyname
MaxLength 200
RequiredLevel None
Type String

mspp_modifiedbyYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_websiteidName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_websiteidname
MaxLength 100
RequiredLevel None
Type String

mspp_webtemplateidName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_webtemplateidname
MaxLength 100
RequiredLevel None
Type String

Relations un-à-plusieurs

Répertorié par SchemaName.

mspp_adplacement_ActivityPointers

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_ActivityPointers pour la table/entité activitypointer.

Propriété Valeur
ReferencingEntity activitypointer
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_ActivityPointers
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_adx_inviteredemptions

Ajouté par : solution Active Solution

Identique à la relation plusieurs à un mspp_adplacement_adx_inviteredemptions pour la table/entité adx_inviteredemption.

Propriété Valeur
ReferencingEntity adx_inviteredemption
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_adx_inviteredemptions
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_adx_portalcomments

Ajouté par : solution Active Solution

Identique à la relation plusieurs à un mspp_adplacement_adx_portalcomments pour la table/entité adx_portalcomment.

Propriété Valeur
ReferencingEntity adx_portalcomment
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_adx_portalcomments
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_chats

Ajouté par : solution Activities Patch

Identique à la relation plusieurs à un mspp_adplacement_chats pour la table/entité chat.

Propriété Valeur
ReferencingEntity chat
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_chats
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_Appointments

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_Appointments pour la table/entité appointment.

Propriété Valeur
ReferencingEntity appointment
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_Appointments
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_Emails

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_Emails pour la table/entité email.

Propriété Valeur
ReferencingEntity email
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_Emails
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_Faxes

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_Faxes pour la table/entité fax.

Propriété Valeur
ReferencingEntity fax
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_Faxes
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_Letters

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_Letters pour la table/entité letter.

Propriété Valeur
ReferencingEntity letter
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_Letters
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_PhoneCalls

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_PhoneCalls pour la table/entité phonecall.

Propriété Valeur
ReferencingEntity phonecall
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_PhoneCalls
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_Tasks

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_Tasks pour la table/entité task.

Propriété Valeur
ReferencingEntity task
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_Tasks
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_RecurringAppointmentMasters

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_RecurringAppointmentMasters pour la table/entité recurringappointmentmaster.

Propriété Valeur
ReferencingEntity recurringappointmentmaster
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_RecurringAppointmentMasters
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_adplacement_SocialActivities

Ajouté par : solution System Solution

Identique à la relation plusieurs à un mspp_adplacement_SocialActivities pour la table/entité socialactivity.

Propriété Valeur
ReferencingEntity socialactivity
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName mspp_adplacement_SocialActivities
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

Relations plusieurs-à-un

Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.

mspp_systemuser_mspp_adplacement_createdby

Ajouté par : solution System Solution

Voir la relation un à plusieurs mspp_systemuser_mspp_adplacement_createdby pour la table/entité systemuser.

mspp_systemuser_mspp_adplacement_modifiedby

Ajouté par : solution System Solution

Voir la relation un à plusieurs mspp_systemuser_mspp_adplacement_modifiedby pour la table/entité systemuser.

mspp_website_adplacement

Voir la relation un à plusieurs mspp_website_adplacement pour la table/entité mspp_website.

mspp_webtemplate_adplacement

Voir la relation un à plusieurs mspp_webtemplate_adplacement pour la table/entité mspp_webtemplate.

Voir aussi

Référence d’entité/de table Dataverse Référence d’API web mspp_adplacement EntityType