After deploying a custom code project using either the API or Import feature, you can manage it from the Custom Code listing page. This section describes steps for viewing, downloading, and deleting custom code.

To view custom code information

  1. Log in to the Conga Platform as an admin user.
  2. Click the App Launcher () icon from the top-left corner and go to Admin Console > Custom Code. The Custom Code list page appears.
  3. Click the Name link from the Custom Code List page. The code explorer opens the project in read-only mode.

The Enable Call Stack Line No toggle is useful to get error information during debugging. When activated, it provides the line number where an exception originates. You can use the Telemetry Grafana dashboard to view the error details.

To download custom code

  1. Go to the Custom Code listing page.
  2. Click the More () icon at the start of the user record.
  3. Click Download. A confirmation message appears.

The project is exported as a .zip file.

To delete custom code

  1. Go to the Custom Code listing page.
  2. Click the More () icon at the start of the user record.
  3. Click Delete. A confirmation popup appears.
  4. Click Yes. A confirmation message appears.

You cannot delete a custom code project if it is mapped to a service hook, callback or custom API resource.