SIR number no longer appearing in the form headersIssue SIR Number no long appears in the form header when a Security incident Response record is opened. See screenshot below CauseThe Number column derives from the Task table which extends of sn_si_incident table, and the Display field is set to true in the dictionary of the number column. There should be only one Display set to true on the table or the table that it extents from. Usually when adding new columns to the table, eg: In this case on the sn_si_incident table a new custom column was create with display set as true.Resolution1) Check the dictionary entries of the affected table's columns and check if there are more than one column with display as true2) Un-tick the 'Display' checkbox and save the record and then test.