- Open AgilePoint Developer and create a new .NET Class Library project.
Add the following 3 .NET References:
- System.EnterpriseServices
- System.Web
- System.Web.Services
- Add the following AgilePoint References:
- Ascentn.Workflow.Share
- Ascentn.Workflow.WFBase
- Include the Using Clause: Ascentn.Workflow.Base
- Implement the Base Class.
- Implement the custom code.
For more information, refer to
AgileConnector Sample for Custom Exception Handling.