Sunday, 11 March 2018

Q) What is Case Management.

A) Simple known as Case management is nothing but an stages and processes.

Q) What is the Default flow?

A) pyStarteCase is the default flow.

Q) How many types of Assignments are there in pega?

A) In pega 5 Assignment types are there,

     1)Work list, 
     2) work basket, 
     3) External, 
     4) Dependency, 
     5) Connect.
If we want to check these types open the assignment shape, in that we can find the label Assignment type[____________]

Q)Types of Harness's?

A) New, Perform, Review, Confirm........

Q) How many Access groups can be associated to an operator at once?

A) we can specify only one  access group at a time.

Q) In Screen flow i have 4 assignments, i want to rout 3rd assignment to a different user, how can we do?

A) No, it is not possible to rout the assignments in the middle of the Screen flow.

Q) What is Page Validate?

A) Page-Validate method is used to validate all the properties present on a page, If a page has embedded pega this method works recursively to validate all the properties.

Q) What is Rule Resolution?

A) Picking the right rule at right time is called rule resolution. the process commander decides whih rule will be used to execute an action.

Q) How to check local variables in Tracer?

A) In tracer settings Local Variables check box has to checked. If we check that check box it will visible in Tracer.

Q) Class Types in PEGA?

A) Two Types of Classes in Pega
         
     1.Abstract Class
     2.Concrete Class.

    1.Abstract Class: This class must ends with "-"(dash) and it con not create any work object.

     2.Concrete Class: this class does not ends with "-"(dash) and it will create work object.
@baseclass is the Ultimate base class,
Child Classes are Work-, Data-, rile-, Assign-, History-,.........


Q)How can we restrict an use to perform on a particular Flow Action?

A) We can specify the privileges or when condition in security tab of the Flow Action.


Q) Where work objects will be stored?

A) Work Objects are stored in pc_work table by default. however if you want to store the work objects in a user created table, follow the below mentioned steps.

Create a schema similar to pc_work table. (The best thing is to copy the pc_work schema and modify the table name and constraints name if any)

Change the class group mapping (Data-Admin-DB-Table) to the newly created table.

Friday, 2 March 2018

Screen Flow

In Screen flow can we create Work Object

  • We can't Create Work Object in Screen Flow.
  • In screen flow, we don't have an option to select the checkbox : "Creates new Work Object", under process tab. 
  • Mainly screen flow is to capture multiple details from user by splitting it into multiple screens for convenience.

Sunday, 25 February 2018

Operator ID:-

1)The login ID Used by an operator login to PRPC application is Called “Operator ID”
2)An Operator ID will have associated Password.
3)PRPC on its environment provides a default Operator ID and default password.
Q) How to call Decision Tree in Decision Tree?

A) Open our the D_Tree and goto configuration tab, click Allow selection of 'call decision' option Option.


Q) What is Case Management. A) Simple known as Case management is nothing but an stages and processes. Q) What is the Default flow...