Most Powerful Open Source ERP

Guideline Validator Method Is Prefixed With Validator

To provide context.
  • Last Update:2019-07-15
  • Version:001
  • Language:en

Validator Method Is Prefixed With Validator

Python scripts are used in form validators. The naming convention for validators is to use the applicavle portal type, class, or interface (ex. Document) and prefix the method with validate.

Good Example:

Document_validateRequiredFile
SaleOrder_validateClientDestination
Movement_validateSourceAndDestination