Customize the rich client for Dispatcher > Customizing the Dispatcher request administration console
Create a new submenu under the Translation menu
Procedure Create a new plugin based on the com.teamcenter.rac.ets plugin. In the new plugin, create a new menu and create a handler class to handle the menu click. Create a class named com.teamcenter.rac.dispatcher.sampledispaccustomization.handlers.NonTerminalFilter that implements com.teamcenter.rac.ets.customization.IDispatcherACCustomizable. This class must implement the method in IDispatcherACCustomizable. In the handler class, implement the execute(ExecutionEvent) method to call the AdminDialogService.OpenAdminDialog() method and pass an instance of the filter class created previously. Note If you use this method, the Dispatcher request administration console ignores the filter class defined by extending the extension point. The Dispatcher request administration console only uses the filter class passed in the OpenAdminDialog() method in such a case.
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/plm00565/rut1737253049937/afh1737253050164/id910606.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)