Skip to main content
API Family:Default
Version:25.200.001
Screen ID:CR306030

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AllDayBooleanValueboolean
DAC Field:PX.Objects.CR.CRActivity.AllDay
Description:Specifies whether this event is an all-day event.
AttendeesListEventAttendee
DAC Field:Not mapped to a DAC field
Description:No description available
BodyStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Body
Description:The HTML body of the activity.
CategoryStringValuestring
DAC Field:PX.Objects.CR.CRActivity.CategoryID
Description:The identifier of the task or event category. Corresponds to the value of the EPEventCategory.CategoryID field.
EndDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivity.EndDate
Description:The end date and time of the event.
InternalBooleanValueboolean
DAC Field:PX.Objects.CR.CRActivity.IsPrivate
Description:Specifies whether this activity is hidden from external users and not visible on the portal site.
LocationStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Location
Description:The location of the event.
NoteIDGuidValueGuid
DAC Field:PX.Objects.CR.CRActivity.NoteID
Description:No description available
PriorityStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Priority
Description:The priority of the activity.
RelatedActivitiesListActivityDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ReminderReminderDetailReminderDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ShowAsStringValuestring
DAC Field:PX.Objects.CR.CRActivity.ShowAsID
Description:The event status to be displayed on your schedule if it is public.
StartDateDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivity.StartDate
Description:The start date and time of the event.
StatusStringValuestring
DAC Field:PX.Objects.CR.CRActivity.UIStatus
Description:The status of the activity. The field can have one of the values listed in the ActivityStatusListAttribute class. The default value is ActivityStatusListAttribute.Open.
SummaryStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Subject
Description:The summary description of the activity.
TimeActivityEventTimeActivityEventTimeActivity
DAC Field:Not mapped to a DAC field
Description:No description available
CreatedByIDStringValuestring
DAC Field:PX.Objects.CR.CRActivity.CreatedByID
Description:No description available
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivity.CreatedDateTime
Description:No description available
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivity.LastModifiedDateTime
Description:No description available
RelatedEntityTypeStringValuestring
DAC Field:PX.Objects.CR.CRActivity.RefNoteIDType
Description:Contains the type of the related entity, that is specified in CRActivity.RefNoteID.
RelatedEntityNoteIDGuidValueGuid
DAC Field:PX.Objects.CR.CRActivity.RefNoteID
Description:Contains the INotable.NoteID value of the related entity. This activity is displayed on the Activities tab of the entity's form. The related document may or may not implement the INotable interface, but it must have a field marked with the PXNoteAttribute attribute with the PXNoteAttribute.ShowInReferenceSelector property set to true.
RelatedEntityDescriptionStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Source
Description:The description of the entity whose NoteID value is specified as RefNoteID. The description is retrieved by the GetEntityDescription(Guid?, System.Type) method.

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

1 required field
{
  "Summary": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Optional Children

None of these child collections is required — a payload without them is valid. If you do include one, these are the fields each row of it needs; keys the parent record supplies are named separately and must not be sent.

  • RelatedActivitiesa list of ActivityDetailrequired if you include one:Summary

Available in Versions