2022 June Release

Class COOTC@1.1001:TemplateCollection Permanent link for this heading

Class Hierarchy

Object > CompoundObject > TemplateCollection

An object of class TemplateCollection ("Template Collection") defines a template collection, in which users can collect templates for any business object. During the Drag & Drop action a copy of the template is created.

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

LanguageStringList[]

mlname

Multilingual Name

boolean

tcprogrammatic

Programmatic Use

Object[]

templates

Templates

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.

unique LanguageStringList[] COOSYSTEM@1.1:mlname


Programmatic Use (COOTC@1.1001:tcprogrammatic) Permanent link for this heading

boolean COOTC@1.1001:tcprogrammatic readonly


Templates (COOTC@1.1001:templates) Permanent link for this heading

Stores a list of templates (e.g. classes) which are assigned to that category. The templates will be shown in the creation dialog.

unique Object[] COOTC@1.1001:templates

Additional Information