Object: Create
This simple module allows to create objects. Optionally a title can be provided. To create the objects a folder and a template must be specified.
Designation
- Name
- mc.Create
- Aliases
- ObjectCreate
Configuration
- Optionen
- Test mode (
test-mode
) - Activates a simulation mode
- Mode (
input-mode
) - Defines the input modeMögliche Werte: Object (
object
), Variable (vara
)
- Object name (
name
) - In object mode, the name of the object to be created and in vara mode, the vara object containing the object names.
- Template (
template
) - Template to use for the new object
- Folder (
folder
) - In this folder the new object will be created
- Title (
title
) - Title of the new object
Input parameters
Option Mode/Object name
The input mode can be either object or vara. In the case of object, a single object is created whose name is transferred in the name option. In the vara input mode, a static Vara object is transferred in the name option, whose keys represent the object names of the objects to be created. This means that many objects of the same object type can be created in the same folder with the same title with just one call of the module.