- Operator ID
- Access Group
- Organization – Division – Unit
- Roles & Portals
- Properties
- Status of a Work Object
Any work object will have the flowing status
- New — Not yet reviewed or qualified.
- Open — Responsibility for processing is with the processing organization.
- Pending — Responsibility for processing is currently with an external organization.
- Resolved-Duplicate — Resolved, as this work object is judged to be a duplicate of another work object.
- Resolved-Rejected — Resolved, not accepted.
- Resolved-Revoked — Resolved, reviewer has ended processing.
- Resolved-Completed — Resolved, work completed.
Organization – Division – Unit
Pega Application maintains the organizational structure and it is three-level structure, it helps to manage the RuleSet visible to users in that Organization when they log in. This structure affects management reports and statistics.
An Organization is the top level of the three-level organizational hierarchy available to all our applications. An organization is an instance of the Data-Admin-Organization class.
The division is the middle-level instance. (Data-Admin-OrgDivision class). The unit is the lowest level instance. (Data-Admin-OrgUnit class).
Portals
Portal is the standard browser-based user interface for Process Commander workers, managers, and developers.
The Portal Rule (Instance of Rule-Portal class) defines the tabs, arrangement, and labeling of anchors and features known as gadgets.
Can be customized to reflect the terminology, styles, layout, and facilities appropriate to each user community.
Portals available in PRPC are
Defines and labels a value and that can be associated with Class. Different types and modes of Properties are available in Pega. We also have Pages and Data Tables in Pega to store data in structures. We can also write / declare conditions/rules on properties like OnChange, Constraints, Expressions, EditInputs, Validations, etc.
‘Property’ an instance of the ‘Rule-Obj-Property’ rule type
Properties in Pega are categorized as two types,
Standard Properties
These are by default provided by the Pega,
Standard properties start with ‘px’, ‘py’, or ’pz’,
These properties are in ‘Pega-RULES’, ‘Pega-IntSvcs’, ‘Pega-WB’, and ‘Pega-ProCom’ RuleSets
Px – The property with the ‘px’ prefix says that, they are Special and values cannot be input by the user
Py – ‘py’ prefix says that they are not special and values can be input by users.
Pz—Pz’ prefix properties are for the internal system processing and values cannot be manipulated by the users, the application uses these values, but cannot set these values.
Custom Properties
These are what we create as per our application requirement, these can be again Scalar (single value) or Aggregate (set of values like Array)
Property Modes:
In Pega, we have eleven modes for ‘Property’, they are
|
No comments:
Post a Comment