Unable to load form due to huge number of elements on formIssue Unable to load form due to huge number of elements on form. On trying to open the record, it keeps loading then finally times out.ReleaseAnyCauseThis is caused due to huge number of fields and embedded lists added to the default view for the given table.ResolutionRemove the unnecessary embedded lists and fields from the selected view. Navigate to sys_ui_section.list and find out the exact sys_ui_section record and remove the rows from the Section Elements related list. or alternatively and preferably, - Navigate to: The record in another view, where it opens without the issue. https://<instance-name>.service-now.com/<table-name>.do?sys_id=<sys-id>&sysparm_view=<view-name-that-loads> - Notice the record opens in cmdb_workspace view, because this view does not have as many fields or embedded lists. - Now, right click on the context bar at the top of the form. - Configure > Form Layout - Change the view to Default from the dropdown. - Now remove the fields from the form by bringing them from the right to the left hand side of the slush bucket.