ExchangePlansManager

Collection elements:

ExchangePlanManager
Iteration through collection using For each ... In ... Do operator is available to object. Exchange plans managers are retrieved during iteration.
Access to exchange plan manager is possible using [...] operator. Exchange plan name, the way it is assigned in the configuration. is passed as an argument.

Properties:

<Exchange plan name>

Methods:

AllRefsType
CreateInitialImage
CreateMessageReader
CreateMessageWriter
DeleteChangeRecords
IsChangeRecorded
MasterNode
ReadChanges
RecordChanges
SelectChanges
SetMasterNode
WriteChanges

Description:

Meant to manage the exchange plans and delivers access to the ExchangePlanManager. type values. You can access the object using global context property ExchangePlans.

Availability:

Server, thick client, external connection, Mobile application (server).
Exchange with server is possible.

Example:

For each ExchangePlan In Metadata.ExchangePlans Do
    ExchangePlanName      = ExchangePlan.Name;
    ExchangePlansManager = ExchangePlans[ExchangePlanName];
    ExchangePlanSelection  = ExchangePlansManager.Select();
    // Process selection
EndDo;

See also:

Global context, property ExchangePlans

    

1C:Enterprise Developer's Community