@Kamil Janeczek : Thanks for the quick revert !! Will check out driverjs as suggested
@A___K____ Please also try creating instruction text in the assignment (without nesting views) as shown below. This may work for your use case.
@A___K____
The guidance provided above should be sufficient. For best practices regarding Accessibility (508 compliance), consistency, and rule maintenance, messages in the workflow are driven through the model as described.
I believe the best course of action is to have a brief meeting to clarify any misunderstandings. Could you please have your AE or CSM or Pega partner manager help arrange this? Happy to continue!
Sam
@Sam Alexander : Thanks for the revert. Unfortunately, we have parent and child case dependencies. We tried to hide via CSS however as classes are dynamic in nature, unable to identify class ID to hide it via CSS . Tried to explore any extension point in custom code for case view template , unable to find any.
@Sam Alexander , @RichardMarsot , @BraamSmithCLSA : Could you please check and provide some work around for this issue
@Sam Alexander: Mainly around case dependency we need to work it through and reporting will not be a problem as with reference we can able to get the needed information.
@Sam Alexander
Thank you Alexander.
I post this just for preparation for customerâs query.
Currently we are on POC phase and I have created CSV import functionality for Demo.
To import CSV, operator needs to attach CSV file first.
So I used Instruction text to guide them to attach files first by using Attach functionality of Utility pane.
But if the color of instruction text is black, it is inconspicuous and customer could ask us to change the color of text.
According to your answer it seems difficult to change the color so I will find another way.
@Chiranit Prateepasen@Sam Alexander @BraamSmithCLSA @Kamil Janeczek
Thank you so much for your answers. They have been really helpful.
I was able to add instruction text to the form and field group to achieve this.
I have another scenario: for example, as seen in this image, I want to add similar text to my form. How can I add it to the form without a field?
I have tried a couple of methods to achieve this, but they did not work:
- 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.
- 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.
Could you please advise on how to resolve this issue?
Thank you.
@Chiranit Prateepasen Any findings on this please?
I expect that Infinity provides this URL as part of the metadata sent back to your userâs browser when it first accesses this Channel. The Constellation orchestration layer - running in your userâs browser - will then use this URL as the âbase URLâ for gathering each of the components implemented in the alternate design system. This allows your browser to draw your applicationâs UIs using these alternate components instead of the native Constellation components (with a Theme).
So, the URL you provide is used by your usersâ browsers to construct requests for the code artefacts of each component.
If the question is whether Infinity ever needs to reach out to the URL configured in the Channel rule, I donât see a reason for it to do so, but will let other experts who are closer to SDK comment. The dependency is that the alternate design system is already built and deployed to the URL provided here so that your usersâ browsers can build the alternate UIs.
@Sam Alexander & @A___K____ If I may add to Samâs note above, you could also consider making the checkbox required if you have a scenario where you would like the users to agree before the submit the form (as shown below).
@A___K____ Please consider breaking the form into smaller sections to improve navigation and make it easier for users to digest potentially lengthy content. Pega offers Multi-step form as a way to break up a single Assignment. Please see: Pegasystems Documentation. If there are less than 3 steps, we recommend using the âStandard navigationâ template which can be selected as highlighted below:
@Chiranit Prateepasen
Letâs imagine my task work area like this: a few checkboxes, a few paragraphs (1 and 2), and finally action buttons. How can I add the paragraph text to the UI without a field in the data model?
This is a POC to understand how Constellation works.
In a work object, we have an embedded Page List property named Customer. When adding a new record, before submitting the modal dialogue we need to validate all the fields using complex validation logic.
How do we achieve this?
Note: the Page List data is stored inside the work object itself.
Hello @ShivamKapoor Welcome to the community ![]()
Starting from v25, you have an additional option of Action along with View, where you can set up pre and post processing of the modal window in a flow action for embedded tables.
As part of the flow action, you can setup the Obj-Validate rule and perform your validations which should be triggered on click of modal submit.
If you have specific validations which should happen on change of the content, you can utilize âUse validateâ option to write custom validations under advanced tab for the specific property and setup error messages on validation failures.
If you are not a fan of Obj-Validate or need more complex validations, perform your validations in Post DT or activity as well and setup the error messages on the page or property accordingly.
If you just need to show only warnings for a particular fields based on certain conditions as precaution and blocking the user for form submission, then you can utilize the Show Input Field Warning functionality as well.
Hope this helps
Regards
JC
Thank you @JayachandraSiddipeta , this solution worked!!






