Container classes for activities

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

Created: 27.06.2008
Machine translated
Updated: 24.05.2018 | CalendarContainer removed (only Classic app, no longer available from Vertec 6.2)

The following container classes can be specified on WrapperLinkTypes instead of the default WrapperLinkContainer for the activities.

Activitiescontainers

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:

  • ShowAll=True
  • UntilDate=according to system setting quantity days preview in pending activities.
  • HideNew=False

Used by default by activity lists on invoices, projects, phases, and address entries.

Activitiescontaineropen

Activity container subclass with other default values:

  • ShowAll=False
  • ToDate=according to preview Pendencies system setting
  • HideNew=False

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.

Activitiescontaineropennonnew

Activity subclassContainerOpen. Activities younger than 30 minutes are not displayed.

Default values:

  • ShowAll=False
  • ToDate=according to preview Pendencies system setting
  • HideNew=True

Activitiesdatefiltercontainer

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.