2024 April Release

Class FSCTEAMROOM@1.1001:AppRoomInbox Permanent link for this heading

Abstract base class to define an inbox for an AppRoom.
An app room inbox is used to change the allocation of an object to another room where the current user does not have change permissions.
For example in the context of SCRUM the allocation of a BacklogItem from one ScrumProject to another ScrumProject can only be done by use of an app room inbox.

Class Hierarchy

Object > CompoundObject > AppRoomInbox

Direct Subclasses

RequestContainer

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

AppRoom

ariapproom

App Room

Object[]

arichildren

Content

Properties Permanent link for this heading


App Room (FSCTEAMROOM@1.1001:ariapproom) Permanent link for this heading

Stores the AppRoom the AppRoomInbox is belongs to.

Explanation:
This field contains the corresponding app room.

AppRoom FSCTEAMROOM@1.1001:ariapproom readonly(ui)

Additional Information


Content (FSCTEAMROOM@1.1001:arichildren) Permanent link for this heading

Stores the objects which are allocated to the AppRoomInbox of the AppRoom defined in property ariapproom.

Explanation:
This field contains the content of the inbox.

Object[] FSCTEAMROOM@1.1001:arichildren

Additional Information