2022 June Release

Class FSCTEAMROOM@1.1001:AppDashboard Permanent link for this heading

Class Hierarchy

Object > CompoundObject > AppDashboard

Abstract base class to define a Dashboard for an AppRoom

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

Object[]

dbadditionalfeatures

Activate Further Functionalities

boolean

dbadvancedorgdashboardconfigmode

Activate Organization Administration

boolean

dbadvancedroomconfigmode

Enable Advanced Mode

Object

dbstartelement

Start With

ReportResult[]

reportresults

Report Results

Actions Permanent link for this heading

Return Type

Signature

AppConfigurationRoom

GetContextConfiguration(
  optional boolean recursive,
  optional ObjectClass configclass,
  out retval AppConfigurationRoom configuration)

AppDashboard

GetContextDashboard(
  optional ObjectClass dashboardclass,
  optional ObjectClass configclass,
  out retval AppDashboard dashboard)

Properties Permanent link for this heading


Activate Further Functionalities (FSCTEAMROOM@1.1001:dbadditionalfeatures) Permanent link for this heading

unique Object[] FSCTEAMROOM@1.1001:dbadditionalfeatures readonly volatile


Activate Organization Administration (FSCTEAMROOM@1.1001:dbadvancedorgdashboardconfigmode) Permanent link for this heading

boolean FSCTEAMROOM@1.1001:dbadvancedorgdashboardconfigmode readonly volatile


Enable Advanced Mode (FSCTEAMROOM@1.1001:dbadvancedroomconfigmode) Permanent link for this heading

Attribute to define if the room configurations are displayed on dashboard level

boolean FSCTEAMROOM@1.1001:dbadvancedroomconfigmode readonly volatile


Start With (FSCTEAMROOM@1.1001:dbstartelement) Permanent link for this heading

Object FSCTEAMROOM@1.1001:dbstartelement readonly volatile


Report Results (FSCREPORTING@1.1001:reportresults) Permanent link for this heading

List of report results

unique ReportResult[] FSCREPORTING@1.1001:reportresults readonly(ui) volatile

Additional Information

Actions Permanent link for this heading


FSCTEAMROOM@1.1001:GetContextConfiguration Permanent link for this heading

Gets the configuration for an object taking into account context-specific information. If no configuration is found, the object contained in transaction variable TV_CONTEXTOBJECT is used.

AppConfigurationRoom FSCTEAMROOM@1.1001:GetContextConfiguration(
  optional boolean recursive,
  optional ObjectClass configclass,
  out retval AppConfigurationRoom configuration)

Name

Description

recursive

true if the action is called recursively

configclass

the objectclass of the configuration

configuration

the contract configuration room

FSCTEAMROOM@1.1001:GetContextDashboard Permanent link for this heading

Get the app dashboard for an object taking into account context-specific information.

AppDashboard FSCTEAMROOM@1.1001:GetContextDashboard(
  optional ObjectClass dashboardclass,
  optional ObjectClass configclass,
  out retval AppDashboard dashboard)

Name

Description

dashboardclass

app dashboard object class

configclass

app configuration object class

dashboard

the dashboard