Welcome to Zuora Product Documentation

Explore our rich library of product information

Run the sample NavMenu code

This topic provides steps to Create a custom picklist field, a Breadcrumb component, and a Quicklist, then run the Visualforce page.

  1. Create the custom field, Custom_Picklist_Field__c, on the QuoteCharge__c object. Select Picklist as the field type, and enter the following as Picklist options:
    • Menu Option 1

    • Menu Option 2

    • Menu Option 3

  2. Create a Breadcrumb component instance named, myBreadcrumb.
  3. Create a Quicklist named, myQuickList.
  4. Run the Visualforce page you created above.