INSERT INTO [dbo].[REF_CUSTOM_CONTROL_TABS] ([Table_Name] ,[CustomisationID] ,[Name] ,[Position] ,[Enabled] ,[Caption]) VALUES ('DT_PERSON' ,0 ,'Details' ,0 ,1 ,'Details') GO INSERT INTO [dbo].[REF_CUSTOM_CONTROL_TABS] ([Table_Name] ,[CustomisationID] ,[Name] ,[Position] ,[Enabled] ,[Caption]) VALUES ('DT_PERSON' ,999 ,'ConflictofInterest' ,1 ,1 ,'Conflict of Interest') GO