JP7014025B2 - Information processing equipment and programs - Google Patents

Information processing equipment and programs Download PDF

Info

Publication number
JP7014025B2
JP7014025B2 JP2018079495A JP2018079495A JP7014025B2 JP 7014025 B2 JP7014025 B2 JP 7014025B2 JP 2018079495 A JP2018079495 A JP 2018079495A JP 2018079495 A JP2018079495 A JP 2018079495A JP 7014025 B2 JP7014025 B2 JP 7014025B2
Authority
JP
Japan
Prior art keywords
customer
information
master
registered
information processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018079495A
Other languages
Japanese (ja)
Other versions
JP2019185696A (en
Inventor
桃子 金子
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2018079495A priority Critical patent/JP7014025B2/en
Publication of JP2019185696A publication Critical patent/JP2019185696A/en
Application granted granted Critical
Publication of JP7014025B2 publication Critical patent/JP7014025B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、情報処理装置、及び、プログラムに関する。 The present invention relates to an information processing apparatus and a program.

従来、銀行などの金融機関で取り扱う顧客情報を収集・管理するシステムでは、顧客情報が1種類のテーブルで管理され、顧客からの申告によって登録されている情報の一つ(または複数)に変更が発生した場合、当該テーブルの対象データを新しいデータに置き換えて最新状態として管理していた。 Conventionally, in a system that collects and manages customer information handled by financial institutions such as banks, customer information is managed in one type of table, and it is changed to one (or more) of the information registered by the declaration from the customer. When it occurred, the target data in the table was replaced with new data and managed as the latest state.

このような顧客情報の管理に関し、例えば下記特許文献1では、申請者端末装置から届出を行なって住所変更等を行なう場合に、版数を使用して履歴管理する技術が開示されている。 Regarding the management of such customer information, for example, Patent Document 1 below discloses a technique of history management using a version number when a notification is made from an applicant terminal device to change an address or the like.

また、下記特許文献2では、多数のデータ集合からなるデータ列にユニークな管理番号を付番したマザーマスタを作成し、該マザーマスタの複製を各顧客に提供し、顧客の都合により一部のレコード(データ列)において転用又は一部のデータ項目のみの変更を許可したケースにおいても、管理番号を識別条件とする比較において、顧客マスタ全体を一括更新する技術が記載されている。 Further, in Patent Document 2 below, a mother master in which a data string consisting of a large number of data sets is numbered with a unique control number is created, a copy of the mother master is provided to each customer, and a part of the data is provided at the convenience of the customer. Even in the case where the record (data string) is diverted or only a part of the data items are allowed to be changed, the technique of batch updating the entire customer master is described in the comparison using the control number as the identification condition.

特開2009-104448号公報Japanese Unexamined Patent Publication No. 2009-10448 特公平6-19787号公報Special Fair 6-19787 Gazette

しかしながら、上記いずれの方式においても、例えば同一顧客が複数のチャネル(Web、ATM、コールセンターなど)や同一のチャネルを通して、顧客情報の同じ属性情報(たとえばメールアドレス)について異なるデータを登録した場合、その都度マスタデータが更新され、どのデータが本当に正しいデータなのかを管理することができなかった。 However, in any of the above methods, for example, when the same customer registers different data for the same attribute information (for example, e-mail address) of the customer information through a plurality of channels (Web, ATM, call center, etc.) or the same channel, the data is the same. The master data was updated each time, and it was not possible to control which data was really correct.

また、同時期に複数のデータが登録された場合、どれを顧客のマスタデータとして管理すればよいか判断することができず、結果としてマスタデータが最新の状態に更新されなかったり、間違ったデータで更新してしまうといった状況が発生する恐れがあった。 In addition, when multiple data are registered at the same time, it is not possible to determine which one should be managed as the customer's master data, and as a result, the master data is not updated to the latest state or incorrect data. There was a risk of a situation such as updating with.

そこで、本発明は、上記問題に鑑みてなされたものであり、本発明の目的とするところは、マスタデータの頻繁な更新を防ぎ、より正確なデータでの更新を行うことが可能な、新規かつ改良された情報処理装置、及び、プログラムを提供することにある。 Therefore, the present invention has been made in view of the above problems, and an object of the present invention is to prevent frequent updates of master data and to perform updates with more accurate data. Moreover, it is to provide an improved information processing apparatus and a program.

上記課題を解決するために、本発明のある観点によれば、1以上の収集チャネルから顧客情報を収集する度に、顧客マスタテーブル更新用の顧客マスタ複製テーブルを作成し、前記収集した前記顧客情報を登録する制御と、同一顧客の複数の前記顧客マスタ複製テーブルの登録状況が所定の条件を満たす場合、顧客マスタテーブルを、前記顧客マスタ複製テーブルに登録されている顧客情報で更新する制御と、を行う制御部を備える、情報処理装置が提供される。 In order to solve the above problems, according to a certain aspect of the present invention, every time customer information is collected from one or more collection channels, a customer master duplication table for updating the customer master table is created, and the collected customer. Control to register information and control to update the customer master table with the customer information registered in the customer master duplication table when the registration status of a plurality of the customer master duplication tables of the same customer satisfies a predetermined condition. An information processing apparatus is provided that includes a control unit that performs the above.

前記所定の条件は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが複数であり、かつ、登録されている前記顧客情報の内容が同一の場合であってもよい。 The predetermined condition may be a case where the customer master duplication table in which the customer information of the same customer is registered is a plurality of, and the contents of the registered customer information are the same.

前記所定の条件は、さらに、複数の前記顧客マスタ複製テーブルに登録されている前記顧客情報の収集チャネルが異なる場合を含んでもよい。 The predetermined condition may further include a case where the collection channels of the customer information registered in the plurality of customer master replication tables are different.

前記制御部は、前記同一顧客に関し、既に第1の顧客マスタ複製テーブルが利用されている場合、第2の顧客マスタ複製テーブルを作成し、今回収集した顧客情報を登録する制御を行ってもよい。 When the first customer master duplication table is already used for the same customer, the control unit may control to create a second customer master duplication table and register the customer information collected this time. ..

前記制御部は、前記所定の条件を満たさない場合、顧客の同意に応じて前記顧客マスタテーブルの更新を制御してもよい。 If the predetermined condition is not satisfied, the control unit may control the update of the customer master table with the consent of the customer.

前記制御部は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが単数の場合、前記顧客の同意を得た上で、前記顧客マスタ複製テーブルの内容で前記顧客マスタテーブルを更新してもよい。 When the customer master duplication table in which the customer information of the same customer is registered is singular, the control unit updates the customer master table with the contents of the customer master duplication table after obtaining the consent of the customer. You may.

前記制御部は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが複数であって、かつ、登録されている前記顧客情報の内容が異なる場合、前記顧客が同意した内容で前記顧客マスタテーブルを更新してもよい。 When the control unit has a plurality of customer master duplication tables in which customer information of the same customer is registered and the contents of the registered customer information are different, the control unit uses the contents agreed by the customer. You may update the customer master table.

前記制御部は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが複数であって、登録されている前記顧客情報の内容が同一であり、かつ、収集チャネルが同一である場合、前記顧客が同意した内容で前記顧客マスタテーブルを更新してもよい。 The control unit has a plurality of customer master replication tables in which customer information of the same customer is registered, the contents of the registered customer information are the same, and the collection channel is the same. , The customer master table may be updated with the contents agreed by the customer.

前記制御部は、前記顧客マスタ複製テーブルに登録されている前記顧客情報の収集チャネルと異なる収集チャネルから前記顧客の同意を得てもよい。 The control unit may obtain the consent of the customer from a collection channel different from the collection channel of the customer information registered in the customer master replication table.

前記制御部は、前記顧客マスタテーブルに現在登録されている顧客情報と、1以上の前記顧客マスタ複製テーブルに登録されている各顧客情報と、を含み、いずれの顧客情報で前記顧客マスタテーブルを更新するかを前記顧客に選択させる確認画面を生成し、所定の収集チャネルから出力する制御を行ってもよい。 The control unit includes customer information currently registered in the customer master table and each customer information registered in one or more customer master duplication tables, and uses any of the customer information to use the customer master table. A confirmation screen for letting the customer select whether to update may be generated, and control may be performed to output from a predetermined collection channel.

前記制御部は、前記確認画面において、前記顧客マスタテーブルに現在登録されている顧客情報の選択を行うことも可能としてもよい。 The control unit may also be able to select the customer information currently registered in the customer master table on the confirmation screen.

前記制御部は、前記顧客マスタテーブルの更新が終了した場合、前記同一顧客の全ての前記顧客マスタ複製テーブルに登録されている顧客情報を削除してもよい。 When the update of the customer master table is completed, the control unit may delete all the customer information registered in the customer master duplication table of the same customer.

また、上記課題を解決するために、本発明の別の観点によれば、コンピュータを、1以上の収集チャネルから顧客情報を収集する度に、顧客マスタテーブル更新用の顧客マスタ複製テーブルを作成し、前記収集した前記顧客情報を登録する制御と、同一顧客の複数の前記顧客マスタ複製テーブルの登録状況が所定の条件を満たす場合、顧客マスタテーブルを、前記顧客マスタ複製テーブルに登録されている顧客情報で更新する制御と、を行う制御部として機能させるための、プログラムが提供される。 Further, in order to solve the above problem, according to another viewpoint of the present invention, every time the computer collects customer information from one or more collection channels, a customer master duplicate table for updating the customer master table is created. When the control for registering the collected customer information and the registration status of a plurality of the customer master duplication tables of the same customer satisfy a predetermined condition, the customer master table is registered in the customer master duplication table. A program is provided to control updating with information and to function as a control unit for performing.

以上説明したように本発明によれば、マスタデータの頻繁な更新を防ぎ、より正確なデータでの更新を行うことができる。 As described above, according to the present invention, it is possible to prevent frequent updates of the master data and perform updates with more accurate data.

本発明の実施形態による顧客情報管理システムの全体構成の一例を示す図である。It is a figure which shows an example of the whole structure of the customer information management system by embodiment of this invention. 本発明の実施形態による情報処理装置の構成の一例を示す図である。It is a figure which shows an example of the structure of the information processing apparatus by embodiment of this invention. 本発明の実施形態による顧客マスタテーブル、顧客マスタ複製1テーブル、顧客マスタ複製2テーブル、および、複製テーブル利用状況管理テーブルのデータ構成の具体例を示す図である。It is a figure which shows the specific example of the data structure of the customer master table, the customer master copy 1 table, the customer master copy 2 table, and the copy table usage status management table according to the embodiment of the present invention. 本発明の実施形態によるメールデータ収集チャネル管理テーブル、および、電話データ収集チャネル管理テーブルのデータ構成の具体例を示す図である。It is a figure which shows the specific example of the data structure of the mail data collection channel management table, and the telephone data collection channel management table by embodiment of this invention. 本発明の実施形態による顧客情報の登録処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the registration process of the customer information by embodiment of this invention. 本発明の実施形態による顧客情報の自動更新処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the automatic update process of the customer information by embodiment of this invention. 本発明の実施形態によるマスタテーブル更新対象候補リストを作成処理の流れの一例を示す図である。It is a figure which shows an example of the flow of the process of creating a master table update target candidate list by embodiment of this invention. 本発明の実施形態によるデータ更新の確認画面の一例を示す図である。It is a figure which shows an example of the confirmation screen of the data update by embodiment of this invention. 本発明の実施形態による顧客同意欄の設定がなされたリストの一例を示す図である。It is a figure which shows an example of the list which made the setting of the customer consent column by embodiment of this invention. 本発明の実施形態による顧客の同意に基づくマスタデータの更新処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the update process of the master data based on the consent of the customer by embodiment of this invention. 本発明の実施形態に係る情報処理装置のハードウェア構成例を示した図である。It is a figure which showed the hardware configuration example of the information processing apparatus which concerns on embodiment of this invention.

以下に添付図面を参照しながら、本発明の好適な実施の形態について詳細に説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略する。 Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In the present specification and the drawings, components having substantially the same functional configuration are designated by the same reference numerals, and duplicate description will be omitted.

以下の説明においては、銀行のような金融機関等で利用されるためのシステムに適用した場合について説明する。なお、以下に説明する実施形態は、上述のような金融機関等において使用されることに限定されるものではなく、他の業種で使用してもよい。 In the following explanation, the case where it is applied to a system to be used by a financial institution such as a bank will be described. The embodiments described below are not limited to those used in financial institutions and the like as described above, and may be used in other industries.

また、以下に示す項目順序に従って当該「発明を実施するための形態」を説明する。
1.顧客情報管理システムの概要
2.情報処理装置100の構成
3.動作処理
3-1.顧客情報の収集処理
3-2.自動更新処理
3-3.顧客同意に基づく更新処理
3-4.効果
4.ハードウェア構成
5.まとめ
In addition, the "mode for carrying out the invention" will be described in accordance with the order of items shown below.
1. 1. Overview of customer information management system 2. Configuration of information processing device 100 3. Operation processing 3-1. Collection process of customer information 3-2. Automatic update process 3-3. Update process based on customer consent 3-4. Effect 4. Hardware configuration 5. summary

<1.顧客情報管理システムの概要>
まず、本実施形態による顧客情報管理システムの概要について図1を参照して説明する。図1は、本実施形態による顧客情報管理システムの全体構成の一例を示す図である。図1に示すように、顧客情報管理システム1は、銀行などの金融機関における顧客の情報(以下、「顧客情報」と称す。顧客情報には、例えば、顧客ID、氏名、住所、電話番号、メールアドレス、生年月日、家族構成、口座情報、取引情報、保有資産などが含まれる。)のマスタデータを管理する情報処理装置100が、顧客が情報を登録する様々なチャネルと、ネットワークで接続されているシステムとして構成される。情報処理装置100は、ネットワーク上のサーバであってもよい。ネットワークは、例えば金融機関内の情報の送受信に利用される専用網である。専用網は、例えばIP-VPN(Internet Protocol-Virtual Private Network)などの専用回線網により構成される。
<1. Overview of customer information management system>
First, the outline of the customer information management system according to the present embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of the overall configuration of the customer information management system according to the present embodiment. As shown in FIG. 1, the customer information management system 1 includes customer information in a financial institution such as a bank (hereinafter referred to as "customer information". The customer information includes, for example, a customer ID, a name, an address, a telephone number, and the like. The information processing device 100 that manages master data of (including e-mail address, date of birth, family structure, account information, transaction information, owned assets, etc.) is connected to various channels in which customers register information via a network. It is configured as a system that is being used. The information processing device 100 may be a server on the network. The network is, for example, a dedicated network used for transmitting and receiving information within a financial institution. The dedicated network is composed of a dedicated line network such as IP-VPN (Internet Protocol-Virtual Private Network).

本明細書において、チャネルとは、金融機関が顧客へアプローチする際に使用する手段のことを意味し、具体的には、電話、Eメール等によって提供されるテキストメッセージ、インターネットを介したWebページの提供、ATM(Automatic Teller Machine)を介した情報の提供、金融機関の窓口における情報提供等を挙げることができる。その他、顧客や営業担当者等が所有するスマートフォンやタブレット端末等のモバイル端末で動作するアプリケーションを介した情報の提供も挙げられる。 As used herein, a channel means a means used by a financial institution to approach a customer, specifically, a text message provided by telephone, e-mail, etc., or a web page via the Internet. Provision of information, provision of information via ATM (Autummatic Teller Machine), provision of information at the counter of a financial institution, and the like. Another example is the provision of information via an application that operates on a mobile terminal such as a smartphone or tablet terminal owned by a customer or a sales person.

より具体的には、図1に示すように、情報処理装置100が、Eメール配信サーバ200、コンタクトセンタサーバ300、ATM管理サーバ400、および、Webトラッキングサーバ500等と、ネットワークを介して接続し、データの送受信を行い得る。 More specifically, as shown in FIG. 1, the information processing apparatus 100 connects to an email delivery server 200, a contact center server 300, an ATM management server 400, a Web tracking server 500, and the like via a network. , Can send and receive data.

Eメール配信サーバ200は、顧客へ送信したEメールの送信実績や、送信したEメールの開封状況に関する情報や、Eメールに添付したURL(Uniform Resource Locator、インターネット上の情報の位置を特定するための情報)を利用して顧客がWebページを閲覧したかどうかの情報等、顧客のEメールに関する情報(以下、Eメール履歴と呼ぶ)を取得して、格納する装置である。また、Eメール配信サーバ200は、情報処理装置100からの指示に応じて、情報処理装置100が選択したアドレスに対してEメールを送信してアプローチを行う装置であってもよい。上述の各情報は、Eメールデータベース201として、Eメール配信サーバ200に格納される。 The e-mail delivery server 200 is used to identify the location of information on the transmission record of the e-mail sent to the customer, the open status of the sent e-mail, the URL attached to the e-mail (Uniform Resource Locator, and the information on the Internet). Information) is used to acquire and store information related to the customer's e-mail (hereinafter referred to as e-mail history) such as information on whether or not the customer has browsed a Web page. Further, the e-mail distribution server 200 may be a device that sends an e-mail to an address selected by the information processing apparatus 100 in response to an instruction from the information processing apparatus 100 to perform an approach. Each of the above-mentioned information is stored in the e-mail delivery server 200 as the e-mail database 201.

コンタクトセンタサーバ300は、電話、FAX、チャット等による顧客からの問い合わせをコンタクトセンタの各オペレータへ割り当てたり、オペレータからの要求に応じて、顧客端末に向けて、通話を接続したりする装置である。コンタクトセンタサーバ300は、顧客の電話番号や、電話番号毎の顧客の応答等の状況の履歴をコンタクトデータベース301として格納する。 The contact center server 300 is a device that allocates inquiries from customers by telephone, fax, chat, etc. to each operator of the contact center, and connects a call to a customer terminal in response to a request from the operator. .. The contact center server 300 stores the customer's telephone number and the history of the status such as the customer's response for each telephone number as the contact database 301.

ATM(Automatic Teller Machine)管理サーバ400は、金融機関の店舗等に設置されたATM(図示省略)との間で顧客が行った取引等の利用の履歴等を取得し、格納する装置である。詳細には、ATM管理サーバ400は、ATMにおいて取引を行った顧客の属性情報(氏名、口座番号等)や、取引内容、取引時間、取引を行ったATMの設置場所等の情報や、ATMを介して顧客から入力された情報等を格納する。上述の各情報は、ATMデータベース401として、ATM管理サーバ400に格納される。また、上記ATMは、顧客の要求に応じて、顧客に紙幣や硬貨等の現金を入金させる入金取引や、顧客へ現金を出金する出金取引等の各種取引を行う装置である。さらに、当該ATMは、上述の取引を行う以外に、顧客へ金融商品等の広告を表示したり、顧客から入力された情報を取得したりする装置としても機能する。ATM400は、例えば金融機関の支店内、コンビニエンスストア、駅構内、ホテル、病院、アミューズメントパーク、飲食店、オフィスビルディングなどの多様な施設に設置され得る。 The ATM (Automatic Teller Machine) management server 400 is a device that acquires and stores a history of transactions and the like made by a customer with an ATM (not shown) installed in a store or the like of a financial institution. In detail, the ATM management server 400 provides information such as attribute information (name, account number, etc.) of the customer who made a transaction at the ATM, transaction details, transaction time, installation location of the ATM where the transaction was made, and ATM. Stores information and the like input from customers via. Each of the above-mentioned information is stored in the ATM management server 400 as the ATM database 401. Further, the ATM is a device that performs various transactions such as a deposit transaction in which a customer deposits cash such as banknotes and coins and a withdrawal transaction in which cash is withdrawn to the customer in response to a customer's request. Further, the ATM functions as a device for displaying an advertisement such as a financial product to a customer and acquiring information input from the customer, in addition to performing the above-mentioned transaction. The ATM 400 can be installed in various facilities such as a branch office of a financial institution, a convenience store, a station yard, a hotel, a hospital, an amusement park, a restaurant, and an office building.

Webトラッキングサーバ500は、例えば、クッキー(cookie:WebサーバとWebブラウザとの間で識別やセッション管理を実現するために用いるプロトコル情報のこと)等を利用して、顧客のWebページの閲覧状況を追跡し、顧客の閲覧情報(以下、Webトラッキングデータと呼ぶ)を取得して、格納する装置である。例えば、Webトラッキングサーバ500は、各顧客端末(図示省略)に対して割り当てられた端末識別情報(例えば、上記クッキーやIP(Internet Protocol)アドレス等)に基づいて、当該顧客端末を介して閲覧されたWebトラッキングデータを上記端末識別情報毎に取得することができる。上述のWebトラッキングデータは、Webデータベース501として、Webトラッキングサーバ500に格納される。上述のWebトラッキングデータを分析することにより、金融機関等は、顧客の有する各種端末(自宅PC、勤務先PC、携帯端末等)を介したWebページの閲覧回数(利用回数)等を知ることができる。 The Web tracking server 500 uses, for example, a cookie (cookie: protocol information used to realize identification and session management between a Web server and a Web browser) to check the browsing status of a customer's Web page. It is a device that tracks and acquires and stores customer browsing information (hereinafter referred to as Web tracking data). For example, the Web tracking server 500 is browsed via the customer terminal based on the terminal identification information (for example, the above-mentioned cookie, IP (Internet Protocol) address, etc.) assigned to each customer terminal (not shown). Web tracking data can be acquired for each terminal identification information. The above-mentioned Web tracking data is stored in the Web tracking server 500 as the Web database 501. By analyzing the above-mentioned Web tracking data, financial institutions and the like can know the number of times (number of times of use) of Web pages viewed through various terminals (home PC, work PC, mobile terminal, etc.) owned by customers. can.

なお、上述の端末識別情報は、例えば、顧客に割当てられたWebサイトログイン用のID(Identification)であってもよい。この場合、顧客は、金融機関のWebページを閲覧するために、当該Webサイトのログイン画面にWebサイトログイン用IDを入力することにより、当該Webページを閲覧することができる。そして、当該Webサイトログイン用IDによるWebサイトへのログイン状態が維持されることにより、当該顧客のWebサイトにおける閲覧を追跡し、Webトラッキングデータを取得することができる。この方法において、Webトラッキングサーバ500は、ログイン状態において顧客が入力した操作入力情報を取得してもよい。 The terminal identification information described above may be, for example, an ID (Identification) for website login assigned to the customer. In this case, the customer can browse the Web page by inputting the website login ID on the login screen of the website in order to browse the Web page of the financial institution. Then, by maintaining the login state to the website by the website login ID, it is possible to track the browsing on the website of the customer and acquire the web tracking data. In this method, the Web tracking server 500 may acquire the operation input information input by the customer in the logged-in state.

なお、図1に図示してはいないが、本実施形態に係る顧客情報管理システム1には、顧客が店舗へ来店して窓口のオペレータとやり取りした情報を管理する営業店管理サーバ等が含まれていてもよい。 Although not shown in FIG. 1, the customer information management system 1 according to the present embodiment includes a branch office management server or the like that manages information that a customer visits a store and exchanges with an operator at a counter. May be.

情報処理装置100は、このような種々のチャネルから顧客情報を取得することが可能である。一方、顧客側からは、Eメールや電話、ATM、Web、窓口等、様々なチャネルを用いて、自身の情報の登録や更新を申請することが可能である。 The information processing apparatus 100 can acquire customer information from such various channels. On the other hand, the customer can apply for registration or renewal of his / her own information using various channels such as e-mail, telephone, ATM, Web, and window.

本実施形態による顧客情報管理システム1では、このような複数のチャネルから顧客により顧客情報の各項目(属性情報とも称す)について登録/更新の依頼が行われる状況において、上記課題を鑑みて、同一顧客の属性情報の一部が変更されたという情報を顧客マスタとは別に管理し、様々な情報源から入手した顧客属性情報の確からしさを確認した上で顧客マスタに反映することで、マスタデータの頻繁な更新を防ぎ、より正確なデータでの更新を行うことを可能とする。 In the customer information management system 1 according to the present embodiment, in a situation where a customer requests registration / update of each item (also referred to as attribute information) of customer information from such a plurality of channels, they are the same in view of the above problems. Master data by managing the information that a part of the customer attribute information has been changed separately from the customer master, confirming the certainty of the customer attribute information obtained from various information sources, and then reflecting it in the customer master. Prevents frequent updates and makes it possible to update with more accurate data.

<2.情報処理装置100の構成>
続いて、顧客情報の管理を行う本実施形態による情報処理装置100の構成について図2を参照して具体的に説明する。図2は、本実施形態による情報処理装置100の構成の一例を示す図である。図2に示すように、情報処理装置100は、制御部110、通信部120、および、記憶部130を有する。
<2. Configuration of information processing device 100>
Subsequently, the configuration of the information processing apparatus 100 according to the present embodiment that manages customer information will be specifically described with reference to FIG. FIG. 2 is a diagram showing an example of the configuration of the information processing apparatus 100 according to the present embodiment. As shown in FIG. 2, the information processing apparatus 100 includes a control unit 110, a communication unit 120, and a storage unit 130.

制御部110は、例えばCPU(Central Processing Unit)やRAM(Random Access Memory)などのハードウェアを用いて、情報処理装置100の動作を全般的に制御する。また、制御部110は、更新管理部111としても機能する。 The control unit 110 generally controls the operation of the information processing apparatus 100 by using hardware such as a CPU (Central Processing Unit) and a RAM (Random Access Memory). The control unit 110 also functions as an update management unit 111.

更新管理部111は、各チャネルから収集した顧客情報を顧客マスタ複製テーブルに登録する機能と、顧客マスタテーブルを顧客マスタ複製テーブルのデータで更新する機能とを有する。顧客マスタ複製テーブルは、顧客マスタテーブル更新用のテーブルであり、更新管理部111は、チャネルから顧客情報(顧客情報における1または複数の属性情報)を収集する度に、顧客マスタ複製テーブルを作成し、収集した顧客情報を登録する。すなわち、本実施形態では、顧客情報の更新依頼があった際に随時更新をせず、顧客マスタ複製テーブルを用意して保存し、後に一定の条件を満たした場合にマスタデータの更新を行うことで、マスタデータの頻繁な更新や不確実なデータでの更新等を防止することができる。顧客マスタ複製テーブルは、更新依頼毎に、つまり顧客情報を収集したタイミング毎に生成されるため、例えば同一顧客が同一または異なるチャネルから複数回更新依頼を行った場合、その更新依頼毎に顧客マスタ複製テーブルが作成され、複数の顧客マスタ複製テーブルが利用される。このように顧客マスタ複製テーブルを複数用意することで、複数のチャネルまたは同一のチャネルから顧客情報の同じ属性情報(たとえばメールアドレス)について異なるデータを登録した場合にも、各データを全て保有して管理することが可能となり、その中から最も確かな情報でマスタを更新することができる。 The update management unit 111 has a function of registering the customer information collected from each channel in the customer master duplication table and a function of updating the customer master table with the data of the customer master duplication table. The customer master duplication table is a table for updating the customer master table, and the update management unit 111 creates a customer master duplication table every time customer information (one or more attribute information in the customer information) is collected from the channel. , Register the collected customer information. That is, in the present embodiment, the customer master duplication table is prepared and saved without updating at any time when there is a request to update the customer information, and the master data is updated later when certain conditions are satisfied. Therefore, it is possible to prevent frequent updates of master data and updates with uncertain data. Since the customer master replication table is generated for each update request, that is, for each timing when customer information is collected, for example, when the same customer makes multiple update requests from the same or different channels, the customer master for each update request. A replication table is created and multiple customer master replication tables are used. By preparing multiple customer master replication tables in this way, even if different data is registered for the same attribute information (for example, email address) of customer information from multiple channels or the same channel, all the data is retained. It becomes possible to manage, and the master can be updated with the most reliable information from among them.

顧客マスタテーブルの更新方法は、所定の条件を満たした場合に自動更新する方法と、マスタデータの更新の同意を取る必要がある顧客をリスト抽出して顧客の同意条件に従って更新する方法とを併用する方法が挙げられる。所定の条件とは、例えば同じ属性情報について同一データを複数回登録した場合、すなわち、同一顧客について所定数以上の顧客マスタ複製テーブルが存在し、かつ、登録データが同一である場合に、当該データで顧客マスタテーブルを自動更新する。一方、かかる条件に一致しない場合は、顧客の同意条件に従って更新する。このような本実施形態による所定条件および更新処理の詳細については、動作処理を示す各フローチャートを用いて後述する。 The method of updating the customer master table is a combination of a method of automatically updating when a predetermined condition is met and a method of extracting a list of customers who need to obtain consent to update the master data and updating according to the customer's consent condition. There is a way to do it. The predetermined condition is, for example, when the same data is registered multiple times for the same attribute information, that is, when there are a predetermined number or more of customer master replication tables for the same customer and the registered data are the same. Automatically update the customer master table with. On the other hand, if such conditions are not met, it will be updated according to the customer's consent conditions. The details of the predetermined conditions and the update process according to the present embodiment will be described later with reference to each flowchart showing the operation process.

通信部120は、外部装置と接続してデータの送受信を行う機能を有する。例えば通信部120は、ネットワークを介して各チャネル(Eメール配信サーバ200、コンタクトセンタサーバ300、ATM管理サーバ400、および、Webトラッキングサーバ500など)と接続し、顧客情報を受信する。また、通信部120は、顧客の同意を得るよう所定のチャネルに対して要求することも可能である。 The communication unit 120 has a function of connecting to an external device to transmit / receive data. For example, the communication unit 120 connects to each channel (email distribution server 200, contact center server 300, ATM management server 400, Web tracking server 500, etc.) via a network, and receives customer information. The communication unit 120 can also request the predetermined channel to obtain the consent of the customer.

記憶部130は、制御部110が上記各処理を実行するためのプログラムや、様々なデータを記憶する。また、記憶部130は、図2に示すように、顧客マスタテーブル131、顧客マスタ複製1テーブル132a、顧客マスタ複製2テーブル132b、複製テーブル利用状況管理テーブル133、メールデータ収集チャネル管理テーブル134a、および、電話データ収集チャネル管理テーブル134bを格納する。 The storage unit 130 stores a program for the control unit 110 to execute each of the above processes and various data. Further, as shown in FIG. 2, the storage unit 130 includes a customer master table 131, a customer master duplication 1 table 132a, a customer master duplication 2 table 132b, a duplication table usage status management table 133, a mail data collection channel management table 134a, and a mail data collection channel management table 134a. , Stores the telephone data collection channel management table 134b.

顧客マスタテーブル131は、顧客情報のマスタデータを格納するデータベースである。 The customer master table 131 is a database that stores master data of customer information.

顧客マスタ複製1テーブル132a、および、顧客マスタ複製2テーブル132bは、顧客マスタテーブル131更新に用いられ、顧客情報を収集する都度作成される1以上のデータベースである。図2に示す例では一例として2つ図示されているが、3つ以上になることも当然想定される。各顧客マスタ複製テーブルには、通し番号が付与され得る。 The customer master duplication 1 table 132a and the customer master duplication 2 table 132b are one or more databases used for updating the customer master table 131 and created each time customer information is collected. In the example shown in FIG. 2, two are shown as an example, but it is naturally assumed that there are three or more. Each customer master replication table may be assigned a serial number.

複製テーブル利用状況管理テーブル133は、各顧客の複製テーブル利用状況を管理するデータベースである。複製テーブル利用状況管理テーブル133では、例えば顧客ID毎に、顧客情報のどの属性情報について、いくつの複製テーブルを利用しているかが示される(利用している複製テーブルに通し番号が付与されている場合、何番の複製テーブルまで利用しているかを示す情報が登録されていてもよい)。 The replication table usage status management table 133 is a database that manages the replication table usage status of each customer. In the duplication table usage status management table 133, for example, for each customer ID, which attribute information of the customer information is used and how many duplication tables are used (when a serial number is assigned to the duplication table being used). , Information indicating up to what number of replication table is used may be registered).

