Hi All,
I am working on a rule and need your help.
Let me brief about my requirement
- Suppose I have 4 Service Orders in my client
Id | Type | Status | Start date |
1001 | T1 | Informed | 04/04/2014 9:47 AM |
1002 | T2 | Informed | 05/04/2014 9:47 AM |
1003 | T3 | Informed | 03/04/2014 9:47 AM |
1004 | T4 | Informed | 01/04/2014 9:47 AM |
Since all are in informed status, I can start any Service Order which I want. Now I want to restrict this process
- I want to start the Service Order based on FIFO basis.
For example: 1004 has the start date 01/04/2014 which was scheduled earlier than the rest of the service orders.
Thus I want to compare the start time of all the service orders and the one which was scheduled first should be started first.
Please help how can I achieve this.
Thanks and Regards
Neha Mahanty