Question
Wipro
IN
Last activity: 24 Jun 2024 8:27 EDT
Configure link in Pega infinity 23
Hello All,
I am not getting option to configure link or button in views in Pega infinity 23.
If some one has steps or link how to do this please share.
Thanking you in advance.
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 24 Jun 2024 8:27 EDT
Pegasystems Inc.
GB
@shiv shankar Kumar
There is not a way OOTB to create a custom button.
A goal of Constellation is to de-emphasize customization and to eliminate the necessity for intricate custom setups like buttons with action sets that can be difficult to maintain and support. I would point you towards the following article which explains the prescriptive paradigm for developing applications offered by Constellation.
Center-out configuration in Constellation (pega.com)
Before trying to implement a button I would suggest taking a step back and look at the outcome you want to achieve with a custom button. It is quite likely that there is a design pattern in Constellation that could be used to meet the requirement in a different way using the low code prescriptive approach detailed above.
It is still possible to create components for a specific use if needed. This is where Constellation DX Components come in. These are built using the same React JS technology as Constellation so front-end developers can build components that can be published to a Pega application. In fact the field component tutorial example linked below walks through the creation of a component that allows you to launch a local action using a button.
@shiv shankar Kumar
There is not a way OOTB to create a custom button.
A goal of Constellation is to de-emphasize customization and to eliminate the necessity for intricate custom setups like buttons with action sets that can be difficult to maintain and support. I would point you towards the following article which explains the prescriptive paradigm for developing applications offered by Constellation.
Center-out configuration in Constellation (pega.com)
Before trying to implement a button I would suggest taking a step back and look at the outcome you want to achieve with a custom button. It is quite likely that there is a design pattern in Constellation that could be used to meet the requirement in a different way using the low code prescriptive approach detailed above.
It is still possible to create components for a specific use if needed. This is where Constellation DX Components come in. These are built using the same React JS technology as Constellation so front-end developers can build components that can be published to a Pega application. In fact the field component tutorial example linked below walks through the creation of a component that allows you to launch a local action using a button.
Creating Constellation DX components (pega.com)
We also have a growing library of ready-to-use and customizable components in the Constellation DX Components UI Gallery that you can explore. Included in this gallery is an actionable button component that can be used to launch a local action as it is, or used as a basis for further customization.
Actionable Button - Source code
You may also find the following previous discussions useful as they touch on the same kind of question:
How can we add a button to a landing page in Constellation? | Support Center (pega.com)
Design tab in Constellation | Support Center (pega.com)
how to configure Actions set in constellation | Support Center (pega.com)
Updated: 4 Jun 2024 13:07 EDT
Pegasystems Inc.
IN
@shiv shankar Kumar
In constellation, we don't have link and button controls available directly in the OOTB.
In order to add a URL in the form, we can create a URL type property and add it in the View.
Or you can even create a custom DX component to create this link and Button components.
Here is the article for your reference to create a custom DX component:
Also, please go through the below support article for more detailed explanation on configuring buttons:
https://support.pega.com/question/configuring-action-constellation
Thank you
Wipro
IN
@nalls3 Thanks for your response. We have created a URL property and included in the view but its coming as text not as link.
Is there a way to get link /button in Pega OOTB ?
Thanks & Regards,
Shiv
Accepted Solution
Updated: 24 Jun 2024 8:27 EDT
Pegasystems Inc.
GB
@shiv shankar Kumar
There is not a way OOTB to create a custom button.
A goal of Constellation is to de-emphasize customization and to eliminate the necessity for intricate custom setups like buttons with action sets that can be difficult to maintain and support. I would point you towards the following article which explains the prescriptive paradigm for developing applications offered by Constellation.
Center-out configuration in Constellation (pega.com)
Before trying to implement a button I would suggest taking a step back and look at the outcome you want to achieve with a custom button. It is quite likely that there is a design pattern in Constellation that could be used to meet the requirement in a different way using the low code prescriptive approach detailed above.
It is still possible to create components for a specific use if needed. This is where Constellation DX Components come in. These are built using the same React JS technology as Constellation so front-end developers can build components that can be published to a Pega application. In fact the field component tutorial example linked below walks through the creation of a component that allows you to launch a local action using a button.
@shiv shankar Kumar
There is not a way OOTB to create a custom button.
A goal of Constellation is to de-emphasize customization and to eliminate the necessity for intricate custom setups like buttons with action sets that can be difficult to maintain and support. I would point you towards the following article which explains the prescriptive paradigm for developing applications offered by Constellation.
Center-out configuration in Constellation (pega.com)
Before trying to implement a button I would suggest taking a step back and look at the outcome you want to achieve with a custom button. It is quite likely that there is a design pattern in Constellation that could be used to meet the requirement in a different way using the low code prescriptive approach detailed above.
It is still possible to create components for a specific use if needed. This is where Constellation DX Components come in. These are built using the same React JS technology as Constellation so front-end developers can build components that can be published to a Pega application. In fact the field component tutorial example linked below walks through the creation of a component that allows you to launch a local action using a button.
Creating Constellation DX components (pega.com)
We also have a growing library of ready-to-use and customizable components in the Constellation DX Components UI Gallery that you can explore. Included in this gallery is an actionable button component that can be used to launch a local action as it is, or used as a basis for further customization.
Actionable Button - Source code
You may also find the following previous discussions useful as they touch on the same kind of question:
How can we add a button to a landing page in Constellation? | Support Center (pega.com)
Design tab in Constellation | Support Center (pega.com)
how to configure Actions set in constellation | Support Center (pega.com)