activityparty EntityType

Person or group associated with an activity. An activity can have multiple activity parties.

Entity set path:
[organization URI]/api/data/v9.2/activityparties
Base type:
crmbaseentity
Display name:
Activity Party
Primary key:
activitypartyid
Primary key attribute:
partyidname
Operations supported:
GET (RetrieveMultiple Only)

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
activitypartyid Edm.Guid

Unique identifier of the activity party.

Display name: Activity Party

addressused Edm.String

Email address to which an email is delivered, and which is associated with the target entity.

Display name: Address

addressusedemailcolumnnumber Edm.Int32

Email address column number from associated party.

Display name: Email column number of party

Read only
donotemail Edm.Boolean

Information about whether to allow sending email to the activity party.

Display name: Do not allow Emails

Read only
Default options
Values Label
1 Do Not Allow
0 Allow
donotfax Edm.Boolean

Information about whether to allow sending faxes to the activity party.

Display name: Do not allow Faxes

Read only
Default options
Values Label
1 Do Not Allow
0 Allow
donotphone Edm.Boolean

Information about whether to allow phone calls to the lead.

Display name: Do not allow Phone Calls

Read only
Default options
Values Label
1 Do Not Allow
0 Allow
donotpostalmail Edm.Boolean

Information about whether to allow sending postal mail to the lead.

Display name: Do not allow Postal Mails

Read only
Default options
Values Label
1 Do Not Allow
0 Allow
effort Edm.Double

Amount of effort used by the resource in a service appointment activity.

Display name: Effort

exchangeentryid Edm.String

For internal use only.

Display name: Exchange Entry

instancetypecode Edm.Int32

Type of instance of a recurring series.

Display name: Appointment Type

Read only
Default options
Values Label
0 Not Recurring
1 Recurring Master
2 Recurring Instance
3 Recurring Exception
4 Recurring Future Exception
ispartydeleted Edm.Boolean

Information about whether the underlying entity record is deleted.

Display name: Is Party Deleted

Read only
Default options
Values Label
1 Yes
0 No
participationtypemask Edm.Int32

Role of the person in the activity, such as sender, to, cc, bcc, required, optional, organizer, regarding, or owner.

Display name: Participation Type

Default options
Values Label
1 Sender
2 To Recipient
3 CC Recipient
4 BCC Recipient
5 Required attendee
6 Optional attendee
7 Organizer
8 Regarding
9 Owner
10 Resource
11 Customer
12 Chat Participant
13 Related
scheduledend Edm.DateTimeOffset

Scheduled end time of the activity.

Display name: Scheduled End

Read only
scheduledstart Edm.DateTimeOffset

Scheduled start time of the activity.

Display name: Scheduled Start

Read only
unresolvedpartyname Edm.String

The name of the party to be used when the party is not resolved to an entity.

Display name: Unresolved Party Name

versionnumber Edm.Int64
Read only

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_activityid_value activityid_activitypointer

Unique identifier of the activity associated with the activity party. (A "party" is any person who is associated with an activity.)

_partyid_value partyid_account
partyid_contact
partyid_knowledgearticle
partyid_queue
partyid_systemuser

Unique identifier of the party associated with the activity.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
activityid_activitypointer activitypointer activitypointer_activity_parties
activityid_adx_inviteredemption_activityparty adx_inviteredemption adx_inviteredemption_activity_parties
activityid_adx_portalcomment_activityparty adx_portalcomment adx_portalcomment_activity_parties
activityid_appointment appointment appointment_activity_parties
activityid_chat_activityparty chat chat_activity_parties
activityid_email email email_activity_parties
activityid_fax fax fax_activity_parties
activityid_letter letter letter_activity_parties
activityid_phonecall phonecall phonecall_activity_parties
activityid_recurringappointmentmaster recurringappointmentmaster recurringappointmentmaster_activity_parties
activityid_socialactivity socialactivity socialactivity_activity_parties
activityid_task task task_activity_parties
partyid_account account account_activity_parties
partyid_contact contact contact_activity_parties
partyid_knowledgearticle knowledgearticle knowledgearticle_activity_parties
partyid_queue queue queue_activity_parties
partyid_systemuser systemuser system_user_activity_parties

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
ActivityParty_SyncErrors syncerror regardingobjectid_activityparty_syncerror

See also