Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Updates in JavaScript Library for Conga CPQ Classic

To reduce security risk from legacy JavaScript libraries and align with modern web standards, the client-side framework dependencies for Conga CPQ Classic are updated across the application. This update ensures continued platform security/compliance, improved browser compatibility, and easier future maintenance.
  • Upgrading jQuery to version 3.7.1. For more information on jQuery version, see jQuery.
  • Complete removal of Yahoo User Interface Library (YUI) which are no longer supported and security patches or fixes are not available.
  • UI pages previously using the YAHOO namespace are migrated to window.APTTUS with jQuery-based implementations
  • Visualforce pages pages that previously loaded $Resource.YUILibrary now load $Resource.jQuery371 + $Resource.JQueryUILibrary132

There are no changes to the existing system behavior or architecture. Core business functionality and established user workflows remain intact. The current authentication and authorization mechanisms are unchanged, and all existing APIs and backend services continue to operate as before. Customer data and configured integrations are not affected by this update. The UI behavior remains consistent with minor styling or interaction changes due to updated JavaScript behavior.

Recommended actions:
  • (Optional) Clear browser cache after deployment.
  • Run a full regression cycle in sandbox (especially if you have UI automation).
  • If you have custom JavaScript that references YUI, update the references.
  • Report any unexpected UI behavior for triage and patch fixes.