Overview of the Compiere Application Dictionary and its Components August 31, 2010
Posted by rsentana in : computer, corporate, linux, open source , trackbackBecause this is a custom list, we choose a validation type of List Validation, and a value format of L, indicating that any letters are allowed. For a full list of these conventions, refer to the help documentation in the system by pressing F1.
We finalize the set-up of the field by indicating:
- Field naming conventions: Compiere recommends that customer-specific table and database column names be prefixed by EXT_, XX_, or CUST_, or the four letter entity registered with Compiere, such as SAAC_. This would also apply to indexes and constraints. The reason for this is that these entities are ignored in the migration process.
- Length of field: Because we know that for this particular field there is going to be only one character we define a length of 1.
- Default logic: We assume U, based on our list being Unknown.
- Mandatory UI: Indicates that this field will be mandatory in the window, but not at database level.
- Updatable: Indicates that the field is editable.
- Always Updatable: Indicates that the field is always updatable, regardless of document status.

Comments»
no comments yet - be the first?