New and changed in PolicyCenter 10.1.0
Advanced Product Designer
Advanced Product Designer is a business tool that helps insurers design, simulate and deploy a product.
- Define product coverages, exclusions, conditions, risk details, and other attributes
- Generate the initial product user interface
With Advanced Product Designer, you can prototype insurance products and product lines in mind maps. You import the mind map into PolicyCenter, creating a visualized product. In the visualized product, you can create policy submissions and other policy transactions and navigate through the product screens.
See also
Spanish for Spain
Guidewire has added support for Spanish (Spain) to the base configuration. To use this language, you must enable the language. See the Globalization Guide for details.
Database support
- Oracle 19c on Amazon RDS
- SQL Server 2017 on Amazon RDS
Microsoft Edge browser support
Guidewire now supports the Microsoft Chromium-based Microsoft Edge browser.
Rolling upgrade and the REST API Framework
- *.updater.json
- *.apiconfig.yaml
- versions.json
- *.swagger.yaml
- *.schema.json
- published-apis.yaml
- *.gql
- *.mapping.json
Modified class MessagingUtil
- The method now caches the most recent returned value for five seconds. Repeated calls to this method within a five second window returns the cached value. Calls to the method outside the cache window returns the most current status.
- The method returns a value of
Unknownif the message destination is in transition. A message destination can be in transition if the destination is currently being migrated between servers, for example.
-Dgw.messaging.destination.status.refresh.intervalInMillis=...
Added configuration parameters
Removed configuration parameters
Guidewire has removed configuration parameter
ArchiveReferenceTrackingEnabled from PolicyCenter. Instead, the value of this parameter is assumed to be
true always.
Charge breakdown for itemized billing in integration with a billing system
A billing system might need to send information to a customer about the items that make up the total of a charge amount, such as the costs for each coverage attached to a risk unit. The base configuration of PolicyCenter supports charge breakdowns for product lines that are created by using Advanced Product Designer. You can also define charge breakdown categories for product lines that are provided in the base configuration or that you design by using Product Designer. In the base configuration, the personal auto line demonstrates the use of these categories.
See also
Plugin ClusterBroadcastTransportFactory - plugin parameters
ClusterBroadcastTransportFactory plugin parameters:batchWriteAttempts- Guidewire has changed the default value of the
batchWriteAttemptsparameter. The new default value is 10. Previously, the default value was 30. maxBatchWriteInterval- Guidewire has added new parameter
maxBatchWriteIntervalto the base implementation of theClusterBroadcastTransportFactoryplugin. This parameter defines the maximum amount (in milliseconds) to which the retry interval can grow in making multiple attempts to resend a failed message batch. If the broadcast transport generates an error while trying to send the current batch of messages, the plugin attempts to send the message batch with an exponential backoff. The exponential backoff doubles the delay after each consecutive error up to the stipulated value, which is the maximum retry interval.
Plugin ClusterBroadcastTransportFactory - Redis support
Guidewire now supports an optional implementation of the
ClusterBroadcastTransportFactory that provides for PolicyCenter cluster communications using Redis servers. The optional
Redis plugin implementation uses OSGi class
RedisBroadcastTransportFactory. Use of this plugin implementation
requires additional integration and configuration steps.
For implementation details, see Redis integration.
S3 supported in development for archiving
With this release, Guidewire PolicyCenter supports the use of Amazon S3 (Amazon Simple Storage Service) for archiving in development and testing environments.
