Admin Studio Has been introduced from Pega 8. Before version we used to has SMA (System Management Application). Using admin studio we can manage below. Manage means , we can start, configure, stop, delay, remove, Trace. Listeners (File, Email, JMS etc) Agents Agent Queue Requestors Logs APIs — > Cache, Memory etc… Requestor Management: Requestors […]
Activity is a rule which is used to implement business logic. It can be created under technical category. The implementation of our own business logic can be done by using OOTB methods. Method: – Method is something which is already having predefined business logic written in Java Code. PRPC provides many different methods, those can […]
When we create an activity we will get a warning message “The use of activity rules should be limited. The need for activities can be reduced by using data transforms, as well as techniques such as case management, the Engine API, and declaratives.” While implementing a functionality by writing an activity, our approach should be […]
If we go to security tab of activity, we can see activity types We need to choose activity type based one “where we call this activity from”. An activity can be called from Dropdown, Flow Action (HTML) Activity Flow using Utility shape (other shapes also) Data page Declare Onchange Declare Trigger Etc… Activity being called […]
If we want to communicate with Tables, we can use activity methods. Basic methods are Obj-Browse :- This method is used to fetch multiple instances from a table. Data Structure is Page List and Data is Read only. Obj-Open :- This methods to fetch single instance based on Class Key. Obj-open-By-Handle :- This method is […]
How to Prevent a flow action access to operator by using Privilege. Create a privilege. Save. Done. Now, open Personal Vehicle FA Security tab Save. Done. Let’s create a case now. Submit Test it with manger login same issue we get Done. Now, Let’s work on access roles and role to object. Create an access […]
The below are rules related to access security. Access Group -> Access Roles -> Access Role to Object, Privileges Additionally, we have Access When, Access Deny. Total Access Security Rule Access Group Access Role Name Access Role to object Access When Access Deny Privileges. Each Operator will be given some access roles. Access Roles defines […]
When we create new application. PRPC creates below access groups Administrator (Developer) Managers Users Access When Manager or User login to application they see their respective portals. Those are Manager and user portal. Done. Let’s create two operators with manager and user access groups Change access group Save. Done. Similarly create User Operator. Change access […]
Access Group : Access Group is interface between an Operator and Application, Portal, access Roles. Access Group Refers to Application, Portal and Access Roles. Access Can assigned to Operator An Operator can have more than One access Group, but one should be default. When an Login to PRPC, Process commander loads the access group and […]
1. What is Rule? Rule is instance of a Class. Rule Gets stored into a Table which are mapped to instance classes. In PRPC Instance classes will have a mapping with DB Tables. pxObjClass = Holds Instance Class Name of a Rule. A Class is mapped to which table? Test connection in the class rue […]