メールデータ収集チャネル管理テーブル134a、および、電話データ収集チャネル管理テーブル134bは、更新依頼された顧客情報の各属性情報の収集チャネル情報(どのチャネルから更新依頼がされたか)、および、利用している複製テーブル情報(収集した顧客情報をどの複製テーブルに登録したか)などを管理するデータベースである。データ収集チャネル管理テーブルは、収集する対象のデータ種類(つまり顧客情報の各属性の種類)に応じてそのテーブル数が決定される。従って、図示していないが、記憶部130には、さらに住所データ収集チャネル管理テーブル、勤め先データ収集チャネル管理テーブル、口座情報収集チャネル管理テーブル等も含まれ得る。また、ここでは電話データ収集チャネル管理テーブル134bと称しているが、自宅電話、携帯電話、および、勤務先電話といった複数の属性情報が想定される場合、それぞれの属性情報に対応するデータ収集チャネル管理テーブルを用意するようにしてもよい。 The mail data collection channel management table 134a and the telephone data collection channel management table 134b are used for collecting channel information (from which channel the update request was made) of each attribute information of the customer information requested to be updated. It is a database that manages duplicate table information (which duplicate table the collected customer information was registered in). The number of data collection channel management tables is determined according to the type of data to be collected (that is, the type of each attribute of customer information). Therefore, although not shown, the storage unit 130 may further include an address data collection channel management table, a work data collection channel management table, an account information collection channel management table, and the like. Further, although it is referred to as a telephone data collection channel management table 134b here, when a plurality of attribute information such as a home telephone, a mobile phone, and a work telephone are assumed, data collection channel management corresponding to each attribute information is assumed. You may prepare a table.

