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>
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.
|