Setting the synchronization action


Setting the synchronization action

A new parameter (Synchronization action) has been added for content synchronization:

You therefore need to define it for each of your synchronizations.
To do this, go to your data folder and open the file data/config/synchronizable-collections.xml

And add the (synchronizeActionId) parameter by hand:

<collection id="orgunit">   
  ...  
  <initialActionId>11</initialActionId>   
  <synchronizeActionId>800</synchronizeActionId>   
  <validateActionId>41</validateActionId>   
  ...   
</collection>   

 

Back to top

Content IO