Create Request UI action is not associating request to the parent recordIssue <!-- 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; } --> Symptoms Created Request is not associated to the parent record ( incident or interactions, etc) Release London Cause The most probable causes of the issue are listed below. The script include "CatalogTransactionCheckout" has been customizedThe property "Use the sc_layout driven cart macros (default true)" (glide.sc.use_cart_layouts) is set to falseThe "Use Cart Layout" field for the individual catalog item is unchecked (set to false) Resolution In London, when the Request is created from an incident (using the UI action Create Request), the incident sys_id is in the URL's parameter "sysparm_parent_sys_id" and when the request is created, it will be associated to the incident using the url parameter. The customized script include "CatalogTransactionCheckout", skipped the London upgrade version and therefore the code that associates the Request to Incident using the URL is also skipped and the issue is seen. To resolve the issue, revert the script include to London OOB version and then add the customizations on top of it. If all the script includes, UI macros and UI pages related to the item ordering process is out of the box, then please check if the property "Use the sc_layout driven cart macros (default true)" (glide.sc.use_cart_layouts) is set to true. Also, make sure that the individual catalog item has the "Use Cart Layout" checkbox checked. TO ENABLE CART LAYOUT:1. Go to the catalog item table and select the item2. Click on context menu in the header and select configure -> Form Layout3. Add "Use cart layout" from available to the selected section4. Check the checkbox for the "Use cart layout" Cart Layout is required for the association to work properly. Please refer to this documentation for more details, https://docs.servicenow.com/csh?topicname=create-request-from-other-flow.html&version=latest