Activity container classes for use in link types
Product line
Standard
|Expert
Operating mode
CLOUD ABO
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
The following container classes can be specified on WrapperLinkTypes instead of the default WrapperLinkContainer for the activities.
Has on the interface the checkboxes Show all (otherwise only unfinished) and Until due date, as well as the filter field Activity type.
In the code, these are the ShowAll and ToDate properties. If ToDate is NULL, no filtering is done by date.
There is also the HideNew property. If True, activities younger than 30 minutes (according to CreationDateTime) will not be shown.
Default values:
Used by default by activity lists on invoices, projects, phases, and address entries.
Activity container subclass with other default values:
By default, the Activities list shows an activityContainerOpen.
Remarks: An expression of the type aktivitaeten->select(pendent)
should not be used on the WrapperLinkType, but should instead be entered in the container class ActivitiesContainerOpen (or ActivitiesContainerOpenNotNew), which already contain this filter per se.
Activity subclassContainerOpen. Activities younger than 30 minutes are not displayed.
Default values:
Analogous to the DateFilterContainer for services, there is the ActivityDateFilterContainer for activities.
Here, the activities are filtered by date (single day or period). There is also a filter field for the activity type. By default, for example, the activities of a user show an ActivityDateFilterContainer.