Question
Taxonic B.V
NL
Last activity: 26 Jun 2024 7:18 EDT
Action sets in Pega Constellation
Hi
In the constellation design system could anyone of you please suggest how we can achieve onclick and onchange event apart from onclick/Onchange refresh,
example: if i wanted to display Model dailog window in a grid/a table on each row click to edit the record / any of the button or link, could you please suggest how to do this?
as per my current understanding from constellation design, is only limit to onchange property to call only datatransform under flow action rule.
Thanks in advance
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 10 Dec 2023 15:08 EST
Pegasystems Inc.
GB
You might find this previous post useful here:
how to configure Actions set in constellation | Support Center (pega.com)
Action sets are not used in constellation. The best way to achieve an outcome is going to depend on the specific requirements, and context. Taking your above editing table data in a modal window as an example, this is possible to configure in App Studio for embedded data in Infinity 23. When you configure the view for an embedded data field there is an option to use a modal view as shown in the screen shot below.
I also point you toward the the following documentation that details configuring views for fields.
Configuring fields associated with Case and data objects (pega.com)
Example at run time.
You might find this previous post useful here:
how to configure Actions set in constellation | Support Center (pega.com)
Action sets are not used in constellation. The best way to achieve an outcome is going to depend on the specific requirements, and context. Taking your above editing table data in a modal window as an example, this is possible to configure in App Studio for embedded data in Infinity 23. When you configure the view for an embedded data field there is an option to use a modal view as shown in the screen shot below.
I also point you toward the the following documentation that details configuring views for fields.
Configuring fields associated with Case and data objects (pega.com)
Example at run time.
Scotiabank
CA
Hi @Marc Alderman -- Regarding this use case you have shown here, is it possible to run a validation rule when you hit Submit on the Modal (to validate the inputs in the modal window)? I am not seeing any configuration like that. In Tradition design system we could do that.
Pegasystems Inc.
GB
You can still configure validation rules on the flow action via the Conditions tab during view authoring in App Studio (You can see it in my screen shot in the previous post). Here you can configure validation for fields on the view, or call other validation rules for embedded data. However, as you say this is triggered when submitting the screen, and not the model itself.
Something you can do is add an Edit Validate rule to the property itself (you will need to do this in Dev Studio), and you should see that validation in the modal.
Scotiabank
CA
There are few scenarios, where we need to run some complex validations comparing multiple fields on the modal and stop user on the modal itself. We can't do that using Edit Validate. It would have been great, if there was some configuration to execute Data transform or Validation rule when they submit the modal.
I understand Constellation is new, Pega is adding new features on every release, is there any portal where we can share feedback/feature request to Pega?
Thanks, Sandeep
Pegasystems Inc.
GB
You can raise a support case requesting providing feedback / suggesting enhancements and we will log accordingly.
Lantiqx Systems India Private Limited
IN
Hi @Marc Alderman,
As you said, it is working but it is displaying as 0 results, but our requirement is to display all the records which are present in the data page, and after displaying the results we want to edit the data in the table.
Thanks in Advance.
Regards,
Prasad
Pegasystems Inc.
GB
This is related to embedded data for a case, so it is not coming from a data page. Are you trying to edit a data object? Maybe you need to do something like this...
Enabling CRUD operations for list-based landing pages (pega.com)
I would suggest starting a new discussion as this one is now resolved.
Lantiqx Systems India Private Limited
IN
Hi @Marc Alderman,
Thankyou
I have started a new discussion could you please help me out with the requirement?
Regards,
Prasad