各テーブルのデータ具体例を、図3および図4に示す。図3は、本実施形態による顧客マスタテーブル、顧客マスタ複製1テーブル、顧客マスタ複製2テーブル、および、複製テーブル利用状況管理テーブルのデータ構成の具体例を示す図である。図4は、メールデータ収集チャネル管理テーブル、および、電話データ収集チャネル管理テーブルのデータ構成の具体例を示す図である。なお図示したデータ構成は一例であって、本実施形態はこれに限定されない。例えば顧客マスタテーブルがさらに更新日時を含んでもよい。また、顧客マスタ複製1テーブル、顧客マスタ複製2テーブル、複製テーブル利用状況管理テーブル、メールデータ収集チャネル管理テーブル、および、電話データ収集チャネル管理テーブルが、データ収集日時をさらに含んでもよい。 Specific examples of data in each table are shown in FIGS. 3 and 4. FIG. 3 is a diagram showing a specific example of the data configuration of the customer master table, the customer master duplication 1 table, the customer master duplication 2 table, and the duplication table usage status management table according to the present embodiment. FIG. 4 is a diagram showing a specific example of the data configuration of the mail data collection channel management table and the telephone data collection channel management table. The data structure shown is an example, and the present embodiment is not limited to this. For example, the customer master table may further include the update date and time. Further, the customer master duplication 1 table, the customer master duplication 2 table, the duplication table usage status management table, the mail data collection channel management table, and the telephone data collection channel management table may further include the data collection date and time.

