imported>Aeric |
imported>Aeric Β |
(13 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| '''Workspace > {object}'''
| | #REDIRECT [[List Views]] |
| Β | |
| A ''List View'' displays a list of records. You can get to a List View by clicking any object in your application [[Workspace]].
| |
| __TOC__
| |
| ===About the List View===
| |
| {{:About the List View}}
| |
| Β | |
| ====More About Filtering ====
| |
| Β | |
| Some things to know:
| |
| * To apply a filter to a checkbox, use "<tt>1</tt>" for Yes/True and "<tt>0</tt>" for No/False values.
| |
| * Specify multiple values using the pipe "<tt><nowiki>|</nowiki></tt>" character. For example: <tt><nowiki>"State equals CA|NY|MN"</nowiki> </tt>
| |
| * Specify an empty numeric field using <tt>BLANK</tt>. For example: <tt>"Phone equals BLANK"</tt>
| |
| * Specify an empty string field using two single-quotes with nothing between them: (<tt><nowiki>''</nowiki></tt>)
| |
| Β | |
| :''Learn more:''[[Complex Expressions]]
| |
| Β | |
| {{Note|The filter is not saved with the view. For details on how to include a filter in a View and save it for future use, see [[Filters]].}}
| |
| Β | |
| ===Working with a List View===
| |
| Β | |
| ====Sorting a List View====
| |
| List Views can be sorted by clicking on a column heading. You can then choose between an Ascending and Descending sort.
| |
| Β | |
| ====Viewing and Editing Records====
| |
| List Views for [[Objects]] contain these icons:
| |
| :{|Β border="1" cellpadding="5" cellspacing="1"
| |
| | [[File:FolderIcon.png]] || (folder icon) || View the record shown in this row
| |
| |-
| |
| | [[File:PencilIcon.png]] || (pencil icon) || Edit the record shown in this row
| |
| |}
| |
| Β | |
| ====Searching a List View====
| |
| Use the Search bar at the top of the window select records whose contents contain the value you specify:
| |
| :[[File:SearchBar.png]]
| |
| Β | |
| ====Inline Editing====
| |
| {{:Inline Editing of Rows in a List View}}
| |
| Β | |
| ====Printing Records====
| |
| {{:Print a View}}
| |
| Β | |
| ====Customizing a List View====
| |
| You can choose the columns that are displayed in the list, and the order in which they appear. You can make different views that are available to users in different roles.
| |
| Β | |
| :''Learn more:'' [[Views#Managing Views|Managing Views]]
| |