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

Properties

Select a row for its DAC field and description
PropertyTypeData Type
BodyStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Body
Description:The HTML body of the activity.
DateDateTimeValueDateTime
DAC Field:PX.Objects.CR.CRActivity.StartDate
Description:The start 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.
NoteIDGuidValueGuid
DAC Field:PX.Objects.CR.CRActivity.NoteID
Description:No description available
OwnerStringValuestring
DAC Field:PX.Objects.CR.CRActivity.OwnerID
Description:No description available
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.
TaskStringValuestring
DAC Field:PX.Objects.CR.CRActivity.ParentNoteID
Description:The identifier of the parent task or event of the current activity. Corresponds to the value of the NoteID field.
TimeActivityTimeActivityTimeActivity
DAC Field:Not mapped to a DAC field
Description:No description available
TypeStringValuestring
DAC Field:PX.Objects.CR.CRActivity.Type
Description:The type of the activity. Corresponds to the value of the EPActivityType.Type field.
WorkgroupStringValuestring
DAC Field:PX.Objects.CR.CRActivity.WorkgroupID
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.

Available in Versions