NodeSet.Fill

Syntax:

Fill()

Description:

Used to fill the set of nodes. NodeSet object belongs to the defined DataExchangeParameters object, belonging to the defined data object which in turn is associated with the metadata object included at least in one exchange plan. This method fills the set of nodes with references to all nodes of all exchange plans containing the metadata object, for which AutoRecord flag is on.

Availability:

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

Example:

Ob.DataExchange.Receivers.AutoFill = False;
Ob.DataExchange.Receivers.Fill();


    

1C:Enterprise Developer's Community