There are about 3000 departments that need to be changed as part of an organizational change. This cannot be done manually, and there is no capability to automate this through the APIs at this time.
Steps to Reproduce:
Expected Results: It is possible to change parent department through XOG
Actual Results: It is not possible to change the parent department through XOG.
All supported releases.
This behaviour was analyzed through DE65472.
Parent-Child relationship between departments can be created by placing the <Department> node of a child department under the <Department> node of a parent department. For example:
<Departments>
<Department name="A">
<Department name="B">
</Department>
</Department>
</Departments>