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
1
vote
1 answer

What is effective entity in guidewire and how we can create it?

What is effective entity in guide wire and how we can create it. Please explain.
Ashish kumar
  • 21
  • 1
  • 4
1
vote
1 answer

Policies having Description more than 256 are not flowing to Billing Center

If i do a policy change or cancellation with giving the description more than 256 chars, those policies are not getting updated in Billing center. Not sure what the reason is. The field description in PC is a medium text type. I opened the message…
shaher
  • 17
  • 3
1
vote
1 answer

Forgot Guidewire Product Designer Password

The default password for the GW Product designer is gwgw, I changed the password and not able to recollect it and not able to login Product designer. I've gone through the productdesigner.war file for any datasource or properties file but couldn't…
cks
  • 35
  • 1
  • 1
  • 3
1
vote
2 answers

Tabs PCF in Guidewire Studio (IntelliJ) won't close - Question and answer

I have a problem with Guidewire Studio (based on IntelliJ) where the .pcf files tabs wouldn't close. I would click on the x or on the mouse wheel, they would close and open right back. Tried turning off and on GW, rebooting my machine, nothing…
krystine.e
  • 83
  • 7
1
vote
1 answer

Can you use java script in guidewire?

Instead of using a Link in guidewire I want to use a button to kick off a URL using POST.. example:
iceMan33
  • 359
  • 2
  • 16
1
vote
2 answers

eti default value on entity

Is it possible to change the default value or a field in an eti without messing up the production database? There is a drop down that defaults to other that I would like to default to another value in the dropdown. I don't want to mess up the…
iceMan33
  • 359
  • 2
  • 16
1
vote
1 answer

Adding column in product deisgner table

How would you go about adding a column to a Product Designer table. For example if you go into PersonalAutoLine under Policy Lines and click on coverages you will get a table with "Name, Code, Category" etc. Is there a way to add a column on that…
iceMan33
  • 359
  • 2
  • 16
1
vote
1 answer

PCF page issue with capitalization

I am trying to make a field on a PCF page capitalized. It's a field that is stored in the entity. I am trying to do: contact.FirstName.toUpperCase() But since it's an editable field I can't use toUpperCase. Is there a way to format a text input…
iceMan33
  • 359
  • 2
  • 16
1
vote
1 answer

Clickable Email Address in Guidewire

Is there a way to make an email address clickable that opens default email client. I am testing this on my local and it works fine. But when I promote code to server it does not work. java.awt.Desktop.getDesktop().mail(new java.net.URI("mailTo:"+…
iceMan33
  • 359
  • 2
  • 16
1
vote
1 answer

How to create a custom event in Policy Center

I was asked to create a custom event in Policy Center. A GuideWire employee said that I should see the GuideWire docs. I searched the documents that I had and all I could find was how to add a new event for something in Billing Center. It seemed…
Brandon Hunt
  • 67
  • 2
  • 10
1
vote
1 answer

On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application?

On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application without having to go the database to modify the table to it?
Rik
  • 11
  • 1
1
vote
1 answer

Cannot modify a bean of type User that is in a readonly bundle

I've added a new field to user.etx called LastLoggedIn_Ext. But getting an error when trying to write to it: Cannot modify a bean of type User that is in a readonly bundle My code: user.Ext_LastLoggedIn = Date.Now Is there a way to bypass read…
iceMan33
  • 359
  • 2
  • 16
1
vote
1 answer

BillingAPI and message transport

When you cancel a policy in policy center does it update the cancellation status in billing center through BillingAPI? I’m assuming there is a message passed to billing center but I’m not totally sure. I’m wondering if this is an out of the box…
1
vote
1 answer

How create a WorkQueue Guidewire?

I need create a workqueue in guidewire, but not find guidewire documentation about this. Someone can help me please? Regards, Douglas Rezende
1
vote
1 answer

ClaimCenter Web PCF files UI Labels

I’m trying to automate building of a mapping document between claimcenter gui through to dB. I’ve made some success in this space using the data dictionary however I’ve become a bit stumped when it gets to getting labels for the UI fields I’ve been…
Khu
  • 39
  • 7
1 2
3
10 11