Multiple RITMs that are submitted for different users under same REQ will have same "Rquested for" nameSummaryWhen a user A is raising a request for 5 different users. So, He is adding all the items to the cart and then checking out.By this, the requested_for on REQ & All RITMs (Requested Items) have the same name(Last selected "Requested for"). Steps to reproduce: 1.) Open a request. Fill the form for User A.2.) Click on add to cart.3.) Add one more request item for another user User B.4.) And checkout.5.) REQ & both RITMs under it have the same name in requested_for either User A or User B (Last selected "Requested for"). Most Probable Cause:That's expected behavior.Since the "Requested For" field on the RITM is a dot walked field from the parent Request(sc_request), It carries Requested for value from parent Request(sc_request).For ex: If "Requested for" value on the parent Request is User A, Then "Requested for" on all the RITMs will also display as User A. Resolution: 1. Customers can create a new custom field(u_requested_for) on the RITM.2. Through the workflow, They can display variable(requested_for) value into u_requested_for.For ex: current.u_requested_for = current.variables.requested_for