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]