When trying to set "Requested For" to user "Tony Stark", it is submitting instead under the logged in user, "Bruce Banner".Issue With one-step checkout in Service Portal, when the user is trying to set the Requested for value to "Tony Stark", it is submitting the Request instead under the logged-in user, "Bruce Banner". The user wanted to know why this is happening.ResolutionIt was found that the behavior the user is experiencing is expected, and is reproducible Out of Box (OOB). The reason this is happening is that the value of "Bruce Banner" (the logged-in user, the one submitting the request) is always going to be pushed to the sc_cart with one-step checkout.To resolve this issue, please enable two-step checkout for Service Portal.To do this, navigate to sys_properties table and search for system property "glide.sc.sp.twostep" and set the value to "true".Then, when the user submits their order, they will be met with a small modal where they confirm who the order should be requested for. In that modal, the user should choose whoever it is they want the Request to be submitted for. With the system property enabled, the sc_cart will now properly sync with the new requested_for value, and the Request will be submitted under "Tony Stark" per the user's expectation.