Hi How to completely avoid displaying table description/data in BE? This is not enough: $TCA["my_table"] = Array ( "ctrl" => Array (), "feInterface" => Array (), "columns" => Array (), "interface" => Array ( "showRecordFieldList" => 0, "always_description" => 0, "maxDBListItems" => 0, "maxSingleDBListItems" => 0, ), ); Thanks John