cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
702
Views
0
Helpful
2
Replies

Standard Duration

I have a service request which is having 4 tasks and only one will be executed based on a field value.

The OLA / SLA for the tasks are 2 Business Days, 3 Business Days, 5 Business Days and 10 Business Days.

If the first task is executed, the standard duration should be available as 2 business days; but it is actually fetching the value which was given the 'General' tab for Standard duration.

How to change it based on a condition inside a form?

I am using 9.3.2 Patch 6g on 2008 R2.

Appreciate your help!

Thanks!

2 Replies 2

lim.park01
Level 1
Level 1

I'm currently struggling really bad with this lacking feature as well, but as far as I am told, the system is designed currently to not dynamically update any durations, due dates, etc. as the delivery plan progresses. Those values are calculated up front when the delivery moment is started, and once started, does not update. So in your scenario:

-- The due dates of each tasks are based on the duration you have specified in the task plan.

-- If the tasks are conditional based on some field that changes during delivery phase, there is no way for the system to know which task will run and will not depending on your settings up front, so it just adds up all the durations to come up with the overall duration.

-- If some task is completed early, for example, your second task tasks 1 day instead of 3, the remaining tasks due dates are not recalculated, and just remains as is. So if your last task is the only one that runs, and first 3 are skipped, your entire duration will still be 20 days, and worst part is that your last tasks due date is actually shown as 20 days out. So even though you expect your last task's OLA/SLA to be 10 days, system actually has it as 20 days now.

-- This most importantly, throws out escalations out the window, wihch is based off of the due dates of tasks, since they will never be reliable if we are basing our task OLA/SLA on how long each individual task should take (actual start date to actual complete date). It will also make the whole due date etc. shown in delivery progress page inaccurate.

I have a support case open for this, but not sure what the current plan is to address this, as I am sure this is not a simple update to make happen...

Dear  Lim,

Yes, you are correct. Thanks for the information.

The system has to improve the intelligence to calculate and show the duration of a request when it is moved to the workflow. After the approval, the system will know which tasks will be available and which will be skipped.

For those tasks, they can calculate and show the duration.

For the tasks which may / may not be executed based on the conditions, they can provide an approximate duration such as a range of business days (just a suggestion).

For my case, only one task will be executed based on the value of a field which will be set during the approval.

The standard duration text is available in the 'ServiceStatusPortlet' and there is no proper 'id' associated to the table cells. So I am using my custom JavaScript code to get the handle of the portlet by document.getElementById("ServiceStatusPortlet") and further drill down to get the appropriate to replace the standard duration during on load.