Question
Gurunanak Institute of Technology
IN
Last activity: 21 Oct 2024 3:34 EDT
How do I add a restriction for the customer to select a single option through a Checkbox?
how can I configure a checkbox action set in PEGA where once the customers select a choice they shouldn't be able to select another choice?
Brief about how I created the records and checkbox:
1) I created a data type called "Policy"(cofigured the source) in which I entered fields like insure,insurer Id etc.
2) In the step of the casetype called "Registration" I used data relationship called "query" and "list of records" where I chose "D_PolicyList".
3) Later I went into Section of user Interface and added a new column where I set the label as "Select Policies" and under that I added a checkbox with property created using crosshair symbol i.e. "IsSelected"(boolean).
I can't see multiple rows to set their checkbox as disable on condition.