AgileConnector Project Template screen

Use the AgileConnector project template to create a custom AgileConnector. The default project template for the AgileConnector contains these structures. You can use this template structure as a guideline to organize your project items.

Screen



How to Start

  1. Create a New AgileConnector Project in AgilePoint NX Developer.

Fields

Field NameDefinition

DesignTime

Function:
All the design time files are organized in this folder. This folder contains the AgilPartDescriptor.cs file.
Type
Folder

AgileConnectorDescriptor.cs

Function:
This project template is used to create a new AgileConnector. The design time project template is the same for both Event Listener AgileConnector and Polling Service AgileConnector.

For more information, refer to AgileConnector Project Template > Design Time.

Type
File

Resources\Images

Function:
Lets you store the icons and images for your custom activities in its folders.

The images and icons show the custom activities graphically in the Process Builder.

Type
Folder

Runtime

Function:
This folder contains the AgileConnectorDaemon.cs class file of a custom AgileConnector.
Type
Folder

AgileConnectorDaemon.cs

Function:
Runtime behavior occurs on the AgilePoint Server as the custom activity executes

The AgileConnectorDaemon.cs file has different code for Event Listener Type and Polling Service Type of AgileConnector.

For more information, refer to

Type
File

AgilePoint.License

Function:
This is AgilePoint license file. You must not modify this file.
Type
File