以上、本実施形態による情報処理装置100の構成について具体的に説明した。 The configuration of the information processing apparatus 100 according to the present embodiment has been specifically described above.

<3.動作処理>
次に、本実施形態による顧客情報管理システムの動作処理について図面を用いて具体的に説明する。
<3. Operation processing>
Next, the operation processing of the customer information management system according to the present embodiment will be specifically described with reference to the drawings.

(3-1.顧客情報の登録処理)
図5は、本実施形態による顧客情報の登録処理の流れの一例を示すフローチャートである。図5に示すように、まず、各チャネルで収集した顧客情報を顧客情報管理システム1のデータベースに登録するため、情報処理装置100は、各チャネルで収集した顧客情報の取込を実行する(ステップS103)。
(3-1. Customer information registration process)
FIG. 5 is a flowchart showing an example of the flow of the customer information registration process according to the present embodiment. As shown in FIG. 5, first, in order to register the customer information collected in each channel in the database of the customer information management system 1, the information processing apparatus 100 executes the acquisition of the customer information collected in each channel (step). S103).

次に、取り込んだデータの1行目から順に対象となる顧客を顧客マスタテーブル131から検索する(ステップS106)。 Next, the target customers are searched from the customer master table 131 in order from the first row of the imported data (step S106).

次いで、対象顧客を特定した場合、収集したデータ(今回顧客が登録した情報)と、顧客マスタテーブル131に登録されている当該顧客の同属性(メールアドレスや電話番号等)のデータとを比較する(ステップS109)。 Next, when the target customer is specified, the collected data (information registered by the customer this time) is compared with the data of the same attribute (email address, telephone number, etc.) of the customer registered in the customer master table 131. (Step S109).

次に、相違があった場合(ステップS109/違い有)、情報処理装置100は、該当属性情報の複製テーブル利用状況を、複製テーブル利用状況管理テーブル133を用いてチェックする(ステップS112)。 Next, when there is a difference (step S109 / with difference), the information processing apparatus 100 checks the replication table usage status of the corresponding attribute information using the replication table usage status management table 133 (step S112).

次いで、複製テーブルを既に利用している状態(複製「1」、複製「2」など)の場合(ステップS112/利用有り)、情報処理装置100は、利用済み複製テーブルの番号に1を加算した番号の複製テーブル(複製X+1テーブル)の該当欄に、収集したデータを登録する(ステップS115)。例えば当該顧客が顧客マスタ複製1テーブル132aを既に利用している状態の場合、情報処理装置100は、顧客マスタ複製2テーブル132bの該当欄(「メールアドレス」、「電話番号」などの対象属性の欄)に、収集したデータを登録する。 Next, in the case where the duplicate table is already in use (duplicate "1", duplicate "2", etc.) (step S112 / with use), the information processing apparatus 100 adds 1 to the number of the used duplicate table. The collected data is registered in the corresponding column of the number duplication table (duplication X + 1 table) (step S115). For example, when the customer is already using the customer master duplication 1 table 132a, the information processing apparatus 100 has a target attribute such as "email address" and "phone number" in the corresponding column of the customer master duplication 2 table 132b. Register the collected data in the column).

