MetadataObject: DocumentJournal.FullName
Syntax:
Returned value:
Description:
Availability:
Example:
// There are "Banks", "Currencies" and "Articles" catalogs defined in the configuration // The result of example: For each Object In Metadata.Catalogs Do Message(Object.FullName()); EndDo; // will be messages: // Catalog.Banks // Catalog.Currencies // Catalog.Articles |