To Search/Filter For All the Node Level Data Pages In Pega Application
Hi,
In this post we will see one common scenario, which is how we can easily find node level data pages within our application.
Solution
For doing this we can create our custom report to show instances of Rule-Declare-Pages and filter it on .pyScope in order to get a list.
Similarly, we can can find any rules in our application by creating custom report to get the instances of particular rule.
For ex:-
To get Activity instance create report of class = Rule-Obj-Activity
To get AccessGroup instance create report of class = Data-Admin-Operator-AccessGroup
To get Attachment Category instance create report of class = Rule-Obj-AttachmentCategory
To get CaseType instance create report of class = Rule-Obj-CaseType
To get ClassGroup instance create report of class = Data-Admin-DB-ClassGroup
To get Class instance create report of class = Rule-Obj-Class
To get Data Transform instance create report of class = Rule-Obj-Model
To get Constraints instance create report of class = Rule-Declare-Constraints
To get DB instance create report of class = Data-Admin-DB-Table
To get Decision Table instance create report of class = Rule-Declare-DecisionTable
To get Decision Tree instance create report of class = Rule-Declare-DecisionTree
To get Declare Index instance create report of class = Rule-Declare-Index
To get Declare Trigger instance create report of class = Rule-Declare-Trigger
To get Report Definition instance create report of class = Rule-Obj-Report-Definition
To get Index Operator instance create report of class = Index-Operator
To get Job Scheduler instance create report of class = Rule-Async-JobScheduler
To get When Rule instance create report of class = Rule-Obj-When
To get Operator instance create report of class = Data-Admin-Operator-ID
To get Property instance create report of class = Rule-Obj-Property
To get Queue Processor instance create report of class = Rule-Async-QueueProcessor
To get Role Name instance create report of class = Rule-Access-Role-Name
To get Validate Rule instance create report of class = Rule-Obj-Validate
To get WorkBasket Rule instance create report of class = Assign-WorkBasket
To get Worklist Rule instance create report of class = Assign-Worklist
Thanks,
Comments
Post a Comment