BusinessProcessObject.<Name of business process>.Metadata

Syntax:

Metadata()

Returned value:

Type: MetadataObject: BusinessProcess.

Description:

Provides access to the metadata description object of a business process. Another way of getting the same value is through the global context property Metadata. For example: Metadata.BusinessProcesses.Billing.

Availability:

Server, thick client, external connection.

Example:

For each Attribute In BusinessProcess.Metadata().Attributes Do
    Message(Attribute.Presentation());
EndIf
;


    

1C:Enterprise Developer's Community