How to programmatically change Work Load Assignment
One answer
I've found some internal classes which could be related to this point. Particularly ResourcePlanningService seems to be useful. But this is an internal class and it could be used only on server side.
I've also find a class called ResourceAllocationRestService (another internal class). Is there a REST service I can use to handle these objects?
I've also find a class called ResourceAllocationRestService (another internal class). Is there a REST service I can use to handle these objects?