2024 April Release

Class COOSYSTEM@1.1:BackLink Permanent link for this heading

An object of this class is used to store back links. A back link is used for connected objects. It stores an object and a list of objects that link to that object. E.g. there are person objects and meeting objects. Among other things a person object stores links to the meetings the persons participates in, and a meeting object stores links to the participating persons. With a back link the meeting object is automatically stored in the persons objects at the time the persons are entered as participating persons of the meeting object.

Class Hierarchy

Object > BackLink

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)

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

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