Calculate Incident on hold duration
The requirement is to calculate the on hold duration of an incident. Whenever an incident state changes from on hold , it should populate the total on hold time in a new field 'On hold Clock'. The code I am using reflects first on hold time when my i...