Why are the records of sc_item_option maintained even after the cart is submitted/the RITM is archived? 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; } --> Out-of-box (OOB) in the base system: Navigate to Self-Service > Service Catalog > Hardware Select Developer Laptop(Mac) Add optional Software to the orderClick 'Add to Cart' Open [sc_item_option] table i.e sc_item_option.list Note the records in the table 'Cart Item' field has values like sys_idsOpen [sc_item_option_mtom] table i.e sc_item_option_mtom.list Note the table has the details of the Parent Item as RITM number and the Dependent Items Navigate back to the CartClick 'Order Now' or 'Proceed to Checkout'In the [sc_item_option] table i.e sc_item_option.list 'Cart Item' field values are gone and are now empty but there is still data in the [sc_item_option] related to the above transaction Open [sc_item_option_mtom] table i.e sc_item_option_mtom.list The table still has the records seen earlier Set State to 'Closed Complete' on the Catalog Tasks, RITMs, and REQ records generated from the above tests Check the [sc_item_option] table i.e sc_item_option.list There is still data in the [sc_item_option] related to the above-order transaction Open [sc_item_option_mtom] table i.e sc_item_option_mtom.list The table still has the records related to RITM number and Dependent Items seen earlier ReleaseJakarta, Kingston... UtahCauseThis is the expected behavior. The functionality is working as designed. ResolutionThis is the designed functionality. Values in [sc_item_option] are never deleted and it is not recommended to do so. The reason is that RITM can be reopened anytime and these variables have to be displayed on these RITMs in such cases. NOTE - For Vancouver and Higher release refer to https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1585754