Container classes for services, expenses and outlays 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 standard WrapperLinkContainer for services, expenses, and outlays. Example:
The DateFilterContainer has the buttons Single day, No filter and interval as well as the buttons for the date selection. It can be used for lists of services, expenses and outlays.
The lists are unfiltered by default (all entries are shown) and the view as shown in this image must be reached by clicking on the Single Tag button.
To display the list filtered by default, you can set the DefaultFiltered property. This property is not visible on the interface and must be set via script. On the link type, open the Script Editor or the Python Console and type:
argobject.rollea.defaultFiltered = True
argobject.rolleb.defaultFiltered = True
The ServiceContainer container class can be used for lists of services and has the following differences compared to DateFilterContainer:
offeneleistungen
in order to be able to include new services in the list.This list also appears unfiltered by default. If you want to show it filtered, follow the steps described in the Turn on Default Filters section above.
The container class SpesenContainer is available from version 6.4.0.19.
Open and invoiced expenses are always displayed. The expression is ignored for the display. The link member must offenespesen
in order to be able to enter new expenses in the list.
This list also appears unfiltered by default. If you want to show it filtered, follow the steps described in the Turn on Enable default filter section above.
The container class DispatchContainer is available from version 6.4.0.19.
Open and settled outlays are always displayed. The expression is ignored for the display. The link member must offeneauslagen
in order to be able to enter new outlays in the list.
This list also appears unfiltered by default. If you want to show it filtered, follow the steps described in the Turn on Enable default filter section above.