Questions tagged [guidewire]

Guidewire Insurance Suite™ is a set of application frameworks that support main operations of insurance industry, with 3 main area: Policy Center, Claim Center and Billing Center. The aim of these frameworks is to provide a core back-end system for insurance firms, which they can customize according to their needs. The code is mostly written in Gosu, an open-source domain language based on Java.

Questions having this tag

These questions should relate to the Guidewire products, the technologies used by those products or related to problems one might encounter while trying to use or customize them.

Basic Definitions

  • Gosu : the open source programming language used in the Guidewire products
  • GScript : the former name of the Gosu language, which might come up in discussions if the poster has not updated their vocabulary
  • PCF : Page Configuration File - the XML vocabulary for controlling the layout and behavior of a screen within the Guidewire web applications
  • Rules : event handlers written in Gosu that permit the Guidewire application to take action under certain circumstances
  • likely tens of others

Important Links

162 questions
2
votes
1 answer

Can I add more than one field to a single attribute

I was wondering if it's possible to add 2 different attributes to a single attribute. For example I have two attributes: private var modelYear:int as ModelYear private var manufacturedCd:String as ManufacturerCd I would like to put both of these…
iceMan33
  • 359
  • 2
  • 16
1
vote
2 answers

How to avoid generating duplicate sequence number?

I need help with an issue I am facing in generating sequence numbers. I am generating sequence number during payment approval rule. However, every time I complete a payment, I get a validation/warning message from check wizard 3rd step. If I try to…
Vasanth
  • 35
  • 5
1
vote
2 answers

Unable to void Checks in GWCC - Illegal state exception

A couple of checks that have been voided by the claim handler have encountered a Illegal State Exception in one of our workflows. The check is in status Requested and when clicking Void doesn't get set to Pending void instead displays an error This…
1
vote
2 answers

When Consuming SOAP client - class data fields are missing in Request Body passed over client .net core C# API

string endpointURL = "xxxx"; var remoteAddress = new ServiceReference.Endpoint(endpointURL); var bind = new System.ServiceModel.BasicHTTPSBinding(); ServiceReference.ServiceReferenceClient client= new…
Navy
  • 33
  • 5
1
vote
1 answer

Why aren't my Guidewire rating overrides being applied/copied to reinstatement transactions?

GuidewireRating Override on a Reinstatement Transaction doesn't work as expected. We are Trying to expand our current LOB to utilize Rating Overrides. However we are facing an issue when Rating was overridden in New Business manually and then did a…
Kris
  • 11
  • 1
1
vote
2 answers

Hi How can I am pretty new to guidewire, how can I configure a multiple options select dropdown in Guidewire 9.0?

I am trying to configure a multiple options select drop down in guidewire claim center 9.0 I am able to configure a drop-down and able select single options and drop down items are taken from a typelist
1
vote
1 answer

GW: Null Pointer Exception after click on Approve button

Getting NPE after click on Approve button for the payment activity.And also, getting NPE for Reject button. Even though user is authorized to approve the activity but unable to figure it out from which point it throws null value. Here are the below…
1
vote
0 answers

Fop vs xmlgraphics jar conflict

I have a heavy monolithic guidewire application that has both fop.jar and xmlgraphics-commons.jar. So, I am trying to add an image into a pdf file which is supposed to get rendered with the xmlgraphics-commons.jar. This jar has about 5/6 image…
1
vote
2 answers

Guidewire - Adding numeric validation for Phone Number text field in PCF

I am looking to add validation to a Guidewire PCF field that checks to ensure that only numeric values are used in a Phone Number text field.
Mattr42
  • 93
  • 9
1
vote
1 answer

Guidewire postgresql database connection

I have a bunch of errors trying to connect GW to PostgreSQL. I have tried a lot of changes in database-config.xml On of them is:
Innoox
  • 15
  • 3
1
vote
0 answers

Guidewire : Refresh List view when the button is clicked

The Listview(partial page) is not getting refreshed when I click the button. It keeps on adding the rows whenever the buttons are clicked. Below are the functions for adding the drivers. function getDriversFromPolicy_CA7() : CA7CommAutoDriver[] { …
Madhu
  • 11
  • 3
1
vote
1 answer

Guidewire message queues

I am trying to edit the guidewire message queue name. I see that the queue names are in the messaging-config.xml. Is there any impact on changing the guidewire queue name? The names don't seem to be used anywhere else in the code, only the…
iceMan33
  • 359
  • 2
  • 16
1
vote
2 answers

Usage of implementsInterface element on entities in guidewire

I would like to know why do we use implementsInterface element in entities. I know one example where they use it to make it as assignable entity. But I could not understand what other purpose and how/why it is being used in entities. Example:…
Vasanth
  • 35
  • 5
1
vote
0 answers

Difference between Guidewire claimcenter version 6/8 and version 10

What are the differences/features between guidewire claimcenter version 6/8 and version 10?
Vasanth
  • 35
  • 5
1
vote
3 answers

significance of setting nullok=

What is the difference between setting nullok=false or true for the typekey field?
Sss
  • 11
  • 1
1
2
3
10 11