Cancelling a SLA with conditions based on variables is not working on the Requested Item table (when variable values are updated through the Variable Editor on the child sc_task record)Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Cancelling a SLA that has conditions (Start, Stop, Pause, etc) based on variable values is not working on the Requested Item table (when variable values are updated through the Variable Editor on the child sc_task record) Release Jakarta Patch 9c Cause This is expected behavior. Resolution In the above case, there is a Variable Editor which is shown both on the sc_req_item and the sc_task records. There is a SLA Definition set on the sc_req_item table, which has conditions based on variable values within the Variable Editor. When an update is made to some variable within the Variable Editor on the child sc_task record, this change is reflected in the audit history of each record (sc_req_item and sc_task) and the change is visibly seen in the Variable Editor as well - the variable value is updated. Interestingly, though both of the above areas are updated, the sys_updated_on field in the XML of the parent sc_req_item is not being changed when we make an update to a variable's value within the Variable Editor on the child sc_task record. The same behavior can be seen (and is also expected in this case) with an incident. Say a user, James Jones, creates an incident. The user's name is in the Caller field ("James Jones"). If another user, Angela Applewood goes into Jame's sys_user profile and updates his name to be "Angela Applewood, Jr." and saves that record - without making an update to the incident, the user's name will still be listed "James Jones" in the Caller field. Only when an update to that incident is made will the change be reflected. After the update, the name in the Caller field will then appear as "Angela Applewood, Jr.", not "James Jones". The same is seen in the original case for which this Knowledge Article was written. A user is making and saving a change to a variable value in the Variable Editor (sc_item_option_mtom table - like the sys_user table in the fictitious example) and expecting to see an update on the parent RITM (like the incident's Caller field in the fictitious example). The update won't truly be reflected until the user makes an update to the RITM record itself. When that update is made, the RITM recognizes the change and the SLAs on the RITM record are impacted appropriately (Stage value will move to "Cancelled").