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
0
votes
1 answer

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

How many types of entities we have in PolicyCenter? What are those? What is nonpersistent entity in policyCenter? How can we create it? Please explain me.
user2636874
  • 889
  • 4
  • 15
  • 36
0
votes
1 answer

How to control visibility of a PCF using Reflection in Guidewire

I am trying to use on my PCF RangeCell element ( ClaimCenter version -10) to control the visibility of this field. Is that possible at all? What I have now is below: it doesn't work...
ljs
  • 495
  • 1
  • 8
  • 23
0
votes
2 answers

Guidewire Exception handling in UI

when internal Guidewire code throws an exception you get a nicely formatted error message box. However, when custom code throws an exception you are directed to the error page (with the red stack trace text & back to application button). Is there…
bodovix
  • 299
  • 2
  • 4
  • 11
0
votes
0 answers

Guidewire PolicyCenter columns minWidth

I need to make columns width depended on content. But it's configured somewhere that min columns width should be 180, so there is too much space in cells. I believe this is somewhere in js, but i cant find the exact place. Also I would like to know…
0
votes
1 answer

Unable to connect Guidewire to SQL Server database

I am trying to config Guidewire to connect to a SQL Server database. I am getting the following error: guidewire-docker 2021-03-04 14:53:14,957 INFO Configuration SecurityManager finished parsing…
Luke Mao
  • 87
  • 6
0
votes
3 answers

Guidewire PolicyCenter The object you are trying to update was changed by another user. Please try your change again

I'm having this weard mistake "The object you are trying to update was changed by another user. Please try your change again." I would like to know what is the reason of this without context. There are no logs about it, no exception stacktrace, no…
0
votes
1 answer

Can we call API in Policy center

I have Policy Center V10.0.3 installed. I have a remote service deployed wants to call PC to run Quote generation. Is it possible to call Policy Center function such ask Policy Quote calculation using REST API?
Luke Mao
  • 87
  • 6
0
votes
2 answers

Is there a way to perform a make table query in Guidewire?

I was wondering if there was a way to perform a make table query in Guidewire so that we can perform faster subsequent queries on it. Our main goal is to improve performance on record retrieval, at the current state we're doing (kinda) as…
Pldx
  • 87
  • 1
  • 3
  • 6
0
votes
3 answers

Guidewire profiler .gwprof file analyser

Is there any way to analyse .gwprof file (got it from guidewire profiler). Background- I am performance testing guidewire application, and using guidewire profiler for monitoring the batch process and REST API's. I need to get the statistics from…
Nikhil
  • 393
  • 1
  • 6
  • 25
0
votes
0 answers

How to monitor GuideWire application with GW inbuilt monitoring tool?

We are doing performance testing of guidewire application,related batch process and REST API. We have a requirement to monitor batch processes and REST API performance with Guidewire monitoring tool. I am new to this. Can someone suggest how to…
Nikhil
  • 393
  • 1
  • 6
  • 25
0
votes
1 answer

Enable sort not working on PCF column on UI

Trying to sort a column in a Row Iterator. It looks like I am able to sort all columns that are coming from the entities directly but not the columns that are returning data from a function. This is the function I am using: function…
iceMan33
  • 359
  • 2
  • 16
0
votes
4 answers

How to install DCEVM in Guidewire?

I have downloaded DCEVM jar file. Now I want to install this jar to run Gosu queries in my Gudiewire Studio. Please help me how to install this DCEVM jar in Guidewire Studio. Thanks
user2636874
  • 889
  • 4
  • 15
  • 36
0
votes
1 answer

What are "retirable" entities in Guidewire?

Can you explain what are "retirable" entities in guidewire? How can we create these entities? Also explain what is the difference between effdated entities and retirable entities?
user2636874
  • 889
  • 4
  • 15
  • 36
0
votes
0 answers

ClaimCenter : MainContact value doesn't persist when the Insured is company and reporter is a person during FNOL wizard

In Basic Info wizard screen, the main contact value is not persisting when click on NEXT step and click on BACK step , the main contact value is switching as "Different Person". This happens when Insured is some company and Reporter is a person . If…
0
votes
1 answer

Virtual properties in out of sequence policies

We have couple of Virtual properties in the vehicle enhancement class. These properties are sent as part of the payload xml from the PolicyPeriodRootModel.gx to the document system. These values are sent properly for normal transactions. However,…
shaher
  • 17
  • 3