Welcome to Zuora Product Documentation

Explore our rich library of product information

Add an embedded sublist

This task guides you through adding an embedded sublist to a QuickList and making the parent list multi-selectable.

In this example, you leverage the previous QuickList instance to add an embedded sub list and make the parent list multi-selectable.

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

    • Associated Field Set: zqu__Quote_Information

    • SObject Name: zqu__Quote__c

    • The Selection Cardinality field value has no effect when used in a sub list.

  2. Edit the list from the previous example, AccountList.
    1. Click the lookup icon for the Associated Sub List field and select the List Number for the AccountQuoteList list.
    2. In the Relationship Field Name field, enter the API name of the Quote Lookup field, zqu__Account__c.
  3. Refresh the Visualforce page from the previous example to see the changes. The Visualforce page does not need to be updated.
  4. Click + left to the Account Name to display the sublist of quotes for the account. QuickList example5