Use the Invoke Custom Method action to call a custom DLL and Create an Invoke Custom Method action for a workflow.
For example, you can use this action to modify your PM Compass database if it doesn't suit your company's needs. You can also use this action as a method of interacting with another outside application or system.
For more information, see Invoke Custom Method Overview.
Use the drop-down list to select the name of the actual Microsoft.Net assembly or the DLL that consists of the custom method that is being invoked.
Use the drop-down list to select the class that is available in the Assembly. The values listed depends on the selected assembly.
Use the drop-down list to select the method that belongs to the class. The values listed depend on the selected class.
This grid is the list of method arguments used when the method is executed. The contents of the grid depends on the method selected and reloaded when the selected method is changed.
Option |
Description |
Arguments |
Select the following options from the drop-down list:
|
Field Name |
Description |
Name |
Use this column to view the argument name. |
Value |
Use this column to input the value of the argument or parameter. Click to display the SQL Expression Builder where you can create an SQL statement that can retrieve the value that shall be used. |
Select this check box to run the action after the entire records has been saved. Otherwise, the action will run after the main alert table has been saved.
This button is only enabled when a method is selected.
Click this button to display the Test Custom Method Dialog Box where you can test the custom methods.
Click this button to save your settings and close the dialog box.
Click this button to close the dialog box without saving your settings.
Click this button to view the Help file for this topic.
Create an Invoke Custom Method action for a workflow