Unable to create Matcher/Setter Field Definitions related records when Source table name has more than 40 charactersDescriptionUnable to create Matcher/Setter Field Definitions for Source table related records when Source table name has more than 40 charactersSteps to Reproduce 1. Go to sys_db_object.LIST and click on New- Create a Table with name more than 40 characters [this_table_name_has_more_than_40_characters]- Create a column as Assigned To, Assignment Group, Category2. Go to sys_db_object.LIST and click on New- Create a Table with name less than 40 characters [this_table_name_has_more_than_40_charact]- Create a column as snc3. Go to Data Look up Definition and create New- Name is as "SNC Test"- Get the Source Table as [this_table_name_has_more_than_40_characters]- Matcher Table as [dl_u_assignment]- Save4. Go to the Related list of Setter Field Definition and click on New.- Try creating one record with and Sourcr and Matcher table field.- Click on Show XML, Source table will show as [this_table_name_has_more_than_40_charact] whereas it should have been [this_table_name_has_more_than_40_characters], Also the columns for Source table field are from [this_table_name_has_more_than_40_charact]WorkaroundMax Length of the below 2 fields can be increased to 80 from sys_dictionary table. dl_definition_rel_match.source_tabledl_definition_rel_set.source_table Go to sys_dictionary.LISTFilter on dl_definition_rel_match table and source_table column.Open the record and increase the Max Length to 80Repeat the above steps for dl_definition_rel_set table and source_table column. Related Problem: PRB1509049