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

Guidewire : How to implement Pagination in guidewire version 6.0

I have been working in guidewire application version 6.0.How would you paginate an extremely large dataset in the app-server? Example : Consider entity payment. Currently the PCF is bring back all the payments preset in the claim to the screen and…
Vasanth
  • 35
  • 5
0
votes
1 answer

Gosu Queries to join two tables

How to join below two tables using gosu .. This is from Contact Manager (GW Training App) 1 ABContact 2 BankAccount Below SQL can be used to find all account hold by one particluar contact select b.accountnumber from ABContact a, BankAccount b…
shrikanth
  • 179
  • 3
  • 10
0
votes
0 answers

(GuideWire 9 ClaimCenter) Unable to return a single AssignmentSearchType

I have a Range Input that's taking in an array of AssignmentSearchTypes for the valueRange. My task is to conditionally limit the search types based on the user's role. In particular, we want to only allow certain roles to assign jobs directly to…
0
votes
1 answer

Made UI table/PCF exportable to PDF

Is it possible to make a PCF/Table from the UI exportable to a PDF? I thought I saw it before some where in Guidewire but I can't seem to find it anymore.
iceMan33
  • 359
  • 2
  • 16
0
votes
2 answers

external hyperlink in guidewire policy center

I need to do an hyperlink to an external page in Guidewire Policy Center. I am using a function in a gsx enhancement file that returns a String with the url according some parameters. The problem is that I don't know how to use the url to redirect…
Ana
  • 1
  • 1
0
votes
2 answers

Database bean version conflict -(Process records in workqueue Guidewire

I create a workqueue in BillingCenter Guidewire to process a large data, but to some records the database return a exception "Database bean version conflict :" Someone can help me? How control worker to process records no process with…
0
votes
1 answer

Example text next to TextInput box

Is there anyway to put some example text next to a text box field. In the picture above I have Loan Number. Next to the text box I want to have some text that says "Please enter a loan number". Is this possible in guidwire?
iceMan33
  • 359
  • 2
  • 16
0
votes
1 answer

Search For input field on policy search screen

On the policy search page you can search by different transactions by selecting a typecode from the Search For TypeKeyInput field. Is there a way to have the results return all transactions (cancellation, policychange, submission, etc) and not just…
iceMan33
  • 359
  • 2
  • 16
0
votes
1 answer

EffDated branches on policyPeriod and saving arrays

I have an array that is saved on the policyPeriod level right now called listOfAdditionalInsured. This list is display on one of the pages in the UI in PC. The issue that I am having is that each time there is a policy change it will erase the data…
iceMan33
  • 359
  • 2
  • 16
0
votes
2 answers

Guidewire- unable to save details to entity

i am trying to save some details in policy center. i am getting those details from billing center and immediately trying to save it but it is giving me exception. i have called "issuePolicyPeriod" function of billingAPI and returned some values and…
0
votes
0 answers

Visual Studio webtest to create profiles

Good morning, I've done a lot of research on this but I honestly haven't found anything that can help me so i am hoping the kindness of everyone here might be able to help. I work for an insurance company and we are attempting to use Visual Studio's…
thwalker6
  • 3
  • 7
0
votes
0 answers

Gosu for loop through rows for a single column for date check

Currently, I have a roadblock in Gosu. I created an entity(table) that has the last batch run date, Right now, my current code checks the employee data in Guidewire database tables and inserts into our integration database which is SQLserver. If…
0
votes
5 answers

How to select specific columns alone using Query.make()

In guidewire, Query.make(EntityName).select() returns the entire column values, How should be the code if I need column specific result. For eg, If I just need PolicyNumber , PublicID and ID alone from Policy table, How should I write the code?
Aravind Pillai
  • 739
  • 7
  • 21
0
votes
2 answers

Excel report Generation in Guidewire claimcenter

I am generating an excel report in claimcenter guidewire. Is there any OOTB feature available for it ?
ashwinsakthi
  • 1,856
  • 4
  • 27
  • 56
0
votes
0 answers

How to generate 8 digit unique number using MOD10 algorithms

I have a requirement to generate a unique 8 digit number with one check digit using Luhn algorithm in Java. The number should be unique every time we call the function.
user1166528
  • 381
  • 3
  • 7
  • 18
1 2 3
10
11