Most Powerful Open Source ERP

Guideline Use My Prefix and Class Name For Template Field Name

To prevent creating multiple technical template fields.
  • Last Update:2017-04-10
  • Version:001
  • Language:en

Use My Prefix and Class Name For Template Field Name

This is a convention to prevent creating multiple technical template fields (for example for view, dialog, report) related to the same field class.

Good Example:

Base_viewFieldLibrary[my_listbox]
Base_viewFieldLibrary[my_string_field]

Bad Example:

Base_viewFieldLibrary[listbox]
Base_viewFieldLibrary[your_string_field]