usnarayana.wordpress.com

Tuesday, March 24, 2015

What is the difference between Implementation Layer and Framework Layer?

What is the difference between Implementation Layer and Framework Layer?

Framework Layer consist generic rules which represents the base structure of an application.
Framework layer rules can be reused in implementation rules.

Implementation Layer consists of specific rules to an implementation.

Implementation layer can reuse All the Enterprise, Division and Framework layer rules.

Sunday, March 8, 2015

What is the difference between work basket and work list?.

What is the difference between  work basket and work list?.

Work List :Work list contains the tasks assigned to the individual Person

Work Basket: Work Basket will contain the Tasks assigned to the group of individuals in the project..

Thursday, March 5, 2015

what is the use of Authenticate and May Start check boxes?

what is the use of Authenticate and May Start check boxes?

  •  If May Start check box is selected means the activity can executed on its own .if it is not selected activity is should be called by other activity.

  • Authenticate means when the external user is trying to access the activity if check box is selected he has to be a authenticate user with PRPC credentials. If it is unchecked any one can access the activity.

Tuesday, March 3, 2015

HOW TO TRACE AN AGENT?

HOW TO TRACE AN AGENT?

  • Goto-->SMA--> Agent Mgmt-> select agent which u want to trace--> delay it
  • open request mgmt and select that, which 4th column showing waiting mess.. select n trace it

Monday, March 2, 2015

What is the difference between edit-input and edit-validate rules?

What is the difference between edit-input and edit-validate rules?

  •  Edit-validate :edit-validate rule is used to validate property value using java code. 

  •   Edit- input : edit -input rule converts user entered data into required format.


                                    we need to write java code for this transformation.