次に、情報処理装置100は、複製テーブル利用状況管理テーブル133の当該顧客の対象属性情報の欄に、「X+1」の値を登録し、複製テーブル利用状況を更新する(ステップS118)。例えばメールアドレスが顧客マスタ複製2テーブル132bに登録された場合、情報処理装置100は、複製テーブル利用状況管理テーブル133において、当該顧客に対応する「メールアドレス」の欄に、「複製2」と設定する。 Next, the information processing apparatus 100 registers the value of "X + 1" in the target attribute information column of the customer in the duplication table usage status management table 133, and updates the duplication table usage status (step S118). For example, when the e-mail address is registered in the customer master duplication 2 table 132b, the information processing apparatus 100 sets "duplicate 2" in the "e-mail address" column corresponding to the customer in the duplication table usage status management table 133. do.

次いで、情報処理装置100は、該当データ種別のデータ収集チャネル管理テーブルの複製X+1欄に、今回収集した情報を顧客が登録したチャネル名称を設定する(ステップS121)。例えばメールアドレスがATMから登録された場合、情報処理装置100は、メールデータ収集チャネル管理テーブル134aにおいて、当該顧客に対応する複製X+1の欄(例えば「複製2」)に、「ATM」と設定する。 Next, the information processing apparatus 100 sets the channel name in which the customer has registered the information collected this time in the duplicate X + 1 column of the data collection channel management table of the corresponding data type (step S121). For example, when an e-mail address is registered from an ATM, the information processing apparatus 100 sets "ATM" in the column of duplication X + 1 corresponding to the customer (for example, "duplication 2") in the mail data collection channel management table 134a. ..

一方、複製テーブルを1つも利用していない状態(複製「0」)であれば(ステップS112/利用無し)、情報処理装置100は、顧客マスタ複製1テーブル132aに、収集したデータを登録する(ステップS124)。 On the other hand, if no duplication table is used (duplication "0") (step S112 / not used), the information processing apparatus 100 registers the collected data in the customer master duplication 1 table 132a (step S112 / not used). Step S124).

次に、情報処理装置100は、複製テーブル利用状況管理テーブル133の該当属性情報欄に、「複製1」と入力し(ステップS127)、対象属性情報のデータ収集チャネル管理テーブル132の「複製1」の欄に、今回収集した情報を顧客が登録したチャネル名称(データ収集元のチャネルの名称)を設定する(ステップS130)。 Next, the information processing apparatus 100 inputs "replication 1" in the corresponding attribute information field of the replication table usage status management table 133 (step S127), and "replication 1" of the data collection channel management table 132 of the target attribute information. In the column of, the channel name (name of the channel of the data collection source) registered by the customer with the information collected this time is set (step S130).

そして、情報処理装置100は、次の対象顧客をマスタテーブルで検索し(ステップS133)、各チャネルから取り込んだ全データについて全ての顧客の検索が完了した場合(ステップS133/全顧客完了)、登録処理を終了する。かかる登録処理は、任意のタイミングで行われ得る。 Then, the information processing apparatus 100 searches for the next target customer in the master table (step S133), and when the search for all customers is completed for all the data imported from each channel (step S133 / all customers completed), the registration is performed. End the process. Such registration processing may be performed at any timing.

(3-2.自動更新処理)
次に、定期的に実行される、複製テーブルに登録されたデータをマスタデータに自動登録する処理について、図6を参照して説明する。図6は、本実施形態による顧客情報の自動更新処理の流れの一例を示すフローチャートである。
(3-2. Automatic update process)
Next, a process of automatically registering the data registered in the replication table in the master data, which is periodically executed, will be described with reference to FIG. FIG. 6 is a flowchart showing an example of the flow of the automatic update processing of customer information according to the present embodiment.

図6に示すように、まず、情報処理装置100は、複製テーブル利用状況管理テーブル133を用いて、同一属性情報について2以上の複製テーブルを利用し、かつ、利用している全ての複製テーブルに(同一属性の)同一のデータ(同じメールアドレス、同じ電話番号等)が登録されている顧客を抽出する(ステップS203)。 As shown in FIG. 6, first, the information processing apparatus 100 uses the duplication table usage status management table 133 to use two or more duplication tables for the same attribute information, and to all the duplication tables used. Customers who have the same data (same email address, same phone number, etc.) registered (with the same attributes) are extracted (step S203).

次に、情報処理装置100は、該当のデータ種別のデータ収集チャネル管理テーブル134を参照し、複製テーブルの情報を収集したチャネルが異なるか同一であるかを確認する(ステップS206)。 Next, the information processing apparatus 100 refers to the data collection channel management table 134 of the corresponding data type, and confirms whether the channels for which the information of the replication table is collected are different or the same (step S206).

異なるチャネルの場合(ステップS206/異なるチャネル)、情報処理装置100は、マスタ更新対象顧客として当該顧客をリストに登録する(ステップS209)。 In the case of different channels (step S206 / different channels), the information processing apparatus 100 registers the customer in the list as the master update target customer (step S209).

以上の処理を、上記ステップS203で抽出した顧客全てに対して繰り返す(ステップS212)。これにより、顧客マスタテーブルを自動更新すべき顧客を抽出することが可能となる。複数回同じ情報の更新申請をしていることから、当該情報の確からしさは高いと推定する。また、異なるチャネルから同じ情報が更新申請されていることも、情報の確からさが高まると考える。なお、本実施形態では、一例として、同一顧客が異なるチャネルから同じ内容の属性情報(顧客情報)を2回以上更新依頼した場合を自動更新対象の条件としているが、本実施形態はこれに限定されず、例えば3回以上更新依頼を行った顧客(つまり、同一顧客が同一属性情報について3つ以上の複製テーブルを利用している場合)としてもよい。 The above process is repeated for all the customers extracted in step S203 (step S212). This makes it possible to extract customers whose customer master table should be automatically updated. Since the same information has been applied for renewal multiple times, it is presumed that the accuracy of the information is high. In addition, the fact that the same information is being applied for renewal from different channels also increases the accuracy of the information. In addition, in this embodiment, as an example, the case where the same customer requests the update of the same content attribute information (customer information) twice or more from different channels is set as the condition for automatic update, but this embodiment is limited to this. However, it may be, for example, a customer who has made an update request three or more times (that is, when the same customer uses three or more duplicate tables for the same attribute information).

そして、情報処理装置100は、上記ステップS209でリストアップした各顧客の顧客マスタデータを、顧客マスタ複製1テーブルのデータで更新(自動更新)する(ステップS215)。 Then, the information processing apparatus 100 updates (automatically updates) the customer master data of each customer listed in step S209 with the data of the customer master duplication 1 table (step S215).

次いで、情報処理装置100は、リストアップした各顧客の該当データの全複製テーブル上のデータを全て削除し(ステップS218)、複製テーブル利用状況管理テーブル133の該当データの値を複製「0」に更新する(ステップS221)。さらに、情報処理装置100は、対象顧客の該当データのデータ収集チャネル管理テーブル134の情報を全て削除する(ステップS224)。 Next, the information processing apparatus 100 deletes all the data on the all duplication table of the corresponding data of each customer listed (step S218), and sets the value of the corresponding data in the duplication table usage status management table 133 to duplication "0". Update (step S221). Further, the information processing apparatus 100 deletes all the information in the data collection channel management table 134 of the corresponding data of the target customer (step S224).

以上により、複数のチャネルからマスタデータとは異なる同一の顧客情報を繰り返し登録した顧客のマスタデータの自動更新処理が完了する。 As a result, the automatic update process of the master data of the customer who repeatedly registered the same customer information different from the master data from a plurality of channels is completed.

(3-3.顧客同意に基づく更新処理)
マスタデータ更新方式として、収集したチャネルとは別のチャネルから顧客の同意を取得することで更新する方式も考えられる。このような顧客同意に基づく更新処理について、図7~図10を参照して具体的に説明する。なお、顧客同意に基づく更新処理は、上述した自動処理における所定条件を満たさない場合に行う等、自動処理と顧客同意に基づく更新処理を併用するようにしてもよい。
(3-3. Update processing based on customer consent)
As a master data update method, a method of updating by obtaining the customer's consent from a channel different from the collected channel is also conceivable. Such an update process based on customer consent will be specifically described with reference to FIGS. 7 to 10. In addition, the update process based on the customer consent may be performed at the same time as the automatic process and the update process based on the customer consent, such as when the predetermined condition in the above-mentioned automatic process is not satisfied.

・マスタテーブル更新対象候補リストの作成
図7は、マスタテーブル更新対象候補リストを作成処理の流れの一例を示す図である。図7に示すように、まず、情報処理装置100は、顧客マスタ複製1テーブルのみを利用している顧客を抽出する(ステップS303)。すなわち、ある属性情報について1回しか更新依頼を行っていない顧客を抽出する。
-Creation of a master table update target candidate list FIG. 7 is a diagram showing an example of a flow of a master table update target candidate list creation process. As shown in FIG. 7, first, the information processing apparatus 100 extracts customers who are using only one customer master copy table (step S303). That is, a customer who has made an update request only once for a certain attribute information is extracted.

次に、情報処理装置100は、複数の複製テーブルを使用し、かつ各テーブルの該当データ欄に異なる情報を登録している顧客を抽出する(ステップS306)。すなわち、ある属性情報について複数回更新依頼を行っているが、その内容が異なる情報(異なるメールアドレス、異なる電話番号等)となっている顧客を抽出する。 Next, the information processing apparatus 100 uses a plurality of duplicate tables and extracts customers who have registered different information in the corresponding data fields of each table (step S306). That is, a customer who has made an update request for a certain attribute information multiple times but has different information (different e-mail address, different telephone number, etc.) is extracted.

