Google News
logo
Pega - Interview Questions
What is the difference between Edit validate and Edit Input rules?
Edit Validate : Use the edit validate rule to validate the property value using java code. Edit validate rules can be used property-validate, Rule-Obj-Validate, and Property rules.
 
Edit Input : Edit input rules convert user-entered data into the required format. For example, if the user enters the date MM/DD/YYYY format, the edit input rule covers this date into DD-MMM-YYYY (required format). Again we need to write java code for this transformation.
Advertisement