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?
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?
In a similar way you need to add the product rule in the deployment pipeline settings.
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.
@P.Siva.Praveen can you please elaborate a bit more on how to create a component with reusable rulesets.
@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
Here you go to create a component - Pegasystems Documentation?
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.
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.
@RameshSangili thanku