また、情報処理装置100は、複数の複製テーブルを使用し、かつ各テーブルの該当データ欄に同一の情報を登録しているが、全て同一チャネルから登録している顧客を抽出する(ステップS309)。すなわち、ある属性情報について複数回更新依頼を行っており、その内容が同一であるが、全て同一のチャネルから登録している顧客を抽出する。 Further, the information processing apparatus 100 uses a plurality of duplicate tables and registers the same information in the corresponding data fields of each table, but extracts customers who are all registered from the same channel (step S309). .. That is, the update request is made multiple times for a certain attribute information, and the customers who have the same contents but are all registered from the same channel are extracted.

次いで、情報処理装置100は、抽出した顧客の顧客情報(顧客ID、氏名など)と、対象データのマスタデータと、対象データの複製テーブルデータおよび各データを収集したチャネル情報と、を一覧にしたリストを作成する(ステップS312)。この際、本リストに顧客がどのデータをマスタに登録するか指定した情報を入力できる欄を設けておいてもよい。 Next, the information processing apparatus 100 lists the extracted customer information (customer ID, name, etc.), the master data of the target data, the duplicate table data of the target data, and the channel information from which each data is collected. Create a list (step S312). At this time, a field may be provided in this list in which the customer can enter information specifying which data is to be registered in the master.

・同意の取得
次いで、情報処理装置100は、抽出したリストに基づいて、各顧客の各属性情報に関し、どのチャネルから顧客に対して更新の同意を得るかを決定する。例えば情報処理装置100は、更新申請されたチャネルとは異なるチャネルから確認するようにしてもよい。例えば、電話番号を「Web」から登録した顧客Xに対しては、「ATM」利用時に、マスタデータと顧客マスタ複製1テーブルのどちらのデータをマスタデータとすべきかを確認する画面を表示し、顧客が選択した電話番号の種別(マスタ/複製1)をリストの顧客同意欄に設定する。顧客は、マスタデータを選択(すなわち、現状のマスタテーブルの内容を維持)することも可能である。ここで、図8に、データ更新の確認画面の一例を示す。図8に示すように、確認画面20には、例えば電話番号について、現在の登録状態(マスタデータ)と、申請データ(例えば、顧客マスタ複製1テーブルのデータと、顧客マスタ複製2テーブルのデータ)が表示され、顧客が選択できるようになっている。顧客は、登録したいデータを選択し、確定ボタン24をタップする。この場で確定しない場合は、キャンセルボタン22をタップする。
-Acquisition of Consent The information processing apparatus 100 then determines from which channel the customer is consented to update the attribute information of each customer based on the extracted list. For example, the information processing apparatus 100 may check from a channel different from the channel for which the update is applied. For example, for customer X whose telephone number is registered from "Web", a screen for confirming which data of the master data or the customer master copy 1 table should be used as master data is displayed when using "ATM". Set the type of phone number (master / duplicate 1) selected by the customer in the customer consent field of the list. The customer can also select the master data (ie, keep the contents of the current master table). Here, FIG. 8 shows an example of a data update confirmation screen. As shown in FIG. 8, on the confirmation screen 20, for example, the current registration status (master data) and application data (for example, data of the customer master copy 1 table and data of the customer master copy 2 table) are displayed on the confirmation screen 20. Is displayed and customers can select it. The customer selects the data to be registered and taps the confirmation button 24. If it is not confirmed at this point, tap the cancel button 22.

また、情報処理装置100は、例えば複数の電話番号を「Web」や「ATM」から更新申請している顧客Yに対しては、店舗来店時に窓口のオペレータが口頭で確認したり、本人確認書類の提示を求めて利用すべき電話番号を特定した上で、リストの顧客同意欄に設定するようにしてもよい。 Further, in the information processing apparatus 100, for example, for a customer Y who has applied for renewal of a plurality of telephone numbers from "Web" or "ATM", the operator at the counter verbally confirms the customer Y when he / she visits the store, or an identity verification document. After specifying the telephone number to be used by requesting the presentation of, it may be set in the customer consent column of the list.

データを収取したチャネルと異なるチャネルで顧客に確認することで、データの確からしさをより高めることを可能とする。 By confirming with the customer on a channel different from the channel from which the data was collected, it is possible to further improve the accuracy of the data.

このように顧客同意欄の設定がなされたリストAの一例を図9に示す。図9に示すように、各顧客の対象属性情報毎に、顧客が更新を同意したデータの種別(マスタデータ、複製1テーブル、複製2テーブル等)が設定されている。 FIG. 9 shows an example of List A in which the customer consent column is set in this way. As shown in FIG. 9, the type of data (master data, duplicate 1 table, duplicate 2 table, etc.) for which the customer has agreed to update is set for each target attribute information of each customer.

なお、情報処理装置100は、複数のチャネルに対して、顧客同意の要求(対象の顧客リストの配布)を行ってもよい。この場合、いずれかのチャネルで同意が得られた際は、他のチャネルからの確認は中止する。 The information processing device 100 may request customer consent (distribute a target customer list) to a plurality of channels. In this case, if consent is obtained on one of the channels, confirmation from the other channel will be stopped.

また、確認を取るチャネルが顧客により予め設定されている場合、情報処理装置100は、設定されているチャネルから確認を取るよう、対象のチャネルに対して顧客リストを配布してもよい。 Further, when the channel for confirmation is preset by the customer, the information processing apparatus 100 may distribute the customer list to the target channel so as to obtain confirmation from the set channel.

・同意に基づく更新処理
以上説明したように各チャネルから顧客に確認した結果が登録されたリストAが完成した場合、情報処理装置100は、同意情報に従ってマスタデータの更新を行う。このような顧客の同意に基づく更新処理について、図10を参照して説明する。
-Update process based on consent As described above, when the list A in which the result confirmed by the customer from each channel is registered is completed, the information processing apparatus 100 updates the master data according to the consent information. Such an update process based on the consent of the customer will be described with reference to FIG.

図10は、本実施形態による顧客の同意に基づくマスタデータの更新処理の流れの一例を示すフローチャートである。 FIG. 10 is a flowchart showing an example of the flow of the master data update process based on the consent of the customer according to the present embodiment.

図10に示すように、まず、情報処理装置100は、顧客確認結果(すなわち、同意情報)が登録されているリストAを取得する(ステップS313)。 As shown in FIG. 10, first, the information processing apparatus 100 acquires the list A in which the customer confirmation result (that is, consent information) is registered (step S313).

次に、情報処理装置100は、リストAの1行目から順に顧客同意欄を確認し、顧客が同意した格納先テーブル(すなわち、更新対象テーブル)の情報を確認し(ステップS316)、同意した格納先テーブルの情報がある場合(ステップS316/データ有)、顧客マスタテーブルの対象顧客の対象データ欄を、指定された複製テーブルのデータで更新する(ステップS319)。なお、顧客同意欄に「マスタ」とある場合(すなわち、マスタデータのデータに同意した場合)、マスタテーブルのデータが維持される。 Next, the information processing apparatus 100 confirms the customer consent column in order from the first row of the list A, confirms the information in the storage destination table (that is, the update target table) that the customer has agreed to (step S316), and agrees. If there is information in the storage destination table (step S316 / with data), the target data field of the target customer in the customer master table is updated with the data in the designated duplicate table (step S319). If there is "master" in the customer consent column (that is, if you agree with the data in the master data), the data in the master table is maintained.

次いで、情報処理装置100は、対象顧客の該当データの全複製テーブル上のデータを削除する(ステップS322)。 Next, the information processing apparatus 100 deletes the data on the all duplication table of the corresponding data of the target customer (step S322).

次に、情報処理装置100は、複製テーブル利用状況管理テーブル133の該当データの情報を削除(具体的には、該当データ欄を「複製0」に更新)し(ステップS325)、さらに対象データのデータ収集チャネル管理テーブル134に登録されている全情報を削除する(ステップS328)。 Next, the information processing apparatus 100 deletes the information of the corresponding data in the duplication table usage status management table 133 (specifically, the corresponding data column is updated to "duplicate 0") (step S325), and further, the target data All the information registered in the data collection channel management table 134 is deleted (step S328).

そして、以上説明したステップS316~S328に示す処理を、リストAに登録されている全顧客の全データ種別分繰り返す(ステップS331)。 Then, the process shown in steps S316 to S328 described above is repeated for all the data types of all the customers registered in the list A (step S331).

(3-4.効果)
以上説明したように、本実施形態に係る情報処理装置100では、顧客マスタ情報の更新依頼があった際に即時更新をせず、マスタの複製テーブルを保有することで、一定の条件を満たした場合のみマスタデータの更新を行い、マスタ情報の頻繁な更新や不確実なデータでの更新などを防止することができる。これにより、顧客につながりやすくデータの正確性も高い状態でマスタテーブルを保有することができるようになる。
(3-4. Effect)
As described above, the information processing apparatus 100 according to the present embodiment satisfies certain conditions by holding a duplicate table of the master without immediately updating the customer master information when there is a request to update it. Only in this case, the master data can be updated to prevent frequent updates of master information and updates with uncertain data. This makes it possible to hold a master table in a state where it is easy to connect with customers and the accuracy of data is high.

また、マスタの更新用の複製テーブルを複数用意することで、様々なチャネルから顧客情報を収集した際にも、複数の情報を保有している状態を管理することができるようになり、その中で最も確かな情報を顧客に確認することで、該当データを用いた顧客へのアプローチ時の顧客へのつながりやすさ向上にもつながる。 In addition, by preparing multiple duplicate tables for updating the master, it becomes possible to manage the state of holding multiple pieces of information even when customer information is collected from various channels. By confirming the most reliable information with the customer, it is possible to improve the ease of connecting to the customer when approaching the customer using the relevant data.

