2022 June Release

Class FSCTEAMROOM@1.1001:AppConfigurationRoom Permanent link for this heading

Class Hierarchy

Object > CompoundObject > Room > AppConfigurationRoom

Abstract base class to define an app configuration for an AppRoom

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

AppRoom[]

acapprooms

App Rooms

boolean

acradvancedroomconfigmode

Enable Advanced Mode

Object[]

acrinspector

Inspection

Object[]

acrsupervisor

Supervisor

TextModuleCategory[]

tmcmodulecategories

Text Module Categories

TemplateCategory[]

tmctemplatecategories

Template Categories

Actions Permanent link for this heading

Return Type

Signature

AppConfigurationRoom

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

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.

AppRoom[] FSCTEAMROOM@1.1001:acapprooms 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

boolean FSCTEAMROOM@1.1001:acradvancedroomconfigmode volatile

Additional Information


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

unique Object[] FSCTEAMROOM@1.1001:acrinspector

Additional Information


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

unique Object[] FSCTEAMROOM@1.1001:acrsupervisor

Additional Information


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

unique TextModuleCategory[] FSCTEMPLATEMGMT@1.1001:tmcmodulecategories readonly

Additional Information


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

unique TemplateCategory[] 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)

Name

Description

recursive

true if the action is called recursively

configclass

the objectclass of the configuration

configuration

the contract configuration room

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