Question
Last activity: 17 Aug 2018 11:41 EDT
Create Ruleset and Ruleset version though an activity
How can we create a new Ruleset and Ruleset Version using an activity so that the rulesets do appear in the dropdown while creating new rules in the created Ruleset versions?


Pegasystems Inc.
US
The business requirement is that the client wants a process in which user can lock Ruleset versions and create the next available version from a user defined screen. Initially the user would select the Ruleset from a dropdown whose version user would lock and create a new version of the same ruleset.
HI,
Below link might help you.
https://community1.pega.com/community/pega-product-support/question/rulesets-created-activity-0
I have tried that approach but though the Rulesets were created successfully but when I am adding Rulesets to the current application ,the rulesets are not appearing in the dropdown while creating new rules in the created Rulesets


Incessant technologies pvt ltd
IN
We have a wizard to do this.Could you please share your business requirement
The business requirement is that the client wants a process in which user can lock Ruleset versions and create the next available version from a user defined screen. Initially the user would select the Ruleset from a dropdown whose version user would lock and create a new version of the same ruleset.


PEG
FR
Hello,
I believe the best approach would be to trace the normal creation and replicate it within your activity.
Yes tried that also but when the popup is coming where the RSV are prepopulated in the manual process, is coming blank in our approach.


PEG
FR
Oh because you still want to work with the popup, I thought you were searching for a background approach using an activity?
As the user is suppose to complete the process on screen, the pop screen has been kept as of now. That portion is not a part of the requirement, if we can complete the ruleset version creation through the background activity, we will do away with the pop-up.


PEG
FR
Well,
This configuration might be tricky anyway. Because creating rulesets or ruleset versions on the fly, changing Application, modifying AccessGroup will require some sort of Admin role. Which is rarely the case for standard users.
I mean you can make it work with an Admin user in Dev but with a normal user in Prod it will be a different story. For security reasons I would recommend a standard user to have an "Admin" like role.
You can create a new ruleset and ruleset version by right clicking on Records -> SysAdmin -> Ruleset -> create.
Why do you want to create Ruleset and Ruleset version through an activity?
What is the business requirement?