2024 April Release

Class FSCTEAMROOM@1.1001:AppConfigurationRoom Permanent link for this heading

Abstract base class to define an app configuration for an AppRoom

Class Hierarchy

Object > CompoundObject > Room > AppConfigurationRoom

Direct Subclasses

ContactConfiguration, CRMgmtConfiguration, ILMConfiguration, OCRConfigurationRoom, SAPConfiguration, ScrumCenter, TemplateMgmtConfiguration

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

AppRoom[]

acapprooms

App Rooms

AppRoom[]

acqueriedapprooms

App Rooms

boolean

acradvancedroomconfigmode

Enable Advanced Mode

Object[]

acrinspector

Inspection

Object[]

acrsupervisor

Supervisor

Object[]

tmcmodulecategories

Text Module Categories

Object[]

tmctemplatecategories

Template Categories

Actions Permanent link for this heading

Return Type

Signature

AppConfigurationRoom

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

MBInSpireService

GetMBInSpireService(
  out retval MBInSpireService svc,
  optional object context)

Properties Permanent link for this heading


App Rooms (FSCTEAMROOM@1.1001:acapprooms) Permanent link for this heading

The list of app rooms, which refer to this app configuration.
Note: In case of structured appconfiguration rooms (IsStructuredRoom) the property is linked to acapprooms.

unique AppRoom[] FSCTEAMROOM@1.1001:acapprooms readonly

Additional Information


App Rooms (FSCTEAMROOM@1.1001:acqueriedapprooms) Permanent link for this heading

This property queries all app rooms assigned to the app configuration room

AppRoom[] FSCTEAMROOM@1.1001:acqueriedapprooms readonly

Additional Information


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

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

Explanation:
If you disable this option, administrators can manage only selected settings using the "Settings" action of the personal dashboard.

boolean FSCTEAMROOM@1.1001:acradvancedroomconfigmode volatile

Additional Information


Inspection (FSCTEAMROOM@1.1001:acrinspector) Permanent link for this heading

Users stored in this attribute can get inspection permissions.

unique Object[] FSCTEAMROOM@1.1001:acrinspector

Additional Information


Supervisor (FSCTEAMROOM@1.1001:acrsupervisor) Permanent link for this heading

Users stored in this attribute can get supervisor permissions.

unique Object[] FSCTEAMROOM@1.1001:acrsupervisor

Additional Information


Text Module Categories (FSCTEMPLATEMGMT@1.1001:tmcmodulecategories) Permanent link for this heading

Property which is used to save text module categories

unique Object[] FSCTEMPLATEMGMT@1.1001:tmcmodulecategories readonly

Additional Information


Template Categories (FSCTEMPLATEMGMT@1.1001:tmctemplatecategories) Permanent link for this heading

Property which is used to save template categories

unique Object[] FSCTEMPLATEMGMT@1.1001:tmctemplatecategories readonly

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,
  out optional AppConfigurationRoom[] additionalconfigs)

Name

Description

recursive

true if the action is called recursively

configclass

the objectclass of the configuration

configuration

the app configuration room of the current context

additionalconfigs

in context of an global app dashboard (see: CPUseGlobalAppDashboard) the parameter configuration returns the first app configuration room stored in dbconfig. All other values of dbconfig are returned with parameter additionalconfigs.

FSCMINDBREEZE@1.1001:GetMBInSpireService Permanent link for this heading

Determine Mindbreeze Inspire Service

MBInSpireService FSCMINDBREEZE@1.1001:GetMBInSpireService(
  out retval MBInSpireService svc,
  optional object context)

Name

Description

svc

InSpire service

context

Context for service selection