Conversation


adept view
NL
Last activity: 29 Sep 2025 10:09 EDT
PegaExtension_CheckBoxTrigger not working
Hi Experts ,
We are exploring the functionality of the PegaExtension_CheckBoxTrigger DX Component in the Constellation UX Gallery using the Community Edition. I’ve attached the configuration details along with the error we’re encountering. Could you please help us understand the cause of this issue?
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!


FusionAIx
NL
@Unnikrishnan T N I see that the property is not marked primary (https://pegasystems.github.io/constellation-ui-gallery/?path=/docs/fiel…), you may want to do that first.
Looking at you screenshots, it is not directly clear where the issue is, check the network tab and see if there are any issues there. That will help you understand where it is coming from
-
Marc Cheong


adept view
NL
Thanks for the response ,
I tried by making that field also as Primary still same issue


FusionAIx
NL
@Unnikrishnan T NDoes it work in the Computerland application?


adept view
NL
Thanks for pointing it out , I checked the computer land application and configured our app accordingly.
Attached are the screenshot from both applications. The savable data page input payload is going as null in both occasions.


FusionAIx
NL
@Unnikrishnan T Nyour payload seems incorrect. It generally is 'dataViewParameters' instead of 'data'. But in your app screenshot I can see 2 refresh calls, so the base-functionality seems to work


adept view
NL
Thanks for responding to the query .
First refresh was one because of a previous action and we have a D_Page trigger followed by refresh in my case .
in ComputerLand Application also you see , null payload goes . D_Page is of type savableamd API status enabled


adept view
NL
I have configured it in same way as its mentioned in Computer land application and CheckboxTrigger Component | pegasystems/constellation-ui-gallery | DeepWiki
But still I dont see the expected payload trasnferred , any help would be appreciated . If its working for anyone could you please share configuration details.
Thanks in advance .


adept view
NL
I have further debugged same by creating same componenet in my side , I dont see the dataInfo in
const data: any = (window as any).PCore.getStore().getState().data?.[context]?.dataInfo?.content;( I have attached screenshot ) , but I checked it in 'caseInfo.content' where I could able to see the ListEntry via pageReference( attached it ) , Could you please check once . If the d_page call and bodyData is in expected format.


adept view
NL
I found the the implementation and how its working . Its from the context of list data set not from primary page context as I have seen the code was written in CheckBoxTrigger accordingly , ourusecase was to do the similar from a work page embed context. But current component was built for list data record . We will try a different implementation for our requirement .