Espocrm List Pro Documentation ¶
Overview¶
Ebla List Pro for Espocrm makes editing your fields quicker & easier. With it, you can update fields directly in the list view, without needing to open separate pages for each item. This saves you clicks and time!
Key Features¶
Inline Editing¶
Modify field values directly within the list view. Simply hover over a field, and a pencil icon will appear, prompting you to initiate the edit. Click on the pencil to activate editing.
Escape and Save Shortcuts¶
Quickly discard or save your changes using keyboard shortcuts.
- Press Esc to discard any changes made within the inline edit.
- Press Ctrl+Enter to save your changes.
Entity-Level Disabling¶
Disable inline editing for specific entities by adding "inlineEditListDisabled": true
within the corresponding JSON file located at Resources/metadata/clientDefs/{YourEntityName}.json
.
Field-Level Disabling¶
Deactivate inline editing for individual fields by toggling the "inline edit" option within the field manager configuration.
Note
Inline editing respects field permissions and will not work for fields that are read-only or have restricted access.
Warning
Inline editing is not supported for fields that have dynamic logic.
To Do¶
Intuitive Keyboard Navigation¶
Navigate between cells using arrow keys (up, down, left, right) for a familiar and efficient data management experience similar to spreadsheet programs. This minimizes reliance on mouse clicks, fostering a more keyboard-centric workflow.