NodeSet.Add

Syntax:

Add(<Node>)

Parameters:

<Node> (required)

Type: ExchangePlanRef.
Reference to the exchange plan node to be added to the set of nodes.

Description:

Adds a node to the set of nodes. If the node is already in the set, then it will not be added.

Availability:

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

Example:

Node = ExchangePlans.EP1.FindByCode("Sho11");
Ex.DataExchange.Receivers.Add(Node);


    

1C:Enterprise Developer's Community