Question
IN
Last activity: 14 Aug 2015 15:14 EDT
Pega Migration Rules and OOTB Concepts
Hello Everybody,
I have the following doubts in mind for a long time. Any help on this would be pretty much appreciated.
1) What is OOTB(Out of the Box) in Pega and is this concept physically accessible or it is same as all the services provided by Pega?
2) Can you please let me know the detailed process of Migration( listing all the possible meanings for migration in pega)? In detail meaning a clear explaination of what it is done and how it is achieved?
Thanks in advance!!
Ootb means no rules have been modified. Some examples:
1) You log in as [email protected] . That operator is ootb so its access group and ruleset list have not been changed.
2) You go into the app explorer to workpool PegaSample and run the NewWork flow in class PegaSample-CustomerRequest (my favorite example) . That is an ootb example.
3) You install the CPM framework (the name was recently changed but lots of folks know it as CPM) and then you may log in as CASysAdmin . That operator is ootb because it comes with the CPM installation.
The ootb rulesets for the base Pega product tend to all start with "Pega-". When you over-ride rules so that your app is no longer ootb, you will in general do a save-as from an ootb rule in a Pega- ruleset into one of your private rulesets whose name will start with something other than "Pega-".
/Eric