Related list new button is not opening the correct tableProblemWhen a change ticket is created from a record producer, all new buttons on the related lists of the change ticket open new change request instead of the related list the user clicked on. Steps to reproduce Go into the instance and open any change requestClick new on any related list. This will open a new change record instead of the record for the related list. Root CauseFrom the custom record producer, there is a custom variable that is calling a custom UI Macro and it is causing an error on the console and make the form to not load correctly Uncaught TypeError: Cannot read properties of undefined (reading 'getRightSelect') at change_request.do?sys_id=0060cb1d83706ed0273be920ceaad3b8:1324:23 Steps to Resolve Go to the custom record producer Disable this custom variable that is calling the custom UI macro Note: Review the custom UI macro as there is something that is affecting the change requested UI.