Requested for user in Request different from user on order pageIssue When a user orders an item with Requested for variable populated as the same user, the sc_request record has a different user in the requested_for field.CauseThe issue is occurring because the sc_cart table has many carts called DEFAULT created by users with a different requested for user.These records might have been created by users who intended to order an item of someone else, added the item to the cart, but then changed their mind and did not complete the order. Hence the sc_cart record was created with requested for as that different user.Check here: /sc_cart_list.do?sysparm_query=nameSTARTSWITHDEFAULT%5Erequested_forNSAMEASuserNote the User and Requested for in the cart record.Impersonate the user in the "user" field of the sc_cart record and order the item, you will see that the Request will have the different requested_for as noted in the sc_cart record earlier.ResolutionDelete the SC_cart records seen in the URL above.This will not affect your instance in any way, the sc_cart records will be created again when the user orders the item.The users who might have intentionally saved the items in their carts will notice the item doesn't exist in their cart, they will simply have to re-order the item.