Class FSCUSERFORMS@1.1001:RoomWithUserForm Permanent link for this heading

Room with user form.

Explanation:
A room with user data can be extended by user-defined fields and, like a Teamroom, allows you to define a team.

Class Hierarchy

Object > CompoundObject > Room > RoomWithUserForm

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

LanguageStringList[]

mlname

Multilingual Name

ReportResult[]

reportresults

Report Results

Actions Permanent link for this heading

Return Type

Signature

object

ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Properties Permanent link for this heading


Multilingual Name (COOSYSTEM@1.1:mlname) Permanent link for this heading

Defines the multilingual name of the object. It stores one name for each supported language.

Explanation:
This field defines the multilingual name of the object.

unique LanguageStringList[] COOSYSTEM@1.1:mlname


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


COOSYSTEM@1.1:ObjectCopy Permanent link for this heading

Creates a new object as the copy of the object. This action called on the source object. This action sets the property objsource on the copied object.

object COOSYSTEM@1.1:ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Name

Description

placement

If specified, the COO store or domain where the object should be copied. If not specified or an object with a different object class is specified, COOSYTEM@1.1:ObjectPlacementGet is called to determine the placement. On output the COO store where the object is copied.

object

The created copy of the object.

address

The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter coost or the automatically chosen COO store, if no COO store was specified.

virtualobject

(deprecated) Copy object as virtual object, living in one kernel instance only. If this parameter is used, it overrides the specified COO store in parameter placement.