Synchronizing MQL expand command results

You can synchronize the MQL expand command results through the xml rule file.

To create a rule that synchronizes the results of an MQL expand command add the following lines to the xml rule file:

<?xml version="1.0"?>
<syncrules locale="en_US">
	<syncrule name="rulename">
		<store>storename</store>
		<source>locationsource</source>
		<dest>locationdest</dest>
		<daily>
			<synctime>15:29</synctime>
		</daily>
		<expand lang="mql">
			<root>220.63078.44294.8291</root>
		</expand>
	</syncrule>
</syncrules>

220.63078.44294.8291 is the ID of Business Object (BO) on which the expand is performed.

The expand is done by using all modes, from the BO given in input.

Note: The files of the root BO are not part of the results and are not synchronized.