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

How to change the entity validation warning in Guidewire ClaimCenter 10

When ClaimCenter validates Forms and the entities, it displays the Entityname within the Warnmessage. Is there a way to change the behaviour that the Entity Name is not shown to the user?
Kevin Busch
  • 191
  • 1
  • 4
  • 17
0
votes
3 answers

Gosu (Guidewire)

If we need to consider two states of claim (e.g - Draft & Closed state) for temporary claim, then how can we use these state using Query? I tried with - var claims = Query.startswith("ClaimNumber", "TMP", false) .compareIn(Claim#State,…
0
votes
1 answer

Unable to retrieve Policies from PC to BC - Guidewire

Whenever i create a policy in PolicyCenter and try to search the same in the Billing center, it is not getting fetched. I am new to Billing center and made sure to do the following steps for the connection between PC to BC in my local…
shaher
  • 17
  • 3
0
votes
1 answer

Guidewire : Tomcat server log rotation

We have been trying to implement log rotation in Guidewire version 6 for Tomcat server logs. But we dont have any idea and what are the thing require to implment. So could you please help how to implement log rotation for tomcat servers in guidewire…
Vasanth
  • 35
  • 5
0
votes
2 answers

Unable to see confirmation message via LocationUtil RequestScopedInfoMessage

am New to Guidewire: Currently not getting warning message on toggling checkbox; is it some restriction or am I missing some setting/property?; which is prerequisite for this confirmation message before pressing ok or blocking this…
static void main
  • 728
  • 2
  • 9
  • 34
0
votes
1 answer

Script returning limited amount of records as compare to Query

I tried to convert an SQL query into Gosu Script ( Guidewire). My script is working only for limited number of records This is the SQL query select PolicyNumber,* from pc_policyperiod where ID in ( Select ownerID from pc_PRActiveWorkflow where…
0
votes
2 answers

How to write code part or method inside .pcf file?

I need to write code like separate module in side pcf file alone. Is possible or we need to call existing class's method from action attribute of forward element of Entrypoint pcf file
0
votes
1 answer

How to change label of the Button on DefaultFailurePage.pcf

When im getting application error in DefaultFailurePage.pcf while Policy center page navigation But i can't to identifying that page button where mentioned in designing in DefaultFailurePage.pcf and referenced page. Please let me know how to…
Umanath
  • 81
  • 6
0
votes
1 answer

Can i create more than one signature .pcf file?

I tried to create more than one signature in my .pcf file for Exitpoint, it showing an error. Is it acceptable, then what is default signature if not mentioned explicitly
0
votes
1 answer

Product Model Display Key Null Pointer

When attempting to connect to either local or SQL DB I get the below error upon starting my server. Because it is calling at OOTB class I havent been able to debug. lnar-5cg84268sc 2020-01-21 15:07:38,381 ERROR Server.RunLevel *****…
0
votes
2 answers

GuideWire Webservice

How to fetch wsdl with user name password into Guidewire? I tried to add wsdl end pointn in Webservice collection in Guidwire studio, but it not downloaded into my project it due to, it has password credential. See below image, after created wsc,…
Umanath
  • 81
  • 6
0
votes
2 answers

How to change the local port number in Policy center v10?

I have been tried couple of configuration files but not able to change?
Py-Coder
  • 2,024
  • 1
  • 22
  • 28
0
votes
2 answers

How to hardcode the entity varchar value?

The requirement is to store the hardcoded value for varchar which is in an entity file(.eti). I tried adding to the default option but it is not reflecting.
0
votes
1 answer

How are the product xml files and the pcf files connected in Policycenter?

When we create a product, few xml files are generated for the product, its offerings etc. How is the data from these xml's read into the pcf file?
0
votes
1 answer

GUIDEWIRE : How to display the the query builder result in UI?

I am using query builder to return number of search result from the database table. Now I would like to display the result in the UI by only first three rows. How can I achieve this?
Vasanth
  • 35
  • 5