---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Export the configuration BOM to a CSV file

# Export the configuration BOM to a CSV file {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Export the configuration bill of materials (BOM) to a customizable CSV file before the quote is finalized.

## Vorbereitungen

Role required: Admin

## Enhanced shopping cart with CSV export {#export-the-configuration-bom-as-a-csv-file__section_er1_m3q_chc}

CPQ lets you export the configuration bill of materials (BOM) before the quote is finalized by exporting the BOM to a CSV file. The BOM UI has been enhanced to enable on-screen manipulation of fields,
such as resizing of columns, pinning of fields, and hiding of fields.

## Prozedur

1. In your blueprint, navigate to Layouts.
2. In your layout, scroll to Product List and select Product List Settings.
3. In Settings, scroll to Raw Value and insert the following code block:  

       "advanced": {
           "export": true
       }

   `advanced` enables the enhanced shopping cart, and `export` enables the BOM export. `advanced` must be enabled to use `export`. The final code block should
   resemble the following:

       {
         "location": "bottom",
         "type": "sales",
         "hierarchyColumn": "displayName",
         "advanced": {
           "export": true
         }
       }  

4. When the blueprint is enabled, deploy it and launch the configurator experience.  
   In the UI, you see two new icons on the far right of the product list:


   The icon to the left of Export lets you manipulate the columns via the UI, such as hiding and pinning certain columns. You can also manually resize columns as you would in a spreadsheet.  
   The Export icon lets you export the current BOM to a CSV file. This will export all contents that are visible in the BOM at the time of export.  
   Hinweis:  
   The process requires the Quoting tool.

