DataProcessorObject.<Data processor name>.Metadata

Syntax:

Metadata()

Returned value:

Type: MetadataObject: DataProcessor.

Description:

Provides access to the metadata description object of the processing. Another way of getting the same value is through the global context property Metadata. For example: Metadata.Processings.DataUnload.

Availability:

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

Example:

Object = Catalogs.Rivals.FindByCode(1);
CatalogMetadata = Object.Metadata();
Message("Catalog representation - " +
    CatalogMetadata.Presentation());


    

1C:Enterprise Developer's Community