Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:synchronization:dev:tree-sync [2019/02/14 14:49]
kotisovam part moved to admin guide
devel:documentation:synchronization:dev:tree-sync [2019/07/11 06:30]
kopro remove unless statement
Line 56: Line 56:
  // Get value from parent attribute  // Get value from parent attribute
  def parentValue = account.getAttributeByName("parent").getValue();  def parentValue = account.getAttributeByName("parent").getValue();
- // Get value from ID attribute 
- def uidValue = account.getAttributeByName("id").getValue(); 
    
  // Root is account, where is parent value is null  // Root is account, where is parent value is null
  • by apeterova