Can an instance(person) assigned to same workorder-operation-resource sequence more than once?
Can an instance(person) assigned to same workorder-operation-resource sequence combination more than once?
Scenario:
A operation requires 20 hours spread across three days
Day1- 8 hours
Day2- 8 hours
Day3- 4 hours
Instance A will do work in Day 1 and instance B on Day 2.
Instance A will return on Day3 again.
However in scheduling, Instance A has to be assigned from Day1 to Day3 (inclusive of Day2).
Looking for a way to schedule so that
Day1- Instance A, 8 hrs
Day2- Instance B, 8 hrs
Day3- Instance A, 4 hrs.
If its possible, please update with steps to do this scheduling.