さらに、顧客にとっても必要な連絡がこない、登録した情報が活用されない、何度登録してもデータが更新されない、などの不具合が発生することがなくなり、顧客満足度の向上にもつながる。 Furthermore, problems such as the customer not receiving the necessary contact, the registered information not being used, and the data not being updated no matter how many times the registration is made will not occur, leading to improvement in customer satisfaction.

<4.ハードウェア構成>
以上、本発明の実施形態について説明した。次に、本実施形態に係る情報処理装置100のハードウェア構成について、図11を参照して説明する。図11は、本発明の実施形態に係る情報処理装置100のハードウェア構成例を示した図である。
<4. Hardware configuration>
The embodiment of the present invention has been described above. Next, the hardware configuration of the information processing apparatus 100 according to the present embodiment will be described with reference to FIG. FIG. 11 is a diagram showing a hardware configuration example of the information processing apparatus 100 according to the embodiment of the present invention.

図11に示すように、情報処理装置100は、CPU(Central Processing Unit)950、ROM(Read Only Memory)952、RAM(Random Access Memory)954、内部バス956、入出力インターフェース958、入力装置960、出力装置962、HDD(Hard Disk Drive)964、ネットワークインターフェース966、ドライブ970及び接続ポート974を有する。 As shown in FIG. 11, the information processing device 100 includes a CPU (Central Processing Unit) 950, a ROM (Read Only Memory) 952, a RAM (Random Access Memory) 954, an internal bus 956, an input / output interface 958, and an input device 960. It has an output device 962, an HDD (Hard Disk Drive) 964, a network interface 966, a drive 970, and a connection port 974.

(CPU950)
CPU950は、マイクロプロセッサなどのプロセッサにより構成され、演算処理装置および制御装置として、各種プログラムに従って情報処理装置100内の動作全般を制御する。CPU950は、例えば、上述の制御部110等としての機能を実現する。
(CPU950)
The CPU 950 is composed of a processor such as a microprocessor, and as an arithmetic processing unit and a control device, controls the entire operation in the information processing device 100 according to various programs. The CPU 950 realizes, for example, a function as the above-mentioned control unit 110 or the like.

(ROM952、RAM954)
ROM952は、CPU950が使用するプログラムや演算パラメータ等を記憶する。また、RAM954は、CPU950の実行において使用するプログラムや、その実行において適宜変化するパラメータ等を一時格納する。
(ROM952, RAM954)
The ROM 952 stores programs, calculation parameters, and the like used by the CPU 950. Further, the RAM 954 temporarily stores a program used in the execution of the CPU 950, parameters that are appropriately changed in the execution, and the like.

(内部バス956)
内部バス956は、CPUバスなどから構成される。この内部バス956は、CPU950、ROM952、およびRAM954を相互に接続する。
(Internal bus 956)
The internal bus 956 is composed of a CPU bus and the like. The internal bus 956 connects the CPU 950, the ROM 952, and the RAM 954 to each other.

(入出力インターフェース958)
入出力インターフェース958は、HDD964、及びネットワークインターフェース966を、内部バス956と接続する。例えばHDD964は、この入出力インターフェース958および内部バス956を介して、RAM954などとの間でデータをやり取りする。
(I / O interface 958)
The input / output interface 958 connects the HDD 964 and the network interface 966 to the internal bus 956. For example, the HDD 964 exchanges data with the RAM 954 and the like via the input / output interface 958 and the internal bus 956.

(入力装置960)
入力装置960は、情報処理装置100に各種パラメータ等をあらかじめ入力するための入力部の一例として構成される。入力装置960は、例えばユーザが情報処理装置100へパラメータをあらかじめ入力するための入力手段と、ユーザによる入力に基づいて入力信号を生成し、CPU950に出力する入力制御回路などから構成されている。
(Input device 960)
The input device 960 is configured as an example of an input unit for inputting various parameters and the like into the information processing device 100 in advance. The input device 960 includes, for example, an input means for a user to input parameters to the information processing device 100 in advance, an input control circuit that generates an input signal based on the input by the user, and outputs the input signal to the CPU 950.

(出力装置962)
出力装置962は、情報処理装置100の表示部の一例として構成される。出力装置962は、表示部として、液晶ディスプレイ装置、OLED(Organic Light Emitting Diode)装置などの表示装置を含む。
(Output device 962)
The output device 962 is configured as an example of the display unit of the information processing device 100. The output device 962 includes a display device such as a liquid crystal display device and an OLED (Organic Light Emitting Diode) device as a display unit.

(HDD964)
HDD(Hard Disk Drive)964は、CPU950が実行するプログラムや各種データを格納する。
(HDD964)
The HDD (Hard Disk Drive) 964 stores a program executed by the CPU 950 and various data.

(ネットワークインターフェース966)
ネットワークインターフェース966は、外部装置との間で通信を行うための通信デバイス等で構成された通信インターフェースである。このネットワークインターフェース966は、上述の通信部120等として機能する。
(Network interface 966)
The network interface 966 is a communication interface composed of a communication device or the like for communicating with an external device. This network interface 966 functions as the above-mentioned communication unit 120 and the like.

(ドライブ970)
ドライブ970は、磁気ディスク、光ディスク、又は半導体メモリなどのリムーバブル記録媒体972のためのリーダライタであり、情報処理装置100に内蔵、あるいは外付けされる。ドライブ970は、装着されているリムーバブル記録媒体972に情報を書き込むことができる。また、ドライブ970は、装着されているリムーバブル記録媒体972に記録されている情報を読み出して、RAM954に出力することもできる。
(Drive 970)
The drive 970 is a reader / writer for a removable recording medium 972 such as a magnetic disk, an optical disk, or a semiconductor memory, and is built in or externally attached to the information processing apparatus 100. The drive 970 can write information to the mounted removable recording medium 972. Further, the drive 970 can also read the information recorded in the attached removable recording medium 972 and output it to the RAM 954.

(接続ポート974)
接続ポート974は、外部装置(図示省略)を情報処理装置100に直接接続するためのポートである。接続ポート974は、例えば、USB(Universal Serial Bus)ポート、IEEE1394ポート、SCSI(Small Computer System Interface)ポート等である。接続ポート974は、接続ポート974に外部装置を接続することにより、情報処理装置100と外部装置との間で各種のデータが交換されうる。
(Connection port 974)
The connection port 974 is a port for directly connecting an external device (not shown) to the information processing device 100. The connection port 974 is, for example, a USB (Universal General Bus) port, an IEEE1394 port, a SCSI (Small Computer System Interface) port, or the like. By connecting an external device to the connection port 974, the connection port 974 can exchange various data between the information processing device 100 and the external device.

以上、本実施形態に係る情報処理装置100のハードウェア構成の一例を示した。上記の各構成要素は、汎用的な部材を用いて構成されていてもよいし、各構成要素の機能に特化したハードウェアにより構成されていてもよい。かかる構成は、実施する時々の技術レベルに応じて適宜変更されうる。 The above is an example of the hardware configuration of the information processing apparatus 100 according to the present embodiment. Each of the above-mentioned components may be configured by using general-purpose members, or may be configured by hardware specialized for the function of each component. Such a configuration may be changed as appropriate depending on the technical level at the time of implementation.

<5.まとめ>
以上説明したように、本実施形態による顧客情報管理システム1では、マスタデータの頻繁な更新を防ぎ、より正確なデータでの更新を行うことができる。
<5. Summary>
As described above, in the customer information management system 1 according to the present embodiment, it is possible to prevent frequent updates of the master data and perform updates with more accurate data.

なお、添付図面を参照しながら本発明の好適な実施形態について詳細に説明したが、本発明はかかる例に限定されない。本発明の属する技術の分野における通常の知識を有する者であれば、特許請求の範囲に記載された技術的思想の範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、これらについても、当然に本発明の技術的範囲に属するものと了解される。 Although preferred embodiments of the present invention have been described in detail with reference to the accompanying drawings, the present invention is not limited to such examples. It is clear that a person having ordinary knowledge in the field of technology to which the present invention belongs can come up with various modifications or modifications within the scope of the technical ideas described in the claims. , These are also naturally understood to belong to the technical scope of the present invention.

また、本発明の実施形態によれば、CPU、ROM、およびRAMなどのハードウェアを、上述した情報処理装置100の各構成と同等の機能を発揮させるためのコンピュータプログラムも提供可能である。また、該コンピュータプログラムが記録された記録媒体も提供される。 Further, according to the embodiment of the present invention, it is possible to provide a computer program for causing hardware such as a CPU, ROM, and RAM to exhibit the same functions as each configuration of the above-mentioned information processing apparatus 100. Also provided is a recording medium on which the computer program is recorded.

1 顧客情報管理システム
100 情報処理装置
110 制御部
111 更新管理部
120 通信部
130 記憶部
131 顧客マスタテーブル
132 データ収集チャネル管理テーブル
132a 顧客マスタ複製1テーブル
132b 顧客マスタ複製2テーブル
133 複製テーブル利用状況管理テーブル
134 データ収集チャネル管理テーブル
134a メールデータ収集チャネル管理テーブル
134b 電話データ収集チャネル管理テーブル
200 メール配信サーバ
300 コンタクトセンタサーバ
400 ATM管理サーバ
500 Webトラッキングサーバ
1 Customer information management system 100 Information processing device 110 Control unit 111 Update management unit 120 Communication unit 130 Storage unit 131 Customer master table 132 Data collection channel management table 132a Customer master replication 1 table 132b Customer master replication 2 table 133 Replication table Usage management Table 134 Data collection channel management table 134a Mail data collection channel management table 134b Phone data collection channel management table 200 Mail delivery server 300 Contact center server 400 ATM management server 500 Web tracking server

