Configuring Ajax List Views

From SmartWiki
Revision as of 14:19, 4 November 2013 by Arthur Lathrop (talk | contribs)

Jump to: navigation, search

Ajax list views can be configured to choose the fields shown when contact or organization records are searched for using Ajax lookups.

The list views are configured from the Global Settings page in the following locations:

AjaxListViewsonGlobalSettingsPage.png

When you click on one of the above links, you will be given a choice to build the list view using either the Classic or the New List View Builder.

ChooseListViewBuilder.png

For instructions on use of the Classic List View Builder, see the following page: Historic List View.

To configure a New List View, click on the "Use New ListView Builder" option and follow these steps:

The Columns Tab

  • The Columns tab is where the standard and custom fields that you want to be displayed in your list view are defined.
  • When you first click on this tab, you will see the default four blank columns.



Listviewblankcolumnsshort.PNG


  • When you click into a cell, you will see the configuration options below. Note that the Available Field List will display at the right. Standard fields are shown first, followed by the custom fields available.

Listviewselectingfields.png


  • You can quickly click through the cells and use the Available Field List to choose the fields you wish to display.
  • When you select a field from the Available Field List, the Content Template will be populated with a SmartSimple variable that references that field.
  • In the example below, the Status field has just been selected for Column 4.

Listviewfieldsselected.PNG


  • Note that multiple fields can be selected for each column in the list view.
  • First, click into an Active Cell and click on the fields you want to display in the column in the Available Field List.
  • Then, add extra characters, such as parentheses and explanatory text as in the example below.

Listviewmultfieldsselected.PNG

  • HTML tags can also be employed, surrounding the variable(s) in the Content Template, to add formatting to the column values.
  • An example would be entering @Requested Amount@ <b>(@% Foundation Funding@ of Foundation Funding)</b> into the Content Template, which would result in Requested Amount values in the list view displaying in the format: $25,000.00 (0% of Foundation Funding)
Note: Since the configuration of list views is performed by system administrators, any field can be selected to display in the list view. This means that if a field is selected for a given role's list view that has field permissions that deny visibility to that given role, that field will be visible to that role on that list view. The edit permissions set on the field permissions setting of custom fields will still hold sway, however.

Allowing users to click into the records from the list view

  • What's missing from the "Sample List View" example above is a way for the user to access their records from the list view.
  • The Open button can be added to any column in the list view, by selecting the "Show Open Button" option while clicked into a cell.

Listviewopenbutton.PNG

  • Clicking on the "Show Open Button" option displays the @OPENBUTTON@ variable in the Content Template, which displays the button on the list view.
  • As described above, the caption on the Open button can be changed on the "Properties" tab of the list view.

Definition of Options Available on the Columns Tab

  • Number of Columns - This is the total number of columns visible in your list view. You can add or subtract the number of columns shown by editing this value and clicking out of the field.
  • Header Caption - You can choose the name of the columns in your list view using the Header Caption option.
  • Content Template - This will display the variable or variables you have selected using the Available Field List.
  • Align - This will determine the alignment of the values in your list view column. The options available are "Left," "Right," and "Center."
  • Show Total - If you have selected a single field containing numeric values, checking this option will display the total of the values currently displayed in your list view at the bottom of the list view.
  • Show Open Button - Selecting this value will display the open button in the column selected, allowing users to click into the pertinent record from the list view.
  • Shift Column Position - This will move the currently selected column to the left or right, relative to the other columns.

Sort Order and Export Tabs

Now that the list view has been created and the fields that should be presented have been defined, you will define the Sort Order and Export Settings (optional) for your list view.

Please visit the following pages:


See Also