TaskRef.<Task name>.Default

Syntax:

New TaskRef.(<UUID>)

Parameters:

<UUID> (optional)

Type: Array.
Unique identifier of the reference.
If the identifier is not specified, an empty reference is created.

Description:

Creates a new object based on transferred parameters.
This record form would call an error at the module check in the Designer as types of applied objects are not specified at the module check in the Designer.
Also can be created using the functional form of the New operator.
For example, Task = New(Type("TaskRef.ToInvoice"));

    

1C:Enterprise Developer's Community