You can create custom DLLs in
Vision. Users can then use the Invoke Custom Method workflow action to invoke the custom DLL.
To create a custom DLL, complete the following steps:
-
Create a Class Library project in Visual Studio.NET.
-
Add references to Deltek.Vision.WorkflowAPI.dll and Deltek.Vision.Ancestors.dll, located in the Web\bin directory under the
Vision (Vision) install directory.
-
Create a new class and inherit from WorkflowBaseClass.
-
Create any methods that you need.
-
Compile your project.
-
Place the resulting DLL in a directory called Workflow under the
Vision install directory (create one if one does not already exist).
-
On the Invoke Custom Method Configuration dialog box, set up a workflow that invokes the DLL.