Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant
IN
Last activity: 7 May 2024 6:21 EDT
How to import a ruleset version from one application to another in pega
How can we move one ruleset version from say Payment Ops application to DigiDocs application in pega.
I know we can keep the ruleset version in a product file but how to deploy it with deployment pipeline?
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 7 May 2024 5:56 EDT
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-03/0616cffa-1530-4cde-abff-fac83e4635bf.jpg?h=658174c2&itok=sY2fYdoO)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-03/0616cffa-1530-4cde-abff-fac83e4635bf.jpg?h=658174c2&itok=sY2fYdoO)
Maantic Inc
IN
Open any pipeline, goto Action> Edit pipeline. In the Application details tab you'll be able to see a place to set the product rule. The product rule has to be present in the source environment for the pipeline to work.
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-03/0616cffa-1530-4cde-abff-fac83e4635bf.jpg?h=658174c2&itok=sY2fYdoO)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-03/0616cffa-1530-4cde-abff-fac83e4635bf.jpg?h=658174c2&itok=sY2fYdoO)
Maantic Inc
IN
In a similar way you need to add the product rule in the deployment pipeline settings.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant
IN
@SohamM95 how can we add the product rule in deployment pipeline settings. I am only aware on how can we export the product file from one environment to other
Accepted Solution
Updated: 7 May 2024 5:56 EDT
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-03/0616cffa-1530-4cde-abff-fac83e4635bf.jpg?h=658174c2&itok=sY2fYdoO)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-03/0616cffa-1530-4cde-abff-fac83e4635bf.jpg?h=658174c2&itok=sY2fYdoO)
Maantic Inc
IN
Open any pipeline, goto Action> Edit pipeline. In the Application details tab you'll be able to see a place to set the product rule. The product rule has to be present in the source environment for the pipeline to work.
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689969000/a419c82c-d026-4a09-ade9-155a2e0c1795.jpg?itok=5X2VI88S)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689969000/a419c82c-d026-4a09-ade9-155a2e0c1795.jpg?itok=5X2VI88S)
Infosys Limited
IN
If the ruleset is common across the applications then create a compone t with the reusable ruleset and add that component in application which you want.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant
IN
@P.Siva.Praveen can you please elaborate a bit more on how to create a component with reusable rulesets.
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2025-01/ed367f4c-2f6a-469f-aa42-351a5040c2f6.jpg?h=5df8b6ee&itok=tYc6HMZv)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2025-01/ed367f4c-2f6a-469f-aa42-351a5040c2f6.jpg?h=5df8b6ee&itok=tYc6HMZv)
Pegasystems Inc.
CA
Here you go to create a component - https://docs-previous.pega.com/application-development/87/creating-component?
If you're building functionality that can be reused across multiple applications, please consider creating a component, as Siva mentioned above, that can be used to plug and play across multiple applications.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Cognizant
IN
@RameshSangili thanku