Constellation- Ask your Questions!

@BraamSmithCLSA@Hongte

Hongte

Tell me more about the critical business outcome you’re trying to achieve by changing color of the Instruction text. Meaning, are you trying to call attention to something important, perhaps based on business rules?

Generally, in our short term roadmap, we’re exploring ways to use business logic to drive guided messages, such as warnings and informational messages. For example, suppose loan amount is greater than a certain threshold, and you want to provide an informational message that helps them understand the implications. We also want to do this in a prescriptive way, thereby ensuring Accessibility compliance and consistency and easy configuration.

The product team would love to see if our plans meet your use case; if you want, have your Pega Account Executive and/or Client Success Manager schedule some time with me.

One last note: No CSS to adjust OOTB markup. CSS leads to broken apps on upgrade, accessibility failures, front-end skills, and slower time to value. Avoid it. :slight_smile:

@SateeshB6784 : regarding point 3, we can achieve with banner widget (Widgets / Banner - Docs ⋅ Storybook) and conditionalized based on production level and show it in the landing page.

PSB screenshot of the same .. The text starts with “click on top left” is a banner widget using information style OOTB. we can display with other variants like success or warning as well.

@PraveenkumarN9639 - Thank you Praveen, the approached worked and fulfill my need. Did you manage to show the text in bold by any chance.

@SateeshB6784 : This needs little bit of extending pega banner component to add font style. But if this can be enhanced as part of the component, would be fantastic. @RichardMarsot , @Sam Alexander : Thoughts ?

@PRUTHVIRAJ When we say a property is a data reference, the Data Page configured as part of property is lookup data page and not list data page(probably that’s the reason it did not show your keyed DP while configuring property) . Source of the list of records is always configured in the view and not in the property. So when you drop the reference field on the view, you can provided your keyed DP

Is there a reason you didn’t create it as data reference property from App Studio?

@Kamil Janeczek @BraamSmithCLSA @Sam Alexander How to achieve this?

@A___K____ Currently, use “Instruction text” on the form or field group. Use a single checkbox below it. See screenshot. In this screenshot, my instruction text is one line, but it can certainly be several paragraphs of text. The benefits is OOTB accessibility (508 compliance), quick configuration, less rule maintenance. ( @Chiranit Prateepasen may have a better screenshot. )

What do you think?

@BraamSmithCLSA Hi Braam,

With the continuous release of GenAI Blueprint, it’s still a good idea to leverage the Pega Common Data Model? I have read partially the Common Data Model documentation, but I noticed it does not mention any reference to the GenAI blueprint.

The way I see it, and I might be wrong, the Pega GenAI blueprint can be suitable for a new greenfield Pega Platform implementation, but if you need a full customer solution, you can choose Pega CS and implement the data model of your application based on the Pega Common Data Model. (new service request types can also be built based on the built-in service request type templates)

Thanks,

@BraamSmithCLSA

Hi Bram, So, his is just a reference ,right ? It doesn’t matter what URL or content you provide. Pega will not try to interpret this.

@Sam Alexander : Hi Sam, Any luck? We are going live with constellation month end, this is one of the security issues we didn’t able to find an answer. Any suggestion or work around will be much appreciated.

@PraveenkumarN9639

Apologies, this forum has many topics and I accidentally missed this.

This is currently the way the system works. I’m also not clear on the critical business value of disabling the parent link. I’d like to better understand. Can you reach out to your Pega Account Executive and/or Client Success Manager and have them schedule some time with me?

@PraveenkumarN9639 Great. Obviously you had to do work to rearchiect your case model, but do you feel you are losing any functionality that a true parent/child relationship provided? Just curious, trying to understand the impact.

@PraveenkumarN9639 do you refer to guided tours? I believe there are no plans to make it available inside a platform. There reason is that there are plenty of fantastic and feature rich implementations of guided tours out there in market that can be brought to Pega by leveraging DX Component. Here is example: https://driverjs.com

@BraamSmithCLSA @Sam Alexander

Thank you for the response. Let’s imagine I am building a customer consent form or a terms and conditions form with a lot of text or multiple paragraphs, ending with a single checkbox to capture customer consent. How can I achieve this in Constellation by default?

@A___K____

Better screenshot showing the design time configuration and the runtime that is responsive on desktop, mobile, and anywhere in between.

@A___K____ Would you be able to answer a few questions, so I can understand the flow at a high-level? Is the user at the end of their workflow? In other words, they complete all of their assignment? If so, I wonder if you could leverage an out-of-the-box confirmation View. Please see: Pegasystems Documentation

@Chiranit Prateepasen

The scenario is slightly different; I want to add a paragraph in the highlighted area.

I have tried a couple of methods to achieve this, but they did not work:

  1. I created a new view without any fields, added the instruction text to the view, and included this view in the original view, but the instruction text did not display in the UI. 2. I created a field group without any fields, added the instruction text to the field group, and included in the original view, but the instruction text did not display in the UI.

Thank you.

@Chiranit Prateepasen Can I add single line of text at the bottom of the screen? (Pls refer previous pictute) Is it possible to achieve this using OOTB, or do I need to build custom component? I do not want to use multi-form for this scenario.

@duizm - We are on 24.1, seeing that the solution is available is pretty exciting.

Can you please share any documentation you have on this?

@Sam Alexander Thanks for the revert . We have changed our pattern from parent and child to standalone case with reference pattern to overcome this problem.