TaskObject.<Task name>.Write

Syntax:

Write()

Description:

Records the task in the database.

Availability:

Server, thick client, external connection.

Note:

During recording the code uniqueness is checked, if this mode is set in the configuration.

Example:

Try
    Object.Write();
Except
    DoMessageBox("Can't write object - """ + Object + """!
                   |"
 + ErrorDescription(), 60);
EndTry;


    

1C:Enterprise Developer's Community