View: Difference between revisions

Jump to navigation Jump to search
365 bytes added ,  8 January 2021
Line 172: Line 172:
=== Actions when multiple records are selected ===
=== Actions when multiple records are selected ===


Similar to buttons, you can define actions available when you select multiple records in your view. Click '''Multi Select''' to set up the actions.
Similar to buttons, you can define actions available when you select multiple records in your view. To use multi-selection in the app, tap and hold a record until the selection checkboxes appear. Multi-selection offers the following functions:
* Access configurable commands from the hamburger menu in the top right corner. For example, you can export the selected records, or delete them.
* Access statistics/aggregation functions from the menu in the status bar - bottom right corner.


To trigger multi-selection in the map, you need to tap and hold a record in view where at least one MultiSelect button is enabled. Then you can select multiple records and the selected action will be performed on all selected records.
[[File:Multiselect.png|600px]]


Even when there are no multi-select commands defined, you can see the count in the status bar and even tap '''Sum''' and select an aggregate function, such as average, maximum, or sum.
In Woodford, edit a view and click '''Multi Select''' to set up the available commands. The operation is similar to view buttons or [[Form commands]]. To see how it works, you can also check this [https://youtu.be/REgaV6ymYWM?t=20m27s webinar section]. {{Badge|Webinar}}


The operation is similar to [[Form commands]]. To see how it works, please check this [https://youtu.be/REgaV6ymYWM?t=20m27s webinar section]. {{Badge|Webinar}}
You can define your own [[Command_editor#Custom_commands|custom commands]] that perform actions that are not available when using built-in commands. See [https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_EntityList_onCommand MobileCRM.UI.EntityList.onCommand] function for more information.


You can disable multi-selection in views completely using [[Configuration#List|Woodford configuration]]: '''Allow Multi-select In Lists'''.
You can disable multi-selection in views completely using [[Configuration#List|Woodford configuration]]: '''Allow Multi-select In Lists'''.

Navigation menu