Welcome to Zuora Product Documentation

Explore our rich library of product information

Create a simple list in the single-select mode

This task guides you through creating a list of accounts in single-select mode using the QuickList component.

This example shows you how to build a list of accounts in the single-select mode using the QuickList component.

  1. Create a new list in the QuickList Component Settings .
    • List Name: AccountList

    • Associated Field Set: zqu__Fields_For_Select_Billing_Account

    • SObject Name: Account

    • Selection Cardinality: Single-Select

  2. On a Visualforce page, add the following code:
<zqu:QuickList listname="AccountList" contextIds=""/>

When you open the Visualforce page, the QuickList component queries all the records of the Account object and displays them as shown in the example below:

QuickList example2