Configuring Quote All to ignore validation warnings

In the default configuration, Quote All in the Side by Side Quoting screen produces quotes only if there are no validation warnings. This behavior prevents PolicyCenter from generating invalid quotes. Guidewire expects that the default implementation is suitable for most implementations.

However, in some limited cases, your implementation may need to Quote All even though there are validation warnings. To quote when there are validation warnings, set the SideBySideQuoteBlockedByWarnings parameter in config.xml to false. The default value is true. If this parameter is not in config.xml, you need to add it.

Changing this parameter can affect product configuration files and Gosu code. Some code may assume that side-by-side quoting only occurs if there are no validation warnings. Test thoroughly to avoid problems.

In gw.job.sxs.SideBySideProcess, in the call to the requestQuote method has the SideBySide parameter as an argument.