CatalogObject.<Catalog name>.Write

Syntax:

Write()

Description:

Records a catalog item in the database.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

Code uniqueness is checked in the process of recording, provided 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