Difference between revisions of "MyValidator"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (See Also)
m (customization.jar approach)
 
Line 7: Line 7:
 
=Usage Notes=
 
=Usage Notes=
 
*After defining your own Validator, move it to the base folder under the org.compiere.model or the package you defined it as.
 
*After defining your own Validator, move it to the base folder under the org.compiere.model or the package you defined it as.
 +
*Or do it as a [[Create_your_ADempiere_customization_environment#Create_the_project_source_directory|Customization.jar]].
 
*Then state your Validator in the Client window of your Client i.e. GardenWorld.
 
*Then state your Validator in the Client window of your Client i.e. GardenWorld.
  

Latest revision as of 18:29, 24 April 2010

Outline

MyValidatorOutline.gif

DocValidate Stub

DocValidate.gif

Usage Notes

  • After defining your own Validator, move it to the base folder under the org.compiere.model or the package you defined it as.
  • Or do it as a Customization.jar.
  • Then state your Validator in the Client window of your Client i.e. GardenWorld.

See Also