Documentation Home

Migration from 3.1.0-GA to 3.2.0-GA

This is the initial release for the Broadleaf PriceList 3.2.x module. This version of PriceList requires Broadleaf Framework 5.2.0.

Data changes

Please run the following script to update any existing PriceList data that you may have.

UPDATE BLC_PRICE_LIST SET CUST_QUALIFICATION_TYPE = 'ASSIGNMENT_TO_CUSTOMERS_ONLY' WHERE CUST_QUALIFICATION_TYPE = 'SPECIFIC_CUSTOMERS_ONLY';
UPDATE BLC_PRICE_LIST SET CUST_QUALIFICATION_TYPE = 'CUSTOMER_RULE_AND_ASSIGNMENT_TO_CUSTOMERS' WHERE CUST_QUALIFICATION_TYPE = 'QUALIFIED_CUSTOMERS_AND_SPECIFIC_CUSTOMERS';

Solr Changes

Nested pricing functionality was added in as part of 3.1.2-GA, but was disabled by default. As part of the 3.2.0-GA release
nested pricing is now enabled by default and recommended going forward. In order to support this new functionality, it is
necessary to do a full reindex of your Solr server in order to build the new nested pricing documents. For documentation
on how the new nested pricing documents work proceed to Nested Pricing Documents.

Note: If you wish to proceed with your current Solr index and not use nested pricing, set the property blPriceLists.use.nested.pricing to false.