TaskManager.<Task name>

Methods:

CreateTask
EmptyRef
FindByAttribute
FindByDescription
FindByNumber
GetChoiceData
GetChoiceForm
GetForm
GetListForm
GetNewTaskForm
GetRef
GetTemplate
Select

Events:

FormGetProcessing
ChoiceDataGetProcessing
PresentationFieldsGetProcessing
PresentationGetProcessing

Description:

Used to manage the task as configuration object. Use this object to perform selection of elements, create new elements and groups, and to work with task forms and templates. You can access this object through the properties of the object TasksManager. Object type full name is defined with configuration task name.

Availability:

Server, thick client, external connection.
Exchange with server is possible. Serializable.

Example:

// Create and write new task
NewTask = Tasks.Task.CreateTask();
NewTask.Date = CurrentDate();
// Set other attributes for task
NewTask.Write();

See also:

TasksManager, property <Task name>
TaskObject, method SetNewObjectRef
TaskObject, method GetNewObjectRef
TaskRef, method UUID

    

1C:Enterprise Developer's Community