Im creating a parent-child hierarchy but want to also add the Department (or Org unit id) to it. How it “should” work is as follows:
Manger 1 Dept. 111
Report 1 Dept 222
Report of Report 1 222
Report 2 Dept 333
Essentially the Org unit id can be nested. What ideally would happen is it would use Manager id - Employee id to generate the basic Parent - Child (which it does) but then annex the metadata field for each user departmentid which identifies their overall org (this is where it fails saying “Units with non unique Org unit ids values”.