1.

Explain Page-Validate and Property-Validate methods in the context of Pega. How are they different from one another?

Answer»
  • Page-Validate: This method is used to check all of the properties on a page. If a page has EMBEDDED pages, this method validates all of the attributes in a recursive manner. This method is time-consuming and uses a lot of system resources. USE the Obj-Validate method with the Rule-Obj-Validate rule to validate specified properties.
  • Property-Validate: This method is used to set limits on the value of a property. To IMPLEMENT constraints, use the Edit validate rule in CONJUNCTION with the Property-Validate method. The Property-Validate method can be used to validate multiple properties.


Discussion

No Comment Found