TeamcenterKnowledge

Customize the rich client for Dispatcher > Customizing the Dispatcher request administration console

Filter requests in the Dispatcher request administration console

Procedure Create a new plugin based on the com.teamcenter.rac.ets plugin and extend the DispatcherAdminConsoleFilter point. You must provide the following information in the plugin.xml file. class=com.teamcenter.rac.dispatcher.sampledispaccustomization.handlers.NonTerminalFilter Class is the actual class provided by new plugin and it implements methods defined in the com.teamcenter.rac.ets.customization.IDispatcherACCustomizable interface. Your plugin.xml file looks like this: Copy There can be only one customization class for one service and provider combination. If there are multiple customizations, the Dispatcher request administration console ignores all the customizations and displays all the queried requests to user. Create a class com.teamcenter.rac.dispatcher.sampledispaccustomization.handlers.NonTerminalFilter which implements com.teamcenter.rac.ets.customization.IDispatcherACCustomizable. This class must implement the method in IDispatcherACCustomizable. For more information about the extension point, refer to the com.teamcenter.rac.ets.DispatcherAdminConsoleFilter.exsd schema in com.teamcenter.rac.ets plugin.

Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/plm00565/rut1737253049937/afh1737253050164/id910604.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)