Activating the Kepner Tregoe - Structured Problem Analysis plugin breaks the incident form if the incident form is customizedDescription A new form section is added to the default Incident form when the Kepner Tregoe - Structured Problem Analysis plugin is activated. If the customer has customized the default base system form section records, the incident form loads unexpectedly after the plugin activation is complete. Steps to Reproduce Navigate to System UI > Forms. Filter for [Table] = [incident]. Open up the form record in the Default view. Change the View field to Asset and click the Copy Form UI action. Navigate back to System UI > Forms, and open the record for the Default view of the incident form. Click the Delete button (and click on OK when the confirmation dialog window appears). Navigate back to System UI > Forms, and open the record for the Asset view of the Incident form. Change the View field back to Default view. Delete the entry from the update set of the deletion you just executed. Navigate to System Definition > System Plugins, and open the plugin record for com.snc.kt_pa. Activate the plugin (with demo data). Now navigate to the incident table, and open a record. Expected: The new form section Situation Appraisal should be visible on the form.Actual: The incident form is not rendering as expected. Workaround This happens in instances initially setup before 2011 because some sys_ids between the instance and demo instance may not be the same. As a result, there may be more than one sys_ui_form records for incident table. To fix this issue, follow these steps: Navigate to System UI > Forms. Refine the results using the following filter: Table is incident View is Default View If you are seeing two records here, then the following will fix this issue. Point to them to see their sys_ids. One will be 991f87290a0006414b6521d3fa9b4176 and the other will be specific to your system. Navigate into the record with the sys_id of 991f87290a0006414b6521d3fa9b4176. Click the related list item named Situation Appraisal. Click the magnifying glass next to the Sys UI form field. Refine the results by the following filter: Table is incident Sys ID is not 991f87290a0006414b6521d3fa9b4176 Select the incident entry that displays. Save the Form Section Record. Now return to the list defined in Step 1 and build the filter described in Step 2. Select the one with sys_id 991f87290a0006414b6521d3fa9b4176 and delete the record. In the confirmation message, click OK. Related Problem: PRB595445