CR
CRActivityLink
Lightweight projection of the CRActivity class that is used to fetch references to entities and activities (the NoteID, RefNoteID, and ParentNoteID properties). For instance, it is used to fetch CRCase only if the NoteID value of the linked activity is known. This class is preserved for internal use only.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
NoteID | uniqueidentifier | - | ||
Description:No description available | ||||
ParentNoteID | uniqueidentifier | - | ||
Description:The identifier of the parent task or event of the current activity. Corresponds to the value of the NoteID field. | ||||
RefNoteID | uniqueidentifier | - | ||
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. | ||||