ExchangePlanObject.<Exchange plan name>.OnSendDataToMaster
Syntax:
Parameters:
<DataItem>
<ItemSend>
When the event is called this parameter contains the Auto value, which means that the data item will be placed into the message. Within the handler, a parameter may be assigned a different value.
The Delete value means that a message can contain a value that is used to delete a corresponding data item in the infobase to which the message is addressed. In the case of a database object, the message will contain an object of ObjectDeletion type, containing a reference to the database object. In the case of a record set, an empty set of records will be placed. However, in the case of a ConstantValueManager.
Ignore value means that the message will have no contents related to the data item.
Default value: Auto.
Description: