Contract Substate is stuck in "Awaiting Review" state.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 Contract Substate is stuck in "Awaiting Review" state Release Kingston Resolution ]The issue is Predominantly caused when a user clicks on the "Renew" or "Extend" UI action on a contract. Upon clicking either of these UI Actions the below UI Pages are loaded :https://<instance-name>.service-now.com//sys_ui_page_list.do?sysparm_query=sys_idIN5d666244bf6030007a6d257b3f073971%2Ce569ca9fbf0030007a6d257b3f0739ea There is logic hardcoded in the above UI pages which checks to see if the user clicks the "Submit for Review" action or the "Save But Do Not Submit". 1). If the user clicks "Submit for Review" action then the processing script changes the Substate to "Under Review". 2). If the user clicks "Save But Do Not Submit" the processing script changes the Substate to "Awaiting Review". Please see the script below. if(hold_or_submit == "submit")cm.substate = 'under_review';elsecm.substate = 'awaiting_review';cm.process = 'extension';cm.update();} In a rare occasion, the issue can also be reproduced if a user clicks the "Insert" or "insert & Stay" UI actions at the top of the form. There is logic hardcoded in these actions below to set State to "Awaiting Review" if they are clicked:https://<instance-name>.service-now.com//sys_ui_action_list.do?sysparm_query=sys_idIN21a3c613bf4030007a6d257b3f0739e7,b6fd9e04bf6030007a6d257b3f07