What is the difference between Page-Validate and Property-Validate methods?
Property-Validate method is used to impose restrictions on a property value. Use Edit validate rule along with Property-Validate method to impose restrictions. You can validate multiple properties using Property-Validate method.What is difference between Edit validate and Edit Input rules?
Edit Input : Edit input rules converts user entered data into required format. For example is the user enters date MM/DD/YYYY format, edit input rule coverts this date into DD-MMM-YYYY (required format). Again we need to write java code for this transformation.Where assignments will be stored in pega rules database?
Work basket related assignments are stored in pc_assign_workbasket.Where work objects will be stored ?
- 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.
If I have 3 different work objects in my application, how to store them in three different tables?
What is StepStatusGood, StepStatusFail rules?
StepStatusFail is a when condition defined in @baseclass, this when rule checks whether the value of pxMethodStatus property is "Fail".
Friday, 10 May 2013
Pega Certification Questions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment