Broken form, unable to click on reference fields, lookups or context menuIssue User get a broken form when opening a record, unable to click on reference fields, lookups or context menuReleaseAll supported releasesCauseThere is a console error that prevents the form from fully rendering which causes the behavior. In this case, the error was "Uncaught TypeError: Cannot set property 'length' of null" Usually, the error is caused by a UI Policy or Client Script on the tableResolutionReview the error to identify the record that is breaking the form. In this case, the error had the below information.Uncaught TypeError: Cannot set property 'length' of nullat onCondition_4ddd3d854f071200bf6176601310c733_falseThe above error provided a sys_id, this sys_id point to a Catalog UI PolicyReview this record and make the necessary changes to address the error.