Custom Processes tab
The Custom Processes tab enables you to define an external application to receive information from user defined Additional Fields.
Command line switches are specific to the application that Content Manager
NOTE: A software developer needs to write a macro or application to use the SDK fields sent by this function.
- Right-click a dataset and on the Event Processing menu, click Configure.
The Configure Event Processing for Dataset: <dataset name> appears.
- Select the Custom Processes tab.
- Event processing add-ins - the currently defined custom processes
- Add - click to add a new custom event process.
The New Event Processing Add-In dialog box appears.
- Add-in name - type a name for the process
- Call via COM interface - select for a COM add-in you have created and fill in COM PROGID for the COM component implementing the interface
- Call a .NET Assembly - select for a .NET add-in and fill in Assembly Name and Class Name
- Test - click to test the connection to the new add-in
- Click OK
- Properties - displays the add-in properties
- Delete - deletes the add-in
- Configuration status - only available when a custom process has been configured
Run on Workgroup - the Workgroup Server to run the process on.
It depends on the events you have defined whether one of these processes needs to be allocated to a single Workgroup Server or not.
Additional information on the SDK can be found:
SDK Documents -https://content-manager-sdk.github.io/Community/
Samples -https://github.com/content-manager-sdk/Community/
- Click OK.