Duplicate RITMs created on a REQIssue <!-- 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{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Issue SummaryMultiple RITMs created when only 1 item was intended/ordered. Most Probable CauseItems from the catalog will go to a user's default shopping cart. However, order guides create a separtate shopping cart on the sc_cart table using the sys_id of the order guide as the name of the cart and list the user to identify who owns that cart. If an order guide is started and not completed and a cart is created as mentioned above. If the users begins the same order guide again, the previous items will be apart of the new order. The user is not able to see the existing items in the order guide cart. Solution ProposedDeleting the shopping carts that are not the default cart will prevent the duplication of items on a request; however, as this is in production, it could affect orders in progress. Additionally, removing the two step process from the order guide will force the items to go into the user's default shopping cart and allow the user to review the cart before checking out.