Creating a customization script Before you make any customizations, inspect the content of the RT_MD_VIEWDICTIONARY table, using the following SQL: SELECT * FROM RT_MD_VIEWDICTIONARY WHERE VIEWTYPE='RD' ORDER BY VIEWNAME Create a SQL file with a text editor, such as Notepad. Add SQL statements to customize the RD views. Note: Remember to commit at the end. Save the file to your local directory. You can assign the file any name. For example, MyCustomizeRDE.sql. Parent topic: Creating a custom RDE