When a Price Book Attribute is dragged to the Filter section, why does the entire Filter section disappear?
The parameter name of the attribute dragged was not defined properly in mssql_dbmodel.xml. Ensure that all the parameter names are defined with an underscore (_) instead of space. Example: paramName="Credit Customer_CUSTOMERPRICEBOOK" (Not correct) paramName="Credit_Customer_CUSTOMERPRICEBOOK" (Correct).