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
2 answers

Creating a basic REST API in PolicyCenter

I am trying to create a basic HelloWorld REST API in PolicyCenter. I am getting an Internal Server Error from the GET /apis's endpoint (from the com.guidewire.pl.rest.docs.ApiListGenerator) and my new endpoint returns 404 Not Found. I am not sure…
Andreas Warberg
  • 542
  • 6
  • 12
0
votes
0 answers

How to define the json schema for array of json objects in claimcenter

How to define the json schema for array of json objects . How to write schema for this json example example : [ { "name" : "amy", "Age" : "25" }, { "name" : "john", "Age" : "20" } ] Tried in different ways but not working.
0
votes
3 answers

Policycenter does not send account updates to billincenter

I'm developing a Policycenter integration with BillingCenter. I did the initial step-by-step according to the documentation, but when changing some field of an account in PolicyCenter, the synchronization is not performed as in BillingCenter. I need…
TsnP
  • 1
  • 1
0
votes
0 answers

How do I create a camel route in order to expose an External Rest API from my local host?

I am very new to Camel and I am trying to create a camel route to expose an API I wrote. My code is shown below. The API I want to expose is a get method and the link I provided in the "toD" function is the host and path to the api in my…
0
votes
1 answer

Guidewire Studio: how activate git UI tools?

May I know how we can check version control file history in Studio version 8.0. Suppose if we want to see who and what changes had been made as part of one file. I have checked Version control under setting tab. But not sure how to enable?
0
votes
2 answers

Guidewire - PCF: Cannot have any text content

Error states: PCF: Cannot have any text content Caused on a PCF file. The error targets a specific line at the PCF ID. No other description as to why it may be erroring.
Mattr42
  • 93
  • 9
0
votes
1 answer

Guidewire batch job processing using Gatling

How can I run the Guidewire batch job scenarios using Gatling. Mainly want to create a scala script to run the batch job in gatling
0
votes
1 answer

showing warning in bottom panel in Guidewire

I am working on customization of Guidewire's ClaimCenter, and in certain situation I want to show warning in bottom panel which is usually displayed by common rejectField() method. Can I somehow display this same panel without using rejectField()…
0
votes
1 answer

Create auto policy in PolicyCenter via webservice

Guidewire PolicyCenter 10.2 self managed. I'd like to create and quote submission for auto policy line. Is there a rest api for submission creation exposed via the policy center? Based on the documentation I've an impression it should be there but…
ra74
  • 129
  • 1
  • 10
0
votes
3 answers

When to use gosu enhancements?

I've seen the usage of gosu enhancements a lot within Guidewire application. However, it seems to me it is being overused. Like the following examples: An entity querying another entity (i.e. looks to me an entity modeling problem). An entity…
Ron
  • 3
  • 2
0
votes
1 answer

What is the usage of Template Panel in Guidewire PCF? Can I use it to implement the Java script functionality from Guidewire?

Using Template Panel in PCF, Java script functionality is getting triggered from the guidewire. And the functionality works as expected. But I couldn't find what is the exact definition for Template Panel and using of Template panel to execute Java…
0
votes
2 answers

Guidewire - Database Bean Version Conflict - com.guidewire.pl.system.exception.ConcurrentDataChangeException

Can someone help me to identify the root cause and how to resolve this issue? The object you are trying to update was 'WorksheetData:pc:XXXX', and it was changed by System at 03/14/2022 7:04 PM. Please cancel and retry your change. When I checked it…
0
votes
1 answer

Is there any way to refresh templatepanel in guidewire or whole page refresh?

We have integrated google map in guidewire claimcenter. The functionality is when we receive address from contactmanager then the google maps will display respective address. Now the problem is if we again search it with any new parameters and if we…
Vasanth
  • 35
  • 5
0
votes
2 answers

Batch History Download in Guidewire

I have a question regarding the download batch history button that can be accessed on the batch info screen by hitting ALT + SHIFT + T. Once you download the history and open the index.html it displays a table with all the results. Is there a way to…
iceMan33
  • 359
  • 2
  • 16
0
votes
1 answer

How can I create a plugin in guidewire?

I can't find de main steps to create a plugin in guidewire. ¿Is there any simple way to understand that? Until now I did this steps Modify the messaging-config.xml Create a class in gosu to use the plugin Create the plugin
Carmen
  • 1
  • 2