ChartOfAccountsObject.<Chart of accounts name>.Metadata

Syntax:

Metadata()

Returned value:

Type: MetadataObject: ChartOfAccounts.

Description:

Grants access to the chart of accounts' metadata object description. Another way of getting the same value is through the global context property Metadata. For example: Metadata.ChartsOfAccounts.Main.

Availability:

Server, thick client, external connection.

Example:

SelectionByAccount = ChartsOfAccounts[Account.Metadata().Name].Select(Account);

    

1C:Enterprise Developer's Community