Add an additional column in View History Dialog to see the time elapsed for each status.
This is a modified version of the solution written by Bruno for the same topic.
We will accomplish this task with an attribute in the status table and an object-level launch point script written in Jython.
1. Add a column in PRSTATUS table, Name: ELAPSEDTIME, Type: Duration.
2. Display this column into View History Dialog using the application designer of the PR application.
2. Write an Object Launch Point Script: Object: PRSTATUS , Save, Add, AfterSave. Copy below the body and paste it.
