Use Generic Components (Deprecated)
Components commonly used in the system are implemented as generic components and can be referred to instead of re-implemented.
What does this section cover?
Components
All generic components are under Crm/WebContent/pages/dataEntry/lib/components directory.
To use a generic component, you have to:
- Use file:<foldername>/<filename>.xml, as its component id in the data entry layout file.
- Make sure your data object's Java property name match the datapath(s) used by the generic component.
Tabs
All generic tabs are under Crm/WebContent/pages/dataEntry/lib/tabs directory.
To use a generic tab, you have to:
- Use file:<foldername>/<filename>.xml, as its tab id in the data entry layout file
- Use its tab id for the drilldown element in the data entry definition file.
- Use the tab component id(s) as defined in the generic tab file.
- Make sure your data object's Java property name match the datapaths used by the generic tab.