Skip to main content

Guidewire Self-Managed Data Integration with Business context

 In Guidewire, We have majorly four centers:

1. Contact Manager

2. Policy Center

3. Billing Center

4. Claim Center





Business Context wise follow the same order to remember that business & data integration ways it is best approach,




While loading sample data with individual instances load sample data in the same order 1,2,3,4; Once after loading the sample data stop the server and then after do the integration between multiple centers in both directions 

1. Contact Manager to All remaining xCenters and vice versa, reverse directions also possible

2. Policy center to integrate with Billingcenter and Claimcenter as well as viceversa

3. Billingcenter & claimcenter there is not possible to integrate !!

Coming to Business context how to easily recall above sequence   

1. Contact Manager: 

It is used to create diverse contacts broadly into Person / Company types; Contact Manager with AddressbookUID, PublicIDs are available, any business contact is important primary objective !! Insurance business context also same applicable, 

so before integrating with other centers first load sample data here with Contact Manager

 

2. Policy Center: 

From Insurance company starts their Insurance business by selling the Insurance policies to their customers and then customers are started paying their initial installments and full pay!!

Already in contact center, Customer names are available !! when customer started paying for one year policy then that insurance policy become active, so this is second sequence to load sample data individually !! 

Hence PAS Policy Administration System has Insurance brokers, producers, underwriters and supervisors are diverse contact roles are possible here;

As soon as customer making payments it was handled by Billing-center

If any customer active / in force policies has any losses then it was handled by claim-center by initiating FNOL process. 

Billing Center:

Once sold policy, Billing center places if any installments and it handle invoice/ delinquency of incoming payments from customer !! It handles majorly Accounts Payable from insurance company standpoint.

Hence in third sequence sample data loading will happen with Billing center


Claim Center:

When Customer had any losses, insurance company will start the FNOL - First Notification Of Loss Process, by verifying and investigating actual losses that customer posses in any bad situation, at most good faith scenarios Insurance Company will validate that Policy with Coverage details and how much losses that particular loss incident will cover the damages/ losses then after from Insurance claim's team will evaluate finally will pay the loss settlement amount.

Comments

Popular posts from this blog

"How to maintain or retain tabs in same tab after button click events or postback?" using JQuery in ASP.NET C#

In this post I'll share an details about " How to maintain or retain tabs in same tab after button click events or postback? " Step 1: you need to download Jquery and JQueryUI Javascript libraries from this site http://jqueryui.com/ Step 2: As usually you can create ASP.NET website from Visual Studio IDE and add Jquery and JqueryUI plugins in the header section of aspx page. Step 3: Add HiddenField control inside aspx page which is very useful to retain tab in same page Step 4: Use the HiddenField ID in Jquery code to indicate that CurrentTab Index Step 5: In code Behind, using Enumerations concept give the tab index values as user defined variable  Step 6: Use the Enum values in every Button click events on different tabs to check that tab could be retained in the same tab Further, Here I'll give the code details and snap shot pictures, 1. Default.aspx: Design Page First Second Third ...

Login and Registration forms in C# windows application with Back end Microsoft SQL Server for data access

In this article, I'm gonna share about how to make login and register form with MS SQL database; 1. Flow Chart Logic 2. Normal Features 3. Form Designs Login Form Design Sign in Form Design Password Retrieve Form 4. Database Design and SQL queries and Stored Procedure Create new Database as "schooldata" create table registerdata (  ID int identity,  Username nvarchar(100),  Password nvarchar(100),  Fullname  nvarchar(100),  MobileNO nvarchar(100),  EmailID nvarchar(100)  ) select * from registerdata create procedure regis (  @Username as nvarchar(100),  @Password as nvarchar(100),  @Fullname as nvarchar(100),  @MobileNO as nvarchar(100),  @EmailID as nvarchar(100)  ) as begin insert into registerdata (Username, Password, Fullname, MobileNO,EmailID) values (@Username, @Password, @Fullname, @MobileNO, @EmailID) ...

Guidewire Related Interview Question and answers part 1

common Guidewire questions and answers 20 Guidewire BC Q&A Top 100 Guidewire Interview FAQ Guidewire Claimcenter 20 Interview Questions Guidewire Rating concepts