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
Fields
Field Name Definition DesignTime
Description: All the design time
files are organized in this folder. This folder contains
the AgilPartDescriptor.cs file.Type Folder
AgileConnectorDescriptor.cs
Description: 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
Description: 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
Description: This folder contains the AgileConnectorDaemon.cs class file of a custom
AgileConnector . Type Folder
AgileConnectorDaemon.cs
Description: 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
Description: This is AgilePoint license file. You must not modify this file.
Type File