A new Order guide can't be inserted.Issue When creating a new order guide it throws below error: Error: There is a wrong condition for order guideCause"Validate Portal Settings" business rules is aborting the insertion of the order guide.Resolution"Validate Portal Settings" business rules is aborting the insertion of the order guide.The "Hide Quantity" field on "sc_cat_item" is having a default value as "true", this is not Out of box value. In OOB instance there is no default value for "Hide Quantity" on "sc_cat_item". If there is no default value then the system considers the value as "false". As the default value is "true", the abort condition on "Validate Portal Settings" business rules is satisfied which is not allowing to create the order guide. Please remove the default value for "Hide Quantity" field or change the default value to "false"