RecordM - Customizations
Instance Level
| Customization | Meaning | Details |
|---|---|---|
core.customizeAllInstances | Customize the view of all all instances of all definitions. | link |
core.customizeInstances | Customize the view instance of a given definition. Uses a function as an argument. | link |
core.validateInstances | Allows to add other validations to an instance of a given definition, using a function provided as an argument. | link |
core.customizeSaveBehaviors | Allows modification of the label and icon of the "save", "save and edit" and "save & create new" buttons. | link |
Search Level
| Customization | Meaning | Details |
|---|---|---|
core.customizeListing | Customize the definition search result. | link |
core.customizeDefinitionSearchFilters | Register custom search filters for a given definition. | link |
core.addCustomBatchAction | Allows addition of batch operations. | link |
core.customizeImporters | Allows addition of new importers. | link |
core.customizeAllColumns | Customize all columns of a search result that fit the given criteria. | link |
core.customizeColumn | Customize a given column of a definition search result . | link |
