Skip to main content
CR

CRResponseActivity

PX.Objects.CRRelease 2025.2

An alias of CRActivity used to isolate the cache of a selector for the CRActivity.ResponseActivityNoteID field from the CRActivity class itself. This class is preserved for internal use only.

Field NameTypeDisplay NameForeign Key
AllDay
bitAll Day-
Description:Specifies whether this event is an all-day event.
Application
intOriginated By-
Description:The EPActivityType.application of original Activity Type Corresponds to the value of the EPActivityType.Application field.
BAccountIDDefault Navigation
intRelated AccountBAccountR
Description:The identifier of the related business account. Along with ContactID, this field is used as an additional reference, but unlike RefNoteID and DocumentNoteID it is used for specific entities. Corresponds to the value of the BAccount.BAccountID field.
Body
nvarcharActivity Details-
Description:The HTML body of the activity.
CategoryIDDefault Navigation
intCategoryEPEventCategory
Description:The identifier of the task or event category. Corresponds to the value of the EPEventCategory.CategoryID field.
ClassID
intClass-
Description:The class of the activity. The field can have one of the values listed in the CRActivityClass class. The default values are CRActivityClass.Activity for the CRActivityMaint graph, CRActivityClass.Task for the CRTaskMaint graph, CRActivityClass.Event for the EPEventMaint graph, and CRActivityClass.Email for the CREmailActivityMaint graph. This field must be specified at the initialization of an email and not be changed afterwards.
ClassIconNonexistent in DB
stringClass Icon-
Description:The URL of the icon that corresponds to the ClassID of the activity. The icon is displayed in a grid to indicate the activity type. The available values are listed in the classIcon class.
ClassInfoNonexistent in DB
stringType-
Description:No description available
CommentBodyNonexistent in DB
stringActivity Details-
Description:No description available
CommentStartDateNonexistent in DB
DateTime?Start Date-
Description:No description available
CommentSubjectNonexistent in DB
stringSummary-
Description:No description available
CommentTypeDefault NavigationNonexistent in DB
stringTypeEPActivityType
Description:No description available
CompletedDate
datetimeCompleted On-
Description:The date and time when activity was completed (UIStatus was set to ActivityStatusListAttribute.Completed).
ContactIDDefault Navigation
intRelated ContactContact
Description:The identifier of the related contact. Along with BAccountID, this field is used as an additional reference, but unlike RefNoteID and DocumentNoteID it is used for specific entities. Corresponds to the value of the Contact.ContactID field.
CreatedByIDDefault Navigation
uniqueidentifierCreated ByUsers
Description:No description available
CreatedByScreenID
char(8)-
Description:No description available
CreatedDateTime
datetimeCreated At-
Description:No description available
DayOfWeekNonexistent in DB
int?Day Of Week-
Description:The day of week of StartDate. The field is calculated automatically on the basis of StartDate. The following values are possible: null (when StartDate is null), and the values defined by the System.DayOfWeek enumeration and converted to int.
DeletedDatabaseRecord
bit-
Description:No description available
DocumentNoteID
uniqueidentifierRelated Document-
Description:The INotable.NoteID value of the related document. It is similar to RefNoteID, but contains an additional reference to the source of the activity (usually the source of the activity is a document). For example, the (CRMassMailMaint) graph fills this value with a link to the source CRCampaign or CRMarketingList object.
EndDate
datetimeEnd Date-
Description:The end date and time of the event.
EntityDescriptionNonexistent in DB
stringEntity-
Description:Returns either additional information about the related entity or the last error message. The property is used by the CREmailActivityMaint graph to show additional infomation about the SMEmail status.
ExchangeTaskListName
nvarchar(50)Exchange Task List Name-
Description:No description available
Incoming
bitIncoming-
Description:Specifies whether this activity is incoming. The value is equal to EPActivityType.Incoming of the current Type.
IsCompleteIconNonexistent in DB
stringComplete Icon-
Description:The URL of the icon for a completed activity (UIStatus is ActivityStatusListAttribute.Completed).
IsExternal
bit-
Description:Specifies whether this activity was created by an external user on the portal.
IsFinalAnswer
bitFinal Answer-
Description:No description available
IsLocked
bitIs Locked-
Description:No description available
IsOverdueNonexistent in DB
bool?-
Description:Indicates whether the activity is overdue (the UIStatus is neither ActivityStatusListAttribute.Completed nor ActivityStatusListAttribute.Canceled and EndDate is passed).
IsPinned
nvarcharIs Pinned-
Description:No description available
IsPrivate
bitInternal-
Description:Specifies whether this activity is hidden from external users and not visible on the portal site.
LastModifiedByIDDefault Navigation
uniqueidentifierLast Modified ByUsers
Description:No description available
LastModifiedByScreenID
char(8)-
Description:No description available
LastModifiedDateTime
datetime-
Description:No description available
Location
nvarchar(255)Location-
Description:The location of the event.
NoteIDDefault Navigation
uniqueidentifierID-
Description:No description available
Outgoing
bitOutgoing-
Description:Specifies whether this activity is outgoing. The value is equal to EPActivityType.Outgoing of the current Type.
OwnerIDDefault Navigation
intOwnerContact
Description:No description available
ParentNoteIDDefault Navigation
uniqueidentifierParent ActivityContact
Description:The identifier of the parent task or event of the current activity. Corresponds to the value of the NoteID field.
PercentCompletion
intCompletion (%)-
Description:The estimation of the task completion expressed as a percentage.
Priority
intPriority-
Description:The priority of the activity.
PriorityIconNonexistent in DB
stringPriority Icon-
Description:The URL of the icon to indicate the Priority of the activity. The field can have one of the values listed in the priorityIcon class. If the value is null, no icon is used.
ProvidesCaseSolution
bitCase Solution Provided-
Description:Specifies whether this activity is provides case solution or not.
RecipientNotes
nvarchar-
Description:No description available
RefNoteID
uniqueidentifierRelated EntityCRActivityStatistics
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.
RefNoteIDTypeNonexistent in DB
stringRelated Entity Type-
Description:Contains the type of the related entity, that is specified in CRActivity.RefNoteID.
ResponseActivityNoteIDDefault Navigation
uniqueidentifierResponse Provided InContact
Description:The identifier of the activity that is a response to the current activity.
ResponseDueDateTime
datetimeResponse Due-
Description:The due date and time for the response to the current activity.
SelectedNonexistent in DB
bool?Selected-
Description:No description available
SelectorDescriptionNonexistent in DB
stringDescription-
Description:No description available
ShowAsID
intShow As-
Description:The event status to be displayed on your schedule if it is public.
SourceNonexistent in DB
stringRelated Entity-
Description:The description of the entity whose NoteID value is specified as RefNoteID. The description is retrieved by the GetEntityDescription(Guid?, System.Type) method.
StartDate
datetimeStart Date-
Description:The start date and time of the event.
SubjectDefault Navigation
nvarchar(256)Summary-
Description:The summary description of the activity.
Synchronize
bitSynchronize-
Description:Specifies whether the activity should be included in the exchange synchronization. The value is used in the exchange integration (see FeaturesSet.ExchangeIntegration). The default value is true.
TimeZone
nvarchar(32)Time Zone-
Description:The custom time zone of the activity. The field can have one of the values described in PXTimeZoneAttribute. If it does not set to null then adjusts StartDate and EndDate field values to the specified time zone. It is currently used only by EPEventMaint.
TypeDefault Navigation
char(5)TypeEPActivityType
Description:The type of the activity. Corresponds to the value of the EPActivityType.Type field.
UIStatus
char(2)Status-
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.
WorkgroupIDDefault Navigation
intWorkgroupEPCompanyTree
Description:No description available
tstamp
timestamp-
Description:No description available