ChartOfAccountsManager.<Chart of accounts name>.CreateAccount

Syntax:

CreateAccount()

Returned value:

Type: ChartOfAccountsObject.

Description:

Creates a new account.

Availability:

Server, thick client, external connection.

Note:

This method does not write the created object to the database.

Example:

Account = ChartsOfAccounts.SelfSupporting.CreateAccount();

    

1C:Enterprise Developer's Community