Claims (13)

1以上の収集チャネルから顧客情報を収集する度に、顧客マスタテーブル更新用の顧客マスタ複製テーブルを作成し、前記収集した前記顧客情報を登録する制御と、
同一顧客の複数の前記顧客マスタ複製テーブルの登録状況が所定の条件を満たす場合、顧客マスタテーブルを、前記顧客マスタ複製テーブルに登録されている顧客情報で更新する制御と、を行う制御部を備える、情報処理装置。
Each time customer information is collected from one or more collection channels, a customer master duplication table for updating the customer master table is created, and the collected customer information is registered.
When the registration status of a plurality of the customer master duplication tables of the same customer satisfies a predetermined condition, the control unit is provided to control the customer master table to be updated with the customer information registered in the customer master duplication table. , Information processing equipment.
前記所定の条件は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが複数であり、かつ、登録されている前記顧客情報の内容が同一の場合である、請求項1に記載の情報処理装置。 The predetermined condition is described in claim 1, wherein the customer master duplication table in which the customer information of the same customer is registered is a plurality of, and the contents of the registered customer information are the same. Information processing equipment. 前記所定の条件は、さらに、複数の前記顧客マスタ複製テーブルに登録されている前記顧客情報の収集チャネルが異なる場合を含む、請求項2に記載の情報処理装置。 The information processing apparatus according to claim 2, wherein the predetermined condition further includes a case where the collection channels of the customer information registered in the plurality of customer master replication tables are different. 前記制御部は、前記同一顧客に関し、既に第1の顧客マスタ複製テーブルが利用されている場合、第2の顧客マスタ複製テーブルを作成し、今回収集した顧客情報を登録する制御を行う、請求項2または3に記載の情報処理装置。 A claim that the control unit creates a second customer master duplication table when the first customer master duplication table is already used for the same customer, and controls to register the customer information collected this time. The information processing apparatus according to 2 or 3. 前記制御部は、前記所定の条件を満たさない場合、顧客の同意に応じて前記顧客マスタテーブルの更新を制御する、請求項2~4のいずれか1項に記載の情報処理装置。 The information processing device according to any one of claims 2 to 4, wherein the control unit controls the update of the customer master table according to the consent of the customer when the predetermined condition is not satisfied. 前記制御部は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが単数の場合、前記顧客の同意を得た上で、前記顧客マスタ複製テーブルの内容で前記顧客マスタテーブルを更新する、請求項5に記載の情報処理装置。 When the customer master duplication table in which the customer information of the same customer is registered is singular, the control unit updates the customer master table with the contents of the customer master duplication table after obtaining the consent of the customer. The information processing apparatus according to claim 5. 前記制御部は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが複数であって、かつ、登録されている前記顧客情報の内容が異なる場合、前記顧客が同意した内容で前記顧客マスタテーブルを更新する、請求項5に記載の情報処理装置。 When the control unit has a plurality of customer master duplication tables in which customer information of the same customer is registered and the contents of the registered customer information are different, the control unit uses the contents agreed by the customer. The information processing apparatus according to claim 5, which updates the customer master table. 前記制御部は、前記同一顧客の顧客情報を登録している前記顧客マスタ複製テーブルが複数であって、登録されている前記顧客情報の内容が同一であり、かつ、収集チャネルが同一である場合、前記顧客が同意した内容で前記顧客マスタテーブルを更新する、請求項5に記載の情報処理装置。 The control unit has a plurality of customer master replication tables in which customer information of the same customer is registered, the contents of the registered customer information are the same, and the collection channel is the same. The information processing apparatus according to claim 5, wherein the customer master table is updated with the contents agreed by the customer. 前記制御部は、前記顧客マスタ複製テーブルに登録されている前記顧客情報の収集チャネルと異なる収集チャネルから前記顧客の同意を得る、請求項5~8のいずれか1項に記載の情報処理装置。 The information processing device according to any one of claims 5 to 8, wherein the control unit obtains the consent of the customer from a collection channel different from the customer information collection channel registered in the customer master replication table. 前記制御部は、前記顧客マスタテーブルに現在登録されている顧客情報と、1以上の前記顧客マスタ複製テーブルに登録されている各顧客情報と、を含み、いずれの顧客情報で前記顧客マスタテーブルを更新するかを前記顧客に選択させる確認画面を生成し、所定の収集チャネルから出力する制御を行う、請求項5~9のいずれか1項に記載の情報処理装置。 The control unit includes customer information currently registered in the customer master table and each customer information registered in one or more customer master duplication tables, and uses any of the customer information to use the customer master table. The information processing apparatus according to any one of claims 5 to 9, which generates a confirmation screen for causing the customer to select whether to update, and controls to output from a predetermined collection channel. 前記制御部は、前記確認画面において、前記顧客マスタテーブルに現在登録されている顧客情報の選択を行うことも可能とする、請求項10に記載の情報処理装置。 The information processing device according to claim 10, wherein the control unit can also select customer information currently registered in the customer master table on the confirmation screen. 前記制御部は、前記顧客マスタテーブルの更新が終了した場合、前記同一顧客の全ての前記顧客マスタ複製テーブルに登録されている顧客情報を削除する、請求項2~11のいずれか1項に記載の情報処理装置。 The control unit deletes the customer information registered in all the customer master duplication tables of the same customer when the update of the customer master table is completed, according to any one of claims 2 to 11. Information processing equipment. コンピュータを、
1以上の収集チャネルから顧客情報を収集する度に、顧客マスタテーブル更新用の顧客マスタ複製テーブルを作成し、前記収集した前記顧客情報を登録する制御と、
同一顧客の複数の前記顧客マスタ複製テーブルの登録状況が所定の条件を満たす場合、顧客マスタテーブルを、前記顧客マスタ複製テーブルに登録されている顧客情報で更新する制御と、を行う制御部として機能させるための、プログラム。
Computer,
Each time customer information is collected from one or more collection channels, a customer master duplication table for updating the customer master table is created, and the collected customer information is registered.
When the registration status of a plurality of the customer master duplication tables of the same customer satisfies a predetermined condition, the customer master table is controlled to be updated with the customer information registered in the customer master duplication table, and functions as a control unit. A program to make you.
JP2018079495A 2018-04-18 2018-04-18 Information processing equipment and programs Active JP7014025B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018079495A JP7014025B2 (en) 2018-04-18 2018-04-18 Information processing equipment and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018079495A JP7014025B2 (en) 2018-04-18 2018-04-18 Information processing equipment and programs

Publications (2)

Publication Number Publication Date
JP2019185696A JP2019185696A (en) 2019-10-24
JP7014025B2 true JP7014025B2 (en) 2022-02-01

Family

ID=68341506

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018079495A Active JP7014025B2 (en) 2018-04-18 2018-04-18 Information processing equipment and programs

Country Status (1)

Country Link
JP (1) JP7014025B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7376402B2 (en) * 2020-03-25 2023-11-08 株式会社日立国際電気 Customer information management system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229950A (en) 2001-02-02 2002-08-16 Ntt Docomo Inc Information registration device, information registration system, information registration method, information registration program and computer-readable recording medium with information registration program recorded thereon
JP2012137893A (en) 2010-12-24 2012-07-19 Daiwa Securities Group Inc Address change system, address change server, address change processing method and program
JP2013061828A (en) 2011-09-14 2013-04-04 Zenrin Datacom Co Ltd Attribute information management server, attribute information management method, and attribute information management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229950A (en) 2001-02-02 2002-08-16 Ntt Docomo Inc Information registration device, information registration system, information registration method, information registration program and computer-readable recording medium with information registration program recorded thereon
JP2012137893A (en) 2010-12-24 2012-07-19 Daiwa Securities Group Inc Address change system, address change server, address change processing method and program
JP2013061828A (en) 2011-09-14 2013-04-04 Zenrin Datacom Co Ltd Attribute information management server, attribute information management method, and attribute information management system

Also Published As

Publication number Publication date
JP2019185696A (en) 2019-10-24

Similar Documents

Publication Publication Date Title
JP4914533B2 (en) Information processing apparatus and information processing method
CN110020091B (en) Medical search engine system based on block chain
JP2002163562A (en) Information distribution server device
JP2022105608A5 (en)
JP2015064667A (en) Account information inquiry system and method
CN108780446A (en) The prompt that time dependent machine generates
JP2017054448A (en) Housing loan preliminary review system, method and program
JP7014025B2 (en) Information processing equipment and programs
JP2024012586A (en) Intellectual property information management system, intellectual property information providing method of intellectual property information management system
JP2015069588A (en) Server device, program and information providing method
KR20140020387A (en) Method of recommending financial instrument, server performing the same and system performing the same
JP2012208953A (en) Sales support method, sales support system, and computer program
US20210326403A1 (en) Website creation from mobile device data
US11178239B2 (en) Website creation from location and communication data
JP5198196B2 (en) Content management device
JP2017134793A (en) Personal information recording device, personal information recording program, and personal behavior hysteresis recording method
JP2003223565A (en) Terminal and method of integrating account, and program
JP5558571B2 (en) Mobile terminal management server and mobile terminal management program
CN114341911A (en) Managing communication of sensitive information
JP6338909B2 (en) Content control system
US20170148067A1 (en) Website creation from mobile device data
KR20030040768A (en) Information management method in internet
JP7486655B1 (en) Information processing system, information processing method, and program
JP2007034419A (en) Information collecting and distributing system
JP6943083B2 (en) Information processing equipment and programs

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20190327

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20190328

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211208

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211221

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220103