Activity
17 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
Body | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.BodyDescription:The HTML body of the activity. | |||
Date | DateTimeValue | DateTime | |
DAC Field: PX.Objects.CR.CRActivity.StartDateDescription:The start date and time of the event. | |||
Internal | BooleanValue | boolean | |
DAC Field: PX.Objects.CR.CRActivity.IsPrivateDescription:Specifies whether this activity is hidden from external users and not visible on the portal site. | |||
NoteID | GuidValue | Guid | |
DAC Field: PX.Objects.CR.CRActivity.NoteIDDescription:No description available | |||
Owner | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.OwnerIDDescription:No description available | |||
Status | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.UIStatusDescription:The status of the activity. The field can have one of the values listed in the ActivityStatusListAttribute class. The default value is ActivityStatusListAttribute.Open. | |||
Summary | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.SubjectDescription:The summary description of the activity. | |||
Task | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.ParentNoteIDDescription:The identifier of the parent task or event of the current activity. Corresponds to the value of the NoteID field. | |||
TimeActivity | TimeActivity | TimeActivity | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
Type | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.TypeDescription:The type of the activity. Corresponds to the value of the EPActivityType.Type field. | |||
Workgroup | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.WorkgroupIDDescription:No description available | |||
CreatedByID | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.CreatedByIDDescription:No description available | |||
CreatedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.CR.CRActivity.CreatedDateTimeDescription:No description available | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.CR.CRActivity.LastModifiedDateTimeDescription:No description available | |||
RelatedEntityType | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.RefNoteIDTypeDescription:Contains the type of the related entity, that is specified in CRActivity.RefNoteID. | |||
RelatedEntityNoteID | GuidValue | Guid | |
DAC Field: PX.Objects.CR.CRActivity.RefNoteIDDescription: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. | |||
RelatedEntityDescription | StringValue | string | |
DAC Field: PX.Objects.CR.CRActivity.SourceDescription: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.
{
"Summary": {
"value": "string"
}
}For every property this entity accepts, see the properties table.