Campaign Activity Item (CampaignActivityItem) table/entity reference (Microsoft Dynamics 365)
Work item of a campaign activity, such as a list or sales literature.
The following table lists the messages for the Campaign Activity Item (CampaignActivityItem) 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 |
---|---|---|
Associate Event: True |
Associate records | Associate records |
Create Event: True |
POST /campaignactivityitemsSee Create |
Create records |
Delete Event: True |
DELETE /campaignactivityitems(campaignactivityitemid)See Delete |
Delete records |
Disassociate Event: True |
Disassociate records | Disassociate records |
Retrieve Event: True |
GET /campaignactivityitems(campaignactivityitemid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: True |
GET /campaignactivityitemsSee Query data |
Query data |
The following table lists selected properties for the Campaign Activity Item (CampaignActivityItem) table.
Property | Value |
---|---|
DisplayName | Campaign Activity Item |
DisplayCollectionName | Campaign Activity Items |
SchemaName | CampaignActivityItem |
EntitySetName | campaignactivityitems |
LogicalName | campaignactivityitem |
PrimaryIdAttribute | campaignactivityitemid |
PrimaryNameAttribute | name |
TableType | Standard |
OwnershipType | None |
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- CampaignActivityId
- CampaignActivityIdType
- CampaignActivityItemId
- ImportSequenceNumber
- ItemId
- ItemObjectTypeCode
- Name
- OverriddenCreatedOn
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
Property | Value |
---|---|
Description | Unique identifier of the campaign activity for the item. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | campaignactivityid |
RequiredLevel | SystemRequired |
Type | Lookup |
Targets | campaignactivity |
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | campaignactivityidtype |
RequiredLevel | None |
Type | EntityName |
Property | Value |
---|---|
Description | Unique identifier of the campaign activity item. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | campaignactivityitemid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Property | Value |
---|---|
Description | 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 |
Property | Value |
---|---|
Description | Unique identifier of the item. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | itemid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Property | Value |
---|---|
Description | Identification of the type of the campaign activity item. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | itemobjecttypecode |
RequiredLevel | SystemRequired |
Type | EntityName |
Property | Value |
---|---|
Description | name |
DisplayName | name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
Property | Value |
---|---|
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
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 |
Property | Value |
---|---|
Description | 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 |
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
Property | Value |
---|---|
Description | Unique identifier of the user or team who owns the campaign activity item. |
DisplayName | Owner |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | ApplicationRequired |
Type | Owner |
Targets | systemuser, team |
Property | Value |
---|---|
Description | Unique identifier of the user or team who owns the invoice detail. |
DisplayName | Owner |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
Property | Value |
---|---|
Description | Unique identifier of the business unit that owns the campaign activity item. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Type | Uniqueidentifier |
Property | Value |
---|---|
Description | Unique identifier of the user that owns the campaign activity item. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Type | Uniqueidentifier |
Property | Value |
---|---|
Description | Version Number |
DisplayName | Version Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
These relationships are many-to-one. Listed by SchemaName.
One-To-Many Relationship: activitypointer ActivityPointer_CampaignActivityItems
Property | Value |
---|---|
ReferencedEntity | activitypointer |
ReferencedAttribute | activityid |
ReferencingAttribute | campaignactivityid |
ReferencingEntityNavigationPropertyName | campaignactivityid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
These relationships are one-to-many. Listed by SchemaName.
- campaignactivityitem_AsyncOperations
- campaignactivityitem_BulkDeleteFailures
- campaignactivityitem_MailboxTrackingFolders
- campaignactivityitem_PrincipalObjectAttributeAccesses
Many-To-One Relationship: asyncoperation campaignactivityitem_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | campaignactivityitem_AsyncOperations |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-To-One Relationship: bulkdeletefailure campaignactivityitem_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | campaignactivityitem_BulkDeleteFailures |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-To-One Relationship: mailboxtrackingfolder campaignactivityitem_MailboxTrackingFolders
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | campaignactivityitem_MailboxTrackingFolders |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-To-One Relationship: principalobjectattributeaccess campaignactivityitem_PrincipalObjectAttributeAccesses
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | campaignactivityitem_PrincipalObjectAttributeAccesses |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
These relationships are many-to-many. Listed by SchemaName.
Property | Value |
---|---|
IntersectEntityName | campaignactivityitem |
IsCustomizable | False |
SchemaName | campaignactivitylist_association |
Property | Value |
---|---|
IntersectEntityName | campaignactivityitem |
IsCustomizable | False |
SchemaName | campaignactivitysalesliterature_association |
Dataverse table/entity reference
Dataverse Web API Reference