Question
W&W Informatik GmbH
W&W Informatik GmbH
DE
W&W Informatik GmbH
Posted: Jan 13, 2025
Last activity: Aug 25, 2025
Last activity: 25 Aug 2025 5:22 EDT
Solved
Alternate Design System for Portal
When configuring a portal in the App Studio, you have the option of activating the “Use alternate design system” checkbox. If the checkbox is activated, a URL is expected.
What exactly is this checkbox for and what kind of URL is expected?
Does anyone already use an alternative design system?
***Edited by Moderator Marije to change type from General to Product, added Product details and Capability tags****
@FranziskaFink To use your customized Constellation SDK for Angular in the portal, first, host your modified SDK on a web server or hosting service, such as AWS S3, Azure, or an internal server, making it accessible via a URL. In Pega App Studio or Dev Studio, go to the portal configuration, enable the "Use alternate design system" checkbox, and provide the URL pointing to your hosted SDK (e.g.,
https://your-domain.com/custom-sdk/main.js). Ensure that your SDK is set up to communicate with Pega’s runtime API for fetching data and rendering components. After configuring the portal, test thoroughly to confirm that the custom UI works as intended and integrates seamlessly with Pega. Also, maintain version control for your SDK to ensure compatibility with future Pega updates. If needed, implement a fallback mechanism to revert to the default design system in case of issues. This setup ensures your portal uses the customized design while leveraging Pega's backend.