Custom Code Development
This section describes creating a custom code project. You can create a custom code project using either Visual Studio 2022 Community or Visual Studio Code. Creating a custom code project involves:
- Installing NuGet Templates: Install the NuGet templates from the NuGet feed onto your local machine.
- Creating a Project: Use a relevant template to create a new callback and service hook project.
- Building a Project: Once your callback and serviceHook project is developed locally and built without errors, a zip file is automatically generated at the project path. This zip file is ready to be pushed to the import API for deployment on the Conga Advantage Platform.
Prerequisites
- Visual Studio 2022 Community or Visual Studio Code is installed. For more details about installation, see Download Visual Studio 2022 Community or Download Visual Studio Code.
- NuGet templates for custom code development are downloaded. Contact your Conga Support Representative to get NuGet templates.
- The OOTB objects and APIs used in custom code are trusted. For more information about adding trusted objects and APIs, see Managing Trusted Objects and Managing Trusted APIs.
- All .NET class library types in use are supported. To access the list of banned types, see .NET Class Library Usage.
Ensure your custom code follows Conga's Custom Code Guidelines. For details, refer to the Custom Code Guidelines.
