Difference Between “Met SLA” and “On Time or Late” Fields
Hello,
Hi all,
I’m looking for clarification on the difference between the “Met SLA” field and the “On Time or Late” field Workfront.
What’s the key distinction between these two fields?
What are the intended use cases for each?
What does this formula mean on the 'On Time or Late' field?
IF(!ISBLANK(CLEARTIME(Actual Completion Date)), IF(CLEARTIME(Actual Completion Date)<CLEARTIME(Planned Completion Date), "Early", IF(CLEARTIME(Actual Completion Date)>CLEARTIME(ADDWEEKDAYS(Planned Completion Date, 1)), "Late", "On Time")),"")Formula:IF(!ISBLANK(CLEARTIME({actualCompletionDate})), IF(CLEARTIME({actualCompletionDate})<CLEARTIME({plannedCompletionDate}), "Early", IF(CLEARTIME({actualCompletionDate})>CLEARTIME(ADDWEEKDAYS({plannedCompletionDate}, 1)), "Late", "On Time")),"")
What does this formula mean on the ' SLA Met' field?
Compares Actual Duration To Template Duration (SLA) IF((SUB({template}.{durationMinutes},{actualDurationMinutes}))>-1440,"True","False") 1440 minutes in a day to account for time zone.Formula:IF((SUB({template}.{durationMinutes},{actualDurationMinutes}))>-1440,"True","False")
Thank you in advance.
