View: Difference between revisions

Jump to navigation Jump to search
532 bytes added ,  13 January 2020
→‎Special views: new section: SearchView and FilterView
(→‎Private views: moved to a separate article)
(→‎Special views: new section: SearchView and FilterView)
Line 265: Line 265:


OnChange and OnSave actions triggering in JavaScript, validations when records are modified or saved directly on a list, etc. can be seen in this [https://youtu.be/B5mMIqJYy-Y?t=48m15s webinar]. {{Badge|Webinar}}
OnChange and OnSave actions triggering in JavaScript, validations when records are modified or saved directly on a list, etc. can be seen in this [https://youtu.be/B5mMIqJYy-Y?t=48m15s webinar]. {{Badge|Webinar}}
=== Search view ===
It is possible to create a specific view used to display search results. This needs to be a public view named SearchView and it cannot be hidden. You can set up different looks and functionality of this view.
To see it in action, please check this [https://youtu.be/9vL4QRN_1dk?t=31m2s WEBINAR SECTION]. {{Badge|Webinar}}


=== Responsive view / list ===
=== Responsive view / list ===
Line 287: Line 281:


Traditionally, lists show one record per line. However, you can use the '''Columns''' [[#Properties pane|property]] to display multiple records in one row. See the following webinars for more information: [https://youtu.be/iLZ43KxGEW0?t=16m35s webinar 1] and [https://youtu.be/iLZ43KxGEW0?t=19m59s webinar 2]. {{Badge|Webinar}}
Traditionally, lists show one record per line. However, you can use the '''Columns''' [[#Properties pane|property]] to display multiple records in one row. See the following webinars for more information: [https://youtu.be/iLZ43KxGEW0?t=16m35s webinar 1] and [https://youtu.be/iLZ43KxGEW0?t=19m59s webinar 2]. {{Badge|Webinar}}
== Special views ==
Woodford offers two ''special'' views, one for searching, other for filtering. The following applies to special views.
* To create them, use the '''Special View''' button, not '''New View'''.
* Do not rename them; use the default names (SearchView and FilterView).
* Only one instance of each special view can exist for an entity.
=== Search view ===
It is possible to create a specific view used to display search results. The app automatically switches to this view when you are using the search box.
This needs to be a public view named exactly SearchView; it cannot be hidden. You can set up different looks and functionality of this view. To see it in action, please check this [https://youtu.be/9vL4QRN_1dk?t=31m2s WEBINAR SECTION]. {{Badge|Webinar}}
=== Filter view ===
Filter view is used when you are selecting a record using a lookup form.


== Private views ==
== Private views ==

Navigation menu