While configuring the form Layout whenever a different section is selected , it changes all the other sections present in the section field.Issue While configuring the form Layout whenever a different section is selected , it changes all the other sections present in the section field. It shows the sections which are not related to the form and shows wrong fields on the slush bucket.CauseIt is due to a broken form link. At a high-level, the structure of forms can be visualized as something like this: sys_ui_form --> sys_ui_form_section --> sys_ui_section Sys_ui_form_section (General) of a "Table A" form is pointing to the wrong sys_ui_section record. It is pointing to a sys_ui_section that exits in the "Table B" and not to the "Table A".ResolutionNeed to correct the link to point to sys_ui_section of correct Table. Then the list of sections on form layout will not change whenever a different section is selected. It will show correct fields on the slush bucket.