Questions tagged [claimcenter]

7 questions
2
votes
3 answers

Run the ClaimCenter server in debug mode with the command line

As you know, Guidewire Studio takes a lot of memory; at the level of testing, I just want to run the ClaimCenter server. Do we run the server in debug mode with the command line without opening the GW studio?
Thân LƯƠNG Đình
  • 3,082
  • 2
  • 11
  • 21
1
vote
2 answers

How to avoid generating duplicate sequence number?

I need help with an issue I am facing in generating sequence numbers. I am generating sequence number during payment approval rule. However, every time I complete a payment, I get a validation/warning message from check wizard 3rd step. If I try to…
Vasanth
  • 35
  • 5
1
vote
2 answers

Hi How can I am pretty new to guidewire, how can I configure a multiple options select dropdown in Guidewire 9.0?

I am trying to configure a multiple options select drop down in guidewire claim center 9.0 I am able to configure a drop-down and able select single options and drop down items are taken from a typelist
0
votes
2 answers

Foreign Key reference integrity constraint errors

We are running a script that creates data in one of the ClaimCenter tables. This table has a foreign key reference to contacts table, that we do not use. We get an exception: org.h2.jdbc.JdbcBatchUpdateException: Referential integrity constraint…
Wen
  • 1
  • 1
0
votes
1 answer

DBCC - cc_bulkinvoice - A BulkInvoice's total transaction amount should be equal to the sum of all its items' amounts

Below is the query which gives the error records. SELECT Count (*) FROM (SELECT cc_bulkinvoice.id FROM cc_bulkinvoice WHERE cc_bulkinvoice.status NOT IN ( 17, 23 ) AND (SELECT ( CASE WHEN Sum (bii.amount) IS NOT NULL THEN Sum (bii.amount) ELSE…
0
votes
3 answers

Retire Custom entity

There is a newly customized new entity, but business doesn't want to use it in future and code has been merged into higher environments. I want to retire this customized entity. May I know how can we achieve this? I know about deprecated but we can…
-3
votes
1 answer

Guidewire Claim Center Ability to Pay Validation

Is it ok if we enable Ability To Pay validation for Reserve creation or is it only for Payment. Any performance or upgrade issues if we invoke Ability To Pay validation for Reserves in Claim Center? In our project ATP validation is done before…