CatalogObject.<Catalog name>.FullCode

Syntax:

FullCode()

Returned value:

Type: String.
A string containing the code of an item and the codes of all higher level items.
Codes are displayed from left to right beginning with the top level, and are delimited by forward slashes ("/").

Description:

Obtains the code of a catalog item along with the codes of all higher level items.

Availability:

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

Example:

Message("Full code of the given item: " +
          Object.FullCode());


    

1C:Enterprise Developer's Community