Question

Prevent work order cancellation

  • 6 July 2021
  • 1 reply
  • 41 views

Badge +2

Is it possible to prevent work orders tied to pm actions from being cancelled?


This topic has been closed for comments

1 reply

Userlevel 6
Badge +14

Hi @KJ703947 ,

 

This can be done by a custom event. Select the state change happening in the workorder and add an appropriate action. Action needs to capture whether the workorder has created with PM action.

Or else

Simple code change can be done to state change to avoid cancelling when work orders are generated with PM actions.