Skip to main content
Solved

PSO : Commit tasks from FSM are reflecting on OffShift time

  • May 5, 2023
  • 2 replies
  • 85 views

Forum|alt.badge.img+15

Hi,

We have enabled status changes in FSM according to DSE_ALLOCATION.

After the status is changed, PSO reflects the same status, but the tasks are all getting left aligned & not considering the Off shift time. All of the tasks are getting scheduled next to each other irrespective of the Plan Start definition either in the earlier DSE_ALLOCATION table or FSM TASK property.

Best answer by Sajith Anushan

Hi - You can allow “CommitToAllocatedShift” parameter in PSO so that it will be committed to the allocated shift. If the assigned plan start time should be respected, better to fix the datetime while committing from FSM.

2 replies

Forum|alt.badge.img+22
  • Superhero (Employee)
  • Answer
  • May 9, 2023

Hi - You can allow “CommitToAllocatedShift” parameter in PSO so that it will be committed to the allocated shift. If the assigned plan start time should be respected, better to fix the datetime while committing from FSM.


Forum|alt.badge.img+15
  • Author
  • Hero (Partner)
  • May 11, 2023

Hi @Sajith Anushan,

Thanks for the pointer & FIXED COMMITMENT worked for us