JP7765801B2 - Information processing device, attention calling method and program - Google Patents
Information processing device, attention calling method and programInfo
- Publication number
- JP7765801B2 JP7765801B2 JP2021121470A JP2021121470A JP7765801B2 JP 7765801 B2 JP7765801 B2 JP 7765801B2 JP 2021121470 A JP2021121470 A JP 2021121470A JP 2021121470 A JP2021121470 A JP 2021121470A JP 7765801 B2 JP7765801 B2 JP 7765801B2
- Authority
- JP
- Japan
- Prior art keywords
- information
- reply
- notification
- notification information
- creating
- 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
Links
Landscapes
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
本発明は、情報処理装置、注意喚起方法及びプログラムに関する。 The present invention relates to an information processing device, an attention-raising method, and a program.
従来、複数のクライアント端末各々におけるWeb上での回答を要求する電子メールの開封状況と、当該複数のクライアント端末各々におけるWeb上での回答状況と、に基づいて、当該複数のクライアント端末のうち少なくとも一部のクライアント端末を管轄する管轄端末に督促情報を出力するメール装置が提案されている(例えば、特許文献1参照)。 Conventionally, a mail device has been proposed that outputs reminder information to a responsible terminal that oversees at least some of multiple client terminals, based on the status of opening emails requesting online responses at each of the multiple client terminals and the status of online responses at each of the multiple client terminals (see, for example, Patent Document 1).
しかしながら、上記特許文献1に開示されているメール装置では、督促情報を管理者に送信するだけであり、当該管理者が管理するメンバーに対して督促情報を直接送信できない。このため、上記メール装置では、例えば、Web上での回答が滞る傾向にあるメンバーがいる場合であっても当該メンバーに対して注意を促すことができない。 However, the email device disclosed in Patent Document 1 only sends reminder information to the administrator, and cannot send reminder information directly to the members managed by the administrator. As a result, the email device cannot warn members, for example, if there is a member who tends to be slow to respond online.
本発明は、このような問題に鑑みてなされたものであり、返信が滞る傾向にあるユーザに対して注意を促すことを目的とする。 The present invention was made in consideration of these problems, and aims to alert users who tend to be slow to reply.
上記課題を解決するため、本発明に係る情報処理装置は、
過去に配信先顧客に対して配信した通知情報における返信状況情報を取得する取得手段と、
前記取得手段によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別手段と、
前記判別手段によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報であって、当該通知情報に対する返信を要する返信要情報を作成する作成手段と、
を備えることを特徴とする。
In order to solve the above problems, the information processing device according to the present invention comprises:
An acquisition means for acquiring reply status information for notification information previously distributed to a destination customer;
a determination means for determining whether a predetermined condition is satisfied based on the reply status information acquired by the acquisition means;
a creating means for creating notification information to be distributed this time , which is reply-required information requiring a reply to the notification information, with reminder information added thereto to prompt the destination customer to reply , when the determining means determines that the predetermined condition is met;
The present invention is characterized by comprising:
本発明によれば、返信が滞る傾向にあるユーザに対して注意を促すことができる。 This invention makes it possible to warn users who tend to be slow to reply.
以下、本発明の情報処理装置、注意喚起方法及びプログラムに係る実施の形態を図面に基づいて説明する。 The following describes embodiments of the information processing device, warning method, and program of the present invention, with reference to the accompanying drawings.
<業務システムの構成>
まず、図1を参照して、本実施形態の構成を説明する。図1は、本実施形態の業務システム100の概略構成図である。
<Business system configuration>
First, the configuration of this embodiment will be described with reference to Fig. 1. Fig. 1 is a schematic diagram of a business system 100 of this embodiment.
図1に示すように、業務システム100は、サーバー(情報処理装置)10と、クライアント端末20と、を備える。サーバー10とクライアント端末20とは通信ネットワークNを介して情報通信可能に接続される。なお、図1では3台のクライアント端末20が示されているが、クライアント端末20の台数は特に限定されない。 As shown in FIG. 1, the business system 100 includes a server (information processing device) 10 and a client terminal 20. The server 10 and the client terminal 20 are connected via a communication network N so that information can be communicated. Note that although three client terminals 20 are shown in FIG. 1, the number of client terminals 20 is not particularly limited.
サーバー10は、業務システム100を導入した各企業(顧客)を対象として経営等に関する支援サービスを行うクラウド上のサーバーである。サーバー10は、支援サービスの一環として、例えば、お知らせ情報(通知情報)(後述)をクライアント端末20に対して配信する。 Server 10 is a cloud server that provides support services related to management, etc. to each company (customer) that has introduced business system 100. As part of the support service, server 10 distributes, for example, notice information (notification information) (described below) to client terminal 20.
クライアント端末20は、業務システム100を導入した各企業の社員が使用する端末装置である。クライアント端末20としては、例えば、ノートPC(Personal Computer)、デスクトップPC等が挙げられる。 The client terminal 20 is a terminal device used by employees of each company that has introduced the business system 100. Examples of client terminals 20 include notebook PCs (Personal Computers) and desktop PCs.
通信ネットワークNは、例えば、インターネットであるものとするが、LAN(Local Area Network)等、他のネットワークとしてもよい。 The communication network N is assumed to be, for example, the Internet, but may also be another network such as a LAN (Local Area Network).
<サーバーの構成>
次に、図2を参照して、サーバー10の機能構成について説明する。図2は、サーバー10の機能構成を示すブロック図である。
<Server configuration>
Next, the functional configuration of the server 10 will be described with reference to Fig. 2. Fig. 2 is a block diagram showing the functional configuration of the server 10.
図2に示すように、サーバー10は、CPU(Central Processing Unit)11と、RAM(Random Access Memory)12と、記憶部13と、操作部14と、表示部15と、通信部16と、バス17と、を備える。サーバー10の各部は、バス17を介して接続されている。 As shown in FIG. 2, the server 10 includes a CPU (Central Processing Unit) 11, a RAM (Random Access Memory) 12, a storage unit 13, an operation unit 14, a display unit 15, a communication unit 16, and a bus 17. Each unit of the server 10 is connected via the bus 17.
CPU(取得手段、判別手段、作成手段、表示制御手段)11は、サーバー10の各部を制御するプロセッサである。CPU11は、記憶部13に記憶されているシステムプログラム及びアプリケーションプログラムのうち、指定されたプログラムを読み出してRAM12に展開し、当該プログラムに従って各種処理を実行する。 The CPU 11 (acquisition means, determination means, creation means, display control means) is a processor that controls each part of the server 10. The CPU 11 reads out a specified program from among the system programs and application programs stored in the storage unit 13, expands it into RAM 12, and executes various processes in accordance with that program.
RAM12は、例えば、揮発性のメモリであり、CPU11により読み出された各種のプログラムやデータを一時的に格納するワークエリアを有する。 RAM 12 is, for example, a volatile memory and has a work area for temporarily storing various programs and data read by CPU 11.
記憶部13は、HDD(Hard Disk Drive)、SSD(Solid State Drive)といった、データの書き込み及び読み出しが可能な記憶装置を備え、各種のプログラムやデータを含むファイル等を記憶する。記憶部13に記憶されるデータとしては、例えば、顧客情報データベース131、返信状況情報ファイル132、お知らせ情報ファイル133、注意文情報ファイル134などがある。 The memory unit 13 includes a storage device capable of writing and reading data, such as a hard disk drive (HDD) or a solid state drive (SSD), and stores files containing various programs and data. Examples of data stored in the memory unit 13 include a customer information database 131, a reply status information file 132, a notification information file 133, and a warning information file 134.
図3は、顧客情報データベース131の内容例を示す図である。
図3に示すように、顧客情報データベース131では、業務システム100を導入した企業(顧客)ごとに、顧客ID、企業の名称、所在地、郵便番号、メールアドレス等の企業に関する情報が対応付けられて記憶されている。
FIG. 3 is a diagram showing an example of the contents of the customer information database 131. As shown in FIG.
As shown in Figure 3, the customer information database 131 stores information about each company (customer) that has introduced the business system 100, such as the customer ID, company name, address, postal code, and email address.
図4は、返信状況情報ファイル132の内容例を示す図である。
図4に示すように、返信状況情報ファイル132では、業務システム100を導入した企業(顧客)ごとに、顧客ID、重要通知配信回数、重要通知返信回数の各情報が対応付けられて記憶されている。重要通知配信回数とは、過去において対象企業のクライアント端末20に対して区分を“重要”とするお知らせ情報(後述)が配信された回数である。重要通知返信回数とは、過去において対象企業のクライアント端末20に配信された区分を“重要”とするお知らせ情報に対して当該クライアント端末20より返信が行われた回数である。図4の例では、顧客ID“1”の企業(アライ商会)にあっては、過去において区分を“重要”とするお知らせ情報が15回配信され、当該お知らせ情報に対して6回返信が行われたことが示されている。
FIG. 4 is a diagram showing an example of the contents of the reply status information file 132. As shown in FIG.
As shown in FIG. 4 , the reply status information file 132 stores, for each company (customer) that has introduced the business system 100, information on the customer ID, the number of important notification deliveries, and the number of important notification replies, in association with each other. The number of important notification deliveries is the number of times that notification information (described below) categorized as "important" has been delivered to the client terminal 20 of the target company in the past. The number of important notification replies is the number of times that the client terminal 20 has replied to notification information categorized as "important" that was delivered to the client terminal 20 in the past. The example in FIG. 4 shows that for the company with customer ID "1" (Arai Shokai), notification information categorized as "important" has been delivered 15 times in the past, and 6 replies have been made to the notification information.
図5は、お知らせ情報ファイル133の内容例を示す図である。
お知らせ情報ファイル133は、クライアント端末20に対して配信するお知らせ情報を登録するためのファイルである。図5に示すように、お知らせ情報ファイル133では、登録されたお知らせ情報ごとに、お知らせID、タイトル、本文、区分、返信先の各情報が対応付けられて記憶されるようになっている。お知らせIDとは、お知らせ情報を識別するためのIDである。タイトルとは、お知らせ情報の見出しである。本文とは、お知らせ情報の本文である。区分とは、返信を要するお知らせ情報(返信要情報)と、返信を要しないお知らせ情報(返信不要情報)と、を区別するための情報である。具体的には、区分には“重要”と“通常”とがあり、返信を要するお知らせ情報は“重要”に区分され、返信を要しないお知らせ情報は“通常”に区分される。返信先とは、対象のお知らせ情報に対して返信がなされる際の返信先である。
FIG. 5 is a diagram showing an example of the contents of the notice information file 133. As shown in FIG.
The notification information file 133 is a file for registering notification information to be distributed to the client terminal 20. As shown in FIG. 5 , the notification information file 133 stores, in association with each registered notification information, information on the notification ID, title, text, category, and reply destination. The notification ID is an ID for identifying the notification information. The title is the heading of the notification information. The text is the main text of the notification information. The category is information for distinguishing between notification information that requires a reply (reply required information) and notification information that does not require a reply (no reply required information). Specifically, the categories are "important" and "normal," and notification information that requires a reply is classified as "important," while notification information that does not require a reply is classified as "normal." The reply destination is the destination to which a reply is sent when a reply is made to the notification information in question.
図6は、注意文情報ファイル(督促情報ファイル)134の内容例を示す図である。
注意文情報ファイル134は、区分を“重要”とするお知らせ情報、すなわち返信を要するお知らせ情報を作成する際に、当該お知らせ情報に設定(追記)する注意文(督促情報)を記憶したファイルである。図6に示すように、注意文情報ファイル134では、各注意文を識別するためのID、注意文、設定条件の各情報が対応付けられて記憶されるようになっている。ここで、注意文とは、区分を“重要”とするお知らせ情報を受信した企業(顧客)に対するメッセージ文であって、当該お知らせ情報に対する返信を促すためのメッセージ文である。設定条件とは、区分を“重要”とするお知らせ情報に設定する注意文を特定するための条件である。この設定条件にある返信割合とは、上述した重要通知配信回数に対する重要通知返信回数の割合である。例えば、顧客ID“1”の企業(アライ商会)にあっては、重要通知配信回数が15回であり、重要通知返信回数が6回であるため(図4参照)、当該企業の返信割合は40((6÷15)×100)%となる。
FIG. 6 is a diagram showing an example of the contents of the warning information file (demand information file) 134. As shown in FIG.
The notice information file 134 stores notices (demand information) to be added to "important" notices, i.e., notices requiring a reply, when creating such notices. As shown in FIG. 6 , the notice information file 134 stores an ID for identifying each notice, a notice, and setting conditions, each associated with each other. Here, a notice is a message addressed to a company (customer) that receives "important" notices, encouraging a reply to the notice. The setting conditions are conditions for identifying a notice to be added to "important" notices. The "response rate" in this setting condition is the ratio of the number of important notification replies to the number of important notification deliveries described above. For example, for a company (Arai Shokai) with customer ID "1," the number of important notification deliveries was 15, and the number of important notification replies was 6 (see FIG. 4 ). Therefore, the company's response rate is 40% ((6 ÷ 15) × 100)).
ここで、お知らせ情報の作成方法について、図7~図9を参照して説明する。 Here, we will explain how to create notification information with reference to Figures 7 to 9.
図7は、通知内容一覧画面41の例を示す図である。
通知内容一覧画面41は、お知らせ情報ファイル133に登録されているお知らせ情報を一覧表示させる画面である。図7に示すように、通知内容一覧画面41では、お知らせ情報を一覧表示させる一覧表示領域411、編集ボタン412、削除ボタン413、重要ボタン414、通常ボタン415が設けられている。一覧表示領域411では、区分を“重要”とするお知らせ情報の左側の欄には“重要通知内容”の文字が付され、区分を“通常”とするお知らせ情報の左側の欄には“通常通知内容”の文字が付されるようになっている。編集ボタン412は、既に登録されたお知らせ情報を編集するためのボタンであって、一覧表示されたお知らせ情報ごとに設けられている。編集ボタン412を選択する入力操作がなされると、対象のお知らせ情報を編集する編集画面(図示省略)が表示部15に表示される。削除ボタン413は、既に登録されたお知らせ情報を削除するためのボタンであって、一覧表示されたお知らせ情報ごとに設けられている。削除ボタン413を選択する入力操作がなされると、対象のお知らせ情報が一覧表示領域411から削除される。重要ボタン(第1ボタン)414は、区分を“重要”とするお知らせ情報を新規で作成するためのボタンである。重要ボタン414を選択する入力操作がなされると、後述する重要通知の追加画面42が表示部15に表示される。通常ボタン(第2ボタン)415は、区分を“通常”とするお知らせ情報を新規で作成するためのボタンである。通常ボタン415を選択する入力操作がなされると、後述する通常通知の追加画面43が表示部15に表示される。
FIG. 7 is a diagram showing an example of the notification content list screen 41. As shown in FIG.
The notification content list screen 41 is a screen that displays a list of notification information registered in the notification information file 133. As shown in FIG. 7 , the notification content list screen 41 includes a list display area 411 that displays a list of notification information, an edit button 412, a delete button 413, an important button 414, and a normal button 415. In the list display area 411, the words "Important Notification Content" are added to the left column of notification information classified as "Important," and the words "Normal Notification Content" are added to the left column of notification information classified as "Normal." The edit button 412 is a button for editing already registered notification information and is provided for each notification information displayed in the list. When an input operation is performed to select the edit button 412, an edit screen (not shown) for editing the target notification information is displayed on the display unit 15. The delete button 413 is a button for deleting already registered notification information and is provided for each notification information displayed in the list. When an input operation is performed to select the delete button 413, the target notification information is deleted from the list display area 411. The important button (first button) 414 is a button for creating new notification information with the classification "important." When an input operation is performed to select the important button 414, an add screen 42 for an important notification, which will be described later, is displayed on the display unit 15. The normal button (second button) 415 is a button for creating new notification information with the classification "normal." When an input operation is performed to select the normal button 415, an add screen 43 for a normal notification, which will be described later, is displayed on the display unit 15.
図8は、重要通知の追加画面42の例を示す図である。
図8に示すように、重要通知の追加画面42は、返信を要するお知らせ情報を追加(新規作成)する際に表示部15に表示される画面であって、お知らせタイトル、お知らせ本文、返信先の各情報をそれぞれ入力するためのテキストボックス421~423、並びに、決定ボタン424及びキャンセルボタン425が配設されている。重要通知の追加画面42では、上述のように返信を要するお知らせ情報を追加するため、テキストボックス423への返信先の情報の入力が必須となっている。決定ボタン424は、テキストボックス421~423に入力された各情報(お知らせ情報)の追加を決定する際に用いられるボタンである。決定ボタン424を選択する入力操作がなされると、作成されたお知らせ情報がお知らせ情報ファイル133に記憶されるとともに配信先に指定されている企業(顧客)のクライアント端末20に配信される。なお、お知らせ情報の配信タイミングは、決定ボタン424を選択する入力操作がなされたタイミングに限られず、予め指定されたタイミングでもよい。キャンセルボタン425は、テキストボックス421~423に入力された各情報をクリアする際に用いられるボタンである。
FIG. 8 is a diagram showing an example of an important notification addition screen 42. As shown in FIG.
As shown in FIG. 8 , the Add Important Notification screen 42 is displayed on the display unit 15 when adding (newly creating) notification information requiring a reply. The screen includes text boxes 421-423 for inputting the notification title, notification body, and reply-to information, as well as a Confirm button 424 and a Cancel button 425. On the Add Important Notification screen 42, inputting the reply-to information into the text box 423 is required to add notification information requiring a reply, as described above. The Confirm button 424 is used to confirm the addition of the information (notice information) entered into the text boxes 421-423. When the Confirm button 424 is selected, the created notification information is stored in the notification information file 133 and distributed to the client terminal 20 of the designated company (customer) as the distribution destination. The timing of distribution of the notification information is not limited to the timing of the Confirm button 424 selection, but may be a predetermined timing. The Cancel button 425 is used to clear the information entered into the text boxes 421-423.
図9は、通常通知の追加画面43の例を示す図である。
図9に示すように、通常通知の追加画面43は、返信を要しないお知らせ情報を追加(新規作成)する際に表示部15に表示される画面であって、お知らせタイトル、お知らせ本文、返信先の各情報をそれぞれ入力するためのテキストボックス431~433、並びに、決定ボタン434及びキャンセルボタン435が配設されている。通常通知の追加画面43では、上述のように返信を要しないお知らせ情報を追加するため、テキストボックス433への返信先の情報の入力は任意となっている。決定ボタン434は、テキストボックス431~433に入力された各情報(お知らせ情報)の追加を決定する際に用いられるボタンである。決定ボタン434を選択する入力操作がなされると、作成されたお知らせ情報がお知らせ情報ファイル133に記憶されるとともに配信先に指定されている企業(顧客)のクライアント端末20に配信される。なお、お知らせ情報の配信タイミングは、決定ボタン434を選択する入力操作がなされたタイミングに限られず、予め指定されたタイミングでもよい。キャンセルボタン435は、テキストボックス431~433に入力された各情報をクリアする際に用いられるボタンである。
FIG. 9 is a diagram showing an example of an additional screen 43 for a normal notification.
As shown in FIG. 9 , the Add Normal Notification screen 43 is displayed on the display unit 15 when adding (creating) notification information that does not require a reply. The screen includes text boxes 431-433 for inputting the notification title, notification body, and reply-to information, as well as a Confirm button 434 and a Cancel button 435. Since the Add Normal Notification screen 43 adds notification information that does not require a reply as described above, inputting the reply-to information in the text box 433 is optional. The Confirm button 434 is used to confirm the addition of the information (notice information) entered in the text boxes 431-433. When the Confirm button 434 is selected, the created notification information is stored in the notification information file 133 and distributed to the client terminal 20 of the designated company (customer) as the distribution destination. The timing of distribution of the notification information is not limited to the timing of the Confirm button 434 selection, but may be a predetermined timing. The Cancel button 435 is used to clear the information entered in the text boxes 431-433.
操作部14は、キーボード等のキー入力部と、マウス等のポインティングデバイスとを有し、ユーザからのキー操作入力及び位置操作入力を受け付け、その操作情報を、CPU11に出力する。CPU11は、操作部14から送信された情報に基づいて、ユーザの入力操作を受け付ける。 The operation unit 14 has a key input unit such as a keyboard and a pointing device such as a mouse, and accepts key operation inputs and position operation inputs from the user, outputting this operation information to the CPU 11. The CPU 11 accepts user input operations based on the information sent from the operation unit 14.
表示部15は、LCD(Liquid Crystal Display)、EL(Electro Luminescence)ディスプレイ等で構成され、CPU11から指示された表示情報に従い各種表示を行う。 The display unit 15 is composed of an LCD (Liquid Crystal Display), EL (Electro Luminescence) display, etc., and displays various information according to display information instructed by the CPU 11.
通信部16は、ネットワークカード等により構成されている。通信部16は、通信ネットワークNに通信接続されて、通信ネットワークN上の機器との通信を行う。 The communication unit 16 is composed of a network card, etc. The communication unit 16 is connected to the communication network N and communicates with devices on the communication network N.
<クライアント端末の構成>
次に、図10を参照して、クライアント端末20の機能構成について説明する。図10は、クライアント端末20の機能構成を示すブロック図である。
<Configuration of client terminal>
Next, the functional configuration of the client terminal 20 will be described with reference to Fig. 10. Fig. 10 is a block diagram showing the functional configuration of the client terminal 20.
図10に示すように、クライアント端末20は、CPU21と、RAM22と、記憶部23と、操作部24と、表示部25と、通信部26と、バス27と、を備える。クライアント端末20の各部は、バス27を介して接続されている。 As shown in FIG. 10, the client terminal 20 includes a CPU 21, RAM 22, a storage unit 23, an operation unit 24, a display unit 25, a communication unit 26, and a bus 27. The components of the client terminal 20 are connected via the bus 27.
CPU21は、クライアント端末20の各部を制御するプロセッサである。CPU21は、記憶部23に記憶されているシステムプログラム及びアプリケーションプログラムのうち、指定されたプログラムを読み出してRAM22に展開し、当該プログラムに従って各種処理を実行する。 The CPU 21 is a processor that controls each part of the client terminal 20. The CPU 21 reads out a specified program from among the system programs and application programs stored in the storage unit 23, expands it into the RAM 22, and executes various processes in accordance with that program.
RAM22は、例えば、揮発性のメモリであり、CPU21により読み出された各種のプログラムやデータを一時的に格納するワークエリアを有する。 RAM 22 is, for example, a volatile memory and has a work area for temporarily storing various programs and data read by CPU 21.
記憶部23は、HDD、SSDといった、データの書き込み及び読み出しが可能な記憶装置を備え、各種のプログラムやデータを含むファイル等を記憶する。 The memory unit 23 includes a storage device, such as an HDD or SSD, that can write and read data, and stores files containing various programs and data.
操作部24は、キーボード等のキー入力部と、マウス等のポインティングデバイスとを有し、ユーザからのキー操作入力及び位置操作入力を受け付け、その操作情報を、CPU21に出力する。CPU21は、操作部24から送信された情報に基づいて、ユーザの入力操作を受け付ける。 The operation unit 24 has a key input unit such as a keyboard and a pointing device such as a mouse, and accepts key operation inputs and position operation inputs from the user, outputting the operation information to the CPU 21. The CPU 21 accepts the user's input operations based on the information sent from the operation unit 24.
表示部25は、LCD、ELディスプレイ等で構成され、CPU21から指示された表示情報に従い各種表示を行う。 The display unit 25 is composed of an LCD, EL display, etc., and displays various information according to display information instructed by the CPU 21.
通信部26は、ネットワークカード等により構成されている。通信部26は、通信ネットワークNに通信接続されて、通信ネットワークN上の機器との通信を行う。 The communication unit 26 is composed of a network card, etc. The communication unit 26 is connected to the communication network N and communicates with devices on the communication network N.
<返信状況情報更新処理>
次に、図11のフローチャートを参照して、本実施形態の一側面に係る返信状況情報更新処理の制御手順について説明する。
<Reply status information update process>
Next, a control procedure for a reply status information update process according to one aspect of the present embodiment will be described with reference to the flowchart of FIG.
図11に示す返信状況情報更新処理が開始されると、まず、サーバー10のCPU11は、クライアント端末20にお知らせ情報を配信したか否かを判定する(ステップS1)。 When the reply status information update process shown in FIG. 11 starts, the CPU 11 of the server 10 first determines whether notification information has been delivered to the client terminal 20 (step S1).
ステップS1において、クライアント端末20にお知らせ情報を配信したと判定された場合(ステップS1;YES)、CPU11は、配信したお知らせ情報の区分が“重要”であるか否かを判定する(ステップS2)。 If it is determined in step S1 that notification information has been delivered to the client terminal 20 (step S1; YES), the CPU 11 determines whether the category of the delivered notification information is "important" (step S2).
ステップS2において、配信したお知らせ情報の区分が“重要”であると判定された場合(ステップS2;YES)、CPU11は、返信状況情報ファイル132(図4参照)における配信先の企業の重要通知配信回数を1インクリメントする(ステップS3)。例えば、顧客ID“1”の企業(アライ商会)に対して区分を“重要”とするお知らせ情報が配信された場合、当該企業の重要通知配信回数が1インクリメントされて当該重要通知配信回数が15回から16回に更新される。そして、CPU11は、処理をステップS4に進める。 If it is determined in step S2 that the classification of the delivered notification information is "important" (step S2; YES), the CPU 11 increments the number of important notification deliveries for the recipient company in the reply status information file 132 (see Figure 4) by one (step S3). For example, if notification information classified as "important" is delivered to the company with customer ID "1" (Arai Shokai), the number of important notification deliveries for that company is incremented by one, updating the number of important notification deliveries from 15 to 16. The CPU 11 then proceeds to step S4.
また、ステップS1において、クライアント端末20にお知らせ情報を配信していないと判定された場合(ステップS1;NO)、又は、ステップS2において、配信したお知らせ情報の区分が“重要”ではない、すなわち区分が“通常”であると判定された場合(ステップS2;NO)、CPU11は、ステップS3をスキップして、処理をステップS4に進める。 Furthermore, if it is determined in step S1 that no notification information has been delivered to the client terminal 20 (step S1; NO), or if it is determined in step S2 that the category of the delivered notification information is not "important," i.e., the category is "normal" (step S2; NO), the CPU 11 skips step S3 and proceeds to step S4.
次いで、CPU11は、お知らせ情報を配信したクライアント端末20から返信情報を取得したか否かを判定する(ステップS4)。ここで、返信情報は、後述する付箋確認画面52(図15参照)において、テキストボックス521に返信の内容が入力された状態で、送信ボタン522の操作がなされたことを契機として、対象のクライアント端末20からサーバー10へ送信されるようになっている。 Next, the CPU 11 determines whether reply information has been received from the client terminal 20 that distributed the notification information (step S4). Here, the reply information is sent from the target client terminal 20 to the server 10 when the send button 522 is operated with the reply content entered in the text box 521 on the sticky note confirmation screen 52 (see FIG. 15), which will be described later.
ステップS4において、お知らせ情報を配信したクライアント端末20から返信情報を取得したと判定された場合(ステップS4;YES)、CPU11は、取得した返信情報に関するお知らせ情報の区分が“重要”であるか否かを判定する(ステップS5)。 If it is determined in step S4 that reply information has been obtained from the client terminal 20 that distributed the notification information (step S4; YES), the CPU 11 determines whether the notification information category for the obtained reply information is "important" (step S5).
ステップS5において、取得した返信情報に関するお知らせ情報の区分が“重要”であると判定された場合(ステップS5;YES)、CPU11は、返信状況情報ファイル132(図4参照)における上記返信情報を送信した企業の重要通知返信回数を1インクリメントする(ステップS6)。例えば、顧客ID“1”の企業(アライ商会)が上記返信情報を送信した場合、当該企業の重要通知返信回数が1インクリメントされて当該重要通知返信回数が6回から7回に更新される。そして、CPU11は、処理をステップS1に戻し、それ以降の処理を繰り返し行う。 If it is determined in step S5 that the classification of the notification information related to the acquired reply information is "important" (step S5; YES), the CPU 11 increments by one the number of important notification replies of the company that sent the reply information in the reply status information file 132 (see Figure 4) (step S6). For example, if the company with customer ID "1" (Arai Shokai) sent the reply information, the number of important notification replies of that company is incremented by one, updating the number of important notification replies from 6 to 7. The CPU 11 then returns the process to step S1 and repeats the subsequent processes.
また、ステップS4において、お知らせ情報を配信したクライアント端末20から返信情報を取得していないと判定された場合(ステップS4;NO)、又は、ステップS5において、取得した返信情報に関するお知らせ情報の区分が“重要”ではない、すなわち区分が“通常”であると判定された場合(ステップS5;NO)、CPU11は、ステップS6をスキップして、処理をステップS1に戻し、それ以降の処理を繰り返し行う。 Furthermore, if it is determined in step S4 that no reply information has been received from the client terminal 20 that distributed the notification information (step S4; NO), or if it is determined in step S5 that the category of the notification information related to the received reply information is not "important," i.e., the category is "normal" (step S5; NO), the CPU 11 skips step S6, returns the process to step S1, and repeats the subsequent processes.
<注意文設定処理>
次に、図12のフローチャートを参照して、本実施形態の一側面に係る注意文設定処理の制御手順について説明する。この注意文設定処理は、上述した通知内容一覧画面41(図7参照)において重要ボタン414を選択する入力操作がなされたことを契機として実行される処理である。
<Caution message setting process>
Next, a control procedure for a warning message setting process according to one aspect of the present embodiment will be described with reference to the flowchart of Fig. 12. This warning message setting process is executed when an input operation to select the important button 414 is performed on the notification content list screen 41 (see Fig. 7) described above.
図12に示す注意文設定処理が開始されると、まず、サーバー10のCPU11は、返信状況情報ファイル132(図4参照)から配信先の企業の返信状況情報(重要通知配信回数及び重要通知返信回数)を取得する(ステップS11)。 When the warning message setting process shown in Figure 12 starts, the CPU 11 of the server 10 first obtains the response status information (number of important notification deliveries and number of important notification replies) of the recipient company from the response status information file 132 (see Figure 4) (step S11).
次いで、CPU11は、ステップS11で取得された配信先の企業の返信状況情報に基づいて、当該配信先の企業の重要通知配信回数が5回(所定回数)を上回っているか否かを判定する(ステップS12)。 Next, the CPU 11 determines whether the number of times the important notification has been sent to the recipient company exceeds five times (a predetermined number of times) based on the response status information of the recipient company obtained in step S11 (step S12).
ステップS12において、配信先の企業の重要通知配信回数が5回を上回っていないと判定された場合(ステップS12;NO)、CPU11は、注意文設定処理を終了する。つまり、配信先の企業の重要通知配信回数が少ない場合、当該企業が区分を“重要”とするお知らせ情報に対する返信が滞る傾向にあるかどうかを判別し難いため、注意文の設定を行わないようにしている。 If it is determined in step S12 that the number of important notification deliveries to the recipient company does not exceed five (step S12; NO), the CPU 11 terminates the warning message setting process. In other words, if the recipient company has delivered important notifications only a small number of times, it is difficult to determine whether the company tends to delay replies to notifications classified as "important," so a warning message is not set.
また、ステップS12において、配信先の企業の重要通知配信回数が5回を上回っていると判定された場合(ステップS12;YES)、CPU11は、当該配信先の企業の返信状況情報に基づいて、返信割合を導出する(ステップS13)。ここで、返信割合とは、配信先の企業の重要通知配信回数に対する当該配信先の企業の重要通知返信回数の割合である。 Furthermore, if it is determined in step S12 that the number of important notification deliveries to the recipient company is more than five (step S12; YES), the CPU 11 derives a reply rate based on the reply status information of the recipient company (step S13). Here, the reply rate is the ratio of the number of important notification replies from the recipient company to the number of important notification deliveries from the recipient company.
次いで、CPU11は、ステップS13で導出された返信割合が50%未満であるか否かを判定する(ステップS14)。なお、注意文設定処理では、ステップS12の判定処理とステップS14の判定処理のうちいずれか一方の判定処理を行うフローとしてもよい。 Next, the CPU 11 determines whether the reply rate derived in step S13 is less than 50% (step S14). Note that the warning message setting process may be configured to perform either the determination process in step S12 or the determination process in step S14.
ステップS14において、返信割合が50%未満ではないと判定された場合(ステップS14;NO)、CPU11は、注意文設定処理を終了する。つまり、配信先の企業が区分を“重要”とするお知らせ情報に対する返信が滞る傾向にない場合、当該企業は促さなくても返信を行うと推定されるため、注意文の設定を行わないようにしている。 If it is determined in step S14 that the reply rate is not less than 50% (step S14; NO), the CPU 11 terminates the warning message setting process. In other words, if the recipient company does not tend to delay replying to notifications classified as "important," it is assumed that the company will reply without prompting, so a warning message is not set.
また、ステップS14において、返信割合が50%未満であると判定された場合(ステップS14;YES)、CPU11は、注意文情報ファイル134(図6参照)からステップS13で導出された返信割合に対応する注意文を取得する(ステップS15)。例えば、ステップS13で導出された返信割合が40%である場合、注意文情報ファイル134からID“1”の注意文が取得される。 Furthermore, if it is determined in step S14 that the reply rate is less than 50% (step S14; YES), the CPU 11 obtains a warning message corresponding to the reply rate derived in step S13 from the warning message information file 134 (see FIG. 6) (step S15). For example, if the reply rate derived in step S13 is 40%, the warning message with ID "1" is obtained from the warning message information file 134.
次いで、CPU11は、ステップS15で取得された注意文を配信対象のお知らせ情報に設定する(ステップS16)。具体的には、CPU11は、図13に示すように、表示部15に表示される重要通知の追加画面42のお知らせ本文を入力するためのテキストボックス422にステップS15で取得された注意文(例えば“このお知らせは、返信を必要としています。…”)を設定する。なお、このとき、CPU11は、設定した注意文についての説明文(例えば“※お知らせ本文の末尾に下記の注意文が追記されます※”)を当該注意文の前段に設定する。そして、CPU11は、注意文設定処理を終了する。 Next, the CPU 11 sets the notice obtained in step S15 in the notification information to be distributed (step S16). Specifically, as shown in FIG. 13, the CPU 11 sets the notice obtained in step S15 (e.g., "This notification requires a reply...") in the text box 422 for entering the notification text on the important notification addition screen 42 displayed on the display unit 15. At this time, the CPU 11 also sets an explanatory text for the set notice (e.g., "※The following notice will be added to the end of the notification text※") in front of the notice. The CPU 11 then terminates the notice setting process.
次に、上述の注意文設定処理によって注意文が設定されたお知らせ情報をサーバー10から受信したときのクライアント端末20における表示動作について、図14及び図15を参照して説明する。上記クライアント端末20は、顧客ID“1”の企業(アライ商会)のクライアント端末20であるものとする。 Next, the display operation on the client terminal 20 when notification information with a warning message set by the above-mentioned warning message setting process is received from the server 10 will be described with reference to Figures 14 and 15. The client terminal 20 is assumed to be the client terminal 20 of a company (Arai Shokai) with customer ID "1."
図14は、サポートパネル画面51の例を示す図である。
例えば、お知らせID“1”のお知らせ情報(お知らせタイトル、お知らせ本文(注意文が設定された本文)、区分、返信先の各情報)をサーバー10から受信した場合、クライアント端末20のCPU21は、図14に示すように、表示部25に表示されるサポートパネル画面51において、当該お知らせ情報が示されたユーザ操作可能な付箋形式のオブジェクト511を表示させる。このオブジェクト511に示されている四角で囲まれた“重要”の文字は、お知らせ情報の区分が“重要”であることを意味している。また、四角で囲まれた“返信”の文字は、返信先が設定されていることを意味している。
上記の付箋形式のオブジェクト511を指定する所定の操作がなされると、CPU21は、付箋確認画面52を表示部25に表示させる。
FIG. 14 is a diagram showing an example of the support panel screen 51. As shown in FIG.
For example, when notification information (information on notification title, notification body (body with warning message set), category, and reply destination) with notification ID "1" is received from the server 10, the CPU 21 of the client terminal 20 displays a user-operable sticky note-style object 511 showing the notification information on the support panel screen 51 displayed on the display unit 25, as shown in FIG. 14. The word "IMPORTANT" in a square shown on this object 511 indicates that the category of the notification information is "IMPORTANT." Furthermore, the word "REPLY" in a square indicates that a reply destination has been set.
When a predetermined operation for specifying the sticky note type object 511 is performed, the CPU 21 displays the sticky note confirmation screen 52 on the display unit 25 .
図15は、付箋確認画面52の例を示す図である。
図15に示すように、付箋確認画面52は、上記のオブジェクト511に示されているお知らせ情報の詳細を表示するための画面であって、当該画面52には、表題(お知らせタイトル)、本文(お知らせ本文)の各情報が個別に表示されるようになっている。また、付箋確認画面52には、本文において、上述の注意文設定処理によって設定された注意文(例えば、ID“1”の注意文;図6参照)が末尾に追記された状態で表示されるようになっている。また、付箋確認画面52には、返信に関する項目が設けられており、当該項目には、返信の内容を入力するためのテキストボックス521と、送信ボタン522と、が設けられている。テキストボックス521に返信の内容が入力された状態で、送信ボタン522の操作がなされると、予め設定された返信先、すなわちサーバー10から受信したお知らせ情報に含まれている返信先“tachikawa@support.co.jp”に電子メールが送信されるようになっている。また、送信ボタン522の操作がなされると、上記のオブジェクト511に示されているお知らせ情報に対する返信がなされたことを示す返信情報がサーバー10に送信されるようになっている。この返信情報には、例えば、当該返信情報を送信した企業(顧客)の顧客ID、当該返信情報を送信する起因となったお知らせ情報のお知らせID等の情報が含まれている。これにより、クライアント端末20から返信情報を取得したサーバー10のCPU11は、上述した返信状況情報更新処理(図11参照)において、当該返信情報を送信した企業の重要通知返信回数を1インクリメントする処理(ステップS6)を可能としている。
FIG. 15 is a diagram showing an example of the sticky note confirmation screen 52. As shown in FIG.
As shown in FIG. 15 , the sticky note confirmation screen 52 is a screen for displaying details of the notification information indicated by the object 511. The screen 52 individually displays information such as the title (notification title) and the main text (notification main text). The sticky note confirmation screen 52 also displays the main text with the warning message set by the warning message setting process (e.g., the warning message with ID “1”; see FIG. 6 ) added to the end. The sticky note confirmation screen 52 also includes a reply field, which includes a text box 521 for entering the content of the reply and a send button 522. When the send button 522 is pressed after entering the content of the reply in the text box 521, an email is sent to the preset reply destination, i.e., “tachikawa@support.co.jp” included in the notification information received from the server 10. When the send button 522 is pressed, reply information indicating that a reply has been sent to the notification information indicated by the object 511 is sent to the server 10. This reply information includes, for example, the customer ID of the company (customer) that sent the reply information, the notice ID of the notice information that caused the reply information to be sent, etc. This enables the CPU 11 of the server 10, which has acquired the reply information from the client terminal 20, to increment the number of important notification replies by 1 (step S6) in the reply status information update process (see FIG. 11) described above.
以上説明したように、サーバー10のCPU11は、過去に配信先顧客に対して配信したお知らせ情報(通知情報)における返信状況情報を取得し、取得された返信状況情報に基づく所定の条件を満たしているか否か判別し、所定の条件を満たしていると判別された場合に、配信先顧客に返信を促すための注意文(督促情報)を付加した状態で、今回配信するためのお知らせ情報を作成する。
したがって、サーバー10によれば、返信状況情報に基づく所定の条件を満たしていると判別された場合に、配信先顧客に返信を促すための注意文(督促情報)を付加した状態で、今回配信するためのお知らせ情報を作成するので、例えば、今回配信する対象の配信先顧客が返信が滞る傾向にある場合に、注意文を付加した状態で、今回配信するためのお知らせ情報を作成することができる。これにより、返信が滞る傾向にある配信先顧客に対して返信するように注意を促すことができる。
As explained above, the CPU 11 of the server 10 acquires reply status information for notification information (notification information) previously distributed to the recipient customer, determines whether or not the predetermined conditions based on the acquired reply status information are met, and if it is determined that the predetermined conditions are met, creates the notification information to be distributed this time with a warning message (demand information) added to encourage the recipient customer to reply.
Therefore, when it is determined that a predetermined condition based on the reply status information is met, the server 10 creates the notification information to be distributed this time with an attached warning (demand information) to urge the recipient customer to reply. For example, if the recipient customer to whom the current distribution is to be distributed tends to be slow to reply, the server 10 can create the notification information to be distributed this time with an attached warning. This makes it possible to urge the recipient customer who tends to be slow to reply to reply.
また、サーバー10のCPU11は、今回配信するお知らせ情報が返信を要するお知らせ情報である場合に、配信先顧客に返信を促すための注意文を付加可能とするので、当該注意文を適切に扱うことができる。 In addition, if the notification information being distributed this time requires a reply, the CPU 11 of the server 10 can add a warning message to encourage the recipient customer to reply, allowing the warning message to be handled appropriately.
また、サーバー10のCPU11は、返信を要するお知らせ情報を作成する際に用いられる重要通知の追加画面(返信要情報作成画面)42を表示部15に表示させるための重要ボタン(第1ボタン)414と、返信を要しないお知らせ情報を作成する際に用いられる通常通知の追加画面(返信不要情報作成画面)43を当該表示部15に表示させるための通常ボタン(第2ボタン)415と、を通知内容一覧画面(所定の表示画面)41に表示させる。
したがって、サーバー10によれば、重要ボタン414と通常ボタン415とを設けることによって、返信を要するお知らせ情報と、返信を要しないお知らせ情報と、のどちらを作成するのかをユーザに選択させることができる。これにより、ユーザが返信を要するお知らせ情報を対象として配信先顧客に返信を促すための注意文を付加可能とすることができるので、当該注意文をより適切に扱うことができる。
In addition, the CPU 11 of the server 10 displays on the notification content list screen (predetermined display screen) 41 an important button (first button) 414 for displaying on the display unit 15 an additional screen for important notifications (reply required information creation screen) 42 used when creating notification information that requires a reply, and a normal button (second button) 415 for displaying on the display unit 15 an additional screen for normal notifications (no reply required information creation screen) 43 used when creating notification information that does not require a reply.
Therefore, the server 10 allows the user to select whether to create notification information that requires a reply or notification information that does not require a reply by providing the important button 414 and the normal button 415. This allows the user to add a warning message to notification information that requires a reply to encourage the recipient customer to reply, and therefore the warning message can be handled more appropriately.
また、サーバー10のCPU11は、配信先顧客の返信割合が50%未満であり、且つ、当該配信先顧客の重要通知配信回数が5回を超えている場合に上記所定の条件を満たしていると判別するので、返信が滞る傾向にある配信先顧客の特定を適切に行うことができる。 In addition, the CPU 11 of the server 10 determines that the above-mentioned specified conditions are met if the reply rate of the recipient customer is less than 50% and the number of important notification deliveries to that recipient customer exceeds five, thereby making it possible to appropriately identify recipient customers who tend to be slow to reply.
また、サーバー10のCPU11は、注意文情報ファイル134に基づいて、配信先顧客の返信状況情報が該当する注意文を今回配信するためのお知らせ情報に付加する。
したがって、サーバー10によれば、配信先顧客の返信状況情報に基づき、返信が滞る傾向の度合いに応じて付加する注意文を異ならせることができるので、返信が滞る傾向にある企業それぞれに適した注意喚起を行うことができる。
Furthermore, the CPU 11 of the server 10 adds a warning message corresponding to the reply status information of the distribution destination customer to the notification information to be distributed this time, based on the warning message information file 134 .
Therefore, according to the server 10, it is possible to add different warning messages depending on the degree of tendency for replies to be delayed based on the reply status information of the recipient customers, so that appropriate warning messages can be issued to each company that tends to be slow to reply.
以上、本発明を実施形態に基づいて具体的に説明してきたが、本発明は上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲で変更可能である。
例えば、上記実施形態では、注意文設定処理(図12参照)において、配信先の企業の返信割合が50%未満であり、且つ、当該配信先の企業の重要通知配信回数が5回を上回っている場合、注意文をお知らせ情報に設定する必要があると判定するようにしているが、この判定基準となる閾値は適宜変更可能である。また、この閾値の変更に伴って、注意文情報ファイル134の設定条件も適宜変更可能である。
Although the present invention has been specifically described above based on the embodiments, the present invention is not limited to the above embodiments and can be modified within the scope of the invention.
For example, in the above embodiment, in the warning message setting process (see FIG. 12 ), if the reply rate of the recipient company is less than 50% and the recipient company has sent important notifications more than five times, it is determined that a warning message needs to be set in the notification information. However, the threshold value used as the criterion for this determination can be changed as appropriate. Furthermore, the setting conditions of the warning message information file 134 can also be changed as appropriate in accordance with the change in the threshold value.
また、上記実施形態では、返信を要するお知らせ情報に設定(追記)する注意情報の一例として注意文を挙げているが、この注意情報は、注意文に限られない。例えば、配信先の企業に注意を促すことが可能な注意アイコンや、注意音声、付箋形式のオブジェクト511の表示態様(例えば、表示色)を通常とは異ならせるための表示制御情報等であってもよい。また、上記実施形態では、お知らせ本文の末尾に注意文を設定(追記)するようにしているが、例えば、お知らせ本文の先頭に注意文を設定するようにしてもよい。 In addition, in the above embodiment, a warning message is given as an example of warning information that can be set (appended) to notification information that requires a reply, but this warning information is not limited to a warning message. For example, the warning information may be a warning icon that can alert the recipient company, a warning audio message, or display control information for changing the display mode (e.g., display color) of a sticky note-style object 511 from normal. In addition, in the above embodiment, the warning message is set (appended) at the end of the notification body, but the warning message may also be set at the beginning of the notification body, for example.
また、上記実施形態では、付箋確認画面52において、表題(お知らせタイトル)、本文(お知らせ本文)の各情報が個別に表示されるようになっており、注意文の設定がなされている場合、本文の項目において当該注意文が表示されるが、例えば、注意文の項目を新たに設け、当該項目において注意文が表示されるようにしてもよい。 In addition, in the above embodiment, the sticky note confirmation screen 52 displays the title (notification title) and main text (notification main text) separately, and if a warning message has been set, the warning message is displayed in the main text section. However, for example, a new warning message section may be created and the warning message may be displayed in that section.
また、上記実施形態では、配信先の企業の返信割合に基づいて、注意文をお知らせ情報に設定する必要があるか否かを判定するようにしているが、例えば、配信先の企業に返信を要するお知らせ情報が配信されるごとに、当該お知らせ情報がされてから当該お知らせ情報に対する返信がなされるまでの時間を記憶しておき、当該時間の平均に基づいて、注意文をお知らせ情報に設定する必要があるか否かを判定するようにしてもよい。 In addition, in the above embodiment, whether or not a warning message needs to be set in the notification information is determined based on the response rate of the recipient company. However, for example, each time notification information requiring a response is delivered to a recipient company, the time between the delivery of the notification information and the reply to that notification information may be stored, and whether or not a warning message needs to be set in the notification information may be determined based on the average of that time.
また、上記実施形態の返信状況情報更新処理(図11参照)では、区分が“重要”であるお知らせ情報を配信した企業のクライアント端末20から当該お知らせ情報についての返信情報をサーバー10が受信した場合に、当該返信情報を送信した企業の重要通知返信回数を1インクリメントするようにしているが、例えば、サーバー10が上記の返信情報を所定期間内に受信したことを条件として、当該返信情報を送信した企業の重要通知返信回数を1インクリメントするようにしてもよい。一方、区分が“重要”であるお知らせ情報を配信した企業のクライアント端末20から当該お知らせ情報についての返信情報が送信された場合であっても、当該送信がなされる前にサーバー10から返信の督促メールを受け取っている場合や、当該送信が所定期間経過後の送信である場合には、当該返信情報を送信した企業の重要通知返信回数を1インクリメントしないようにしてもよい。 In addition, in the reply status information update process (see FIG. 11) of the above embodiment, when the server 10 receives reply information regarding notification information categorized as "important" from the client terminal 20 of the company that distributed the notification information, the number of important notification replies from the company that sent the reply information is incremented by 1. However, for example, the number of important notification replies from the company that sent the reply information may be incremented by 1 on the condition that the server 10 receives the reply information within a predetermined period of time. On the other hand, even when reply information regarding notification information categorized as "important" is sent from the client terminal 20 of the company that distributed the notification information, the number of important notification replies from the company that sent the reply information may not be incremented by 1 if a reply reminder email is received from the server 10 before the reply information is sent or if the reply information is sent after the predetermined period has elapsed.
また、上記実施形態では、図15で例示した付箋確認画面52において、「表題」、「本文」、「返信」の各項目と、送信ボタン522と、が当初より表示されるようになっているが、例えば、図14のサポートパネル画面51において、オブジェクト511を指定する所定の操作がなされた場合に、通常時は、「表題」、「本文」の項目と、送信ボタン522と、だけが表示される一方で、返信が滞る傾向にある企業(顧客)のクライアント端末20に対しては、「表題」、「本文」、「返信」の項目と、送信ボタン522と、のすべてが表示されるようにしてもよい。これにより、返信が滞る傾向にある企業(顧客)の場合、当初より「返信」の項目を表示させることで、当該企業に対して返信を促すことができるようになる。 In addition, in the above embodiment, the sticky note confirmation screen 52 illustrated in FIG. 15 initially displays the "Title," "Body," and "Reply" items, as well as the Send button 522. However, for example, when a predetermined operation to specify an object 511 is performed on the support panel screen 51 of FIG. 14, only the "Title," "Body," and Send button 522 are normally displayed, whereas for client terminals 20 of companies (customers) that tend to be slow to reply, all of the "Title," "Body," and "Reply" items, as well as the Send button 522, may be displayed. In this way, for companies (customers) that tend to be slow to reply, displaying the "Reply" item from the beginning makes it possible to encourage the company to reply.
また、上記した実施形態では、本発明に係るプログラムのコンピュータ読み取り可能な媒体として、サーバー10の記憶部13のHDD、SSDを使用した例を開示したが、この例に限定されない。その他のコンピュータ読み取り可能な媒体として、フラッシュメモリや、CD-ROM等の可搬型記録媒体を適用することが可能である。また、本発明に係るプログラムのデータを、通信回線を介して提供する媒体として、キャリアウエーブ(搬送波)も本発明に適用される。 In addition, in the above-described embodiment, an example was disclosed in which the HDD or SSD of the storage unit 13 of the server 10 was used as the computer-readable medium for the program of the present invention, but this example is not limiting. Other computer-readable media include flash memory and portable recording media such as CD-ROMs. Furthermore, carrier waves are also applicable to the present invention as a medium for providing the program data of the present invention via a communication line.
本発明の実施の形態を説明したが、本発明の範囲は、上述の実施の形態に限定するものではなく、特許請求の範囲に記載された発明の範囲とその均等の範囲を含む。
以下に、この出願の願書に最初に添付した特許請求の範囲に記載した発明を付記する。付記に記載した請求項の項番は、この出願の願書に最初に添付した特許請求の範囲の通りである。
[付記]
<請求項1>
過去に配信先顧客に対して配信した通知情報における返信状況情報を取得する取得手段と、
前記取得手段によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別手段と、
前記判別手段によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報を作成する作成手段と、
を備えることを特徴とする情報処理装置。
<請求項2>
前記通知情報には、当該通知情報に対する返信を要する返信要情報と、当該通知情報に対する返信を不要とする返信不要情報と、があり、
前記取得手段は、前記作成手段によって前記今回配信するための通知情報として前記返信要情報が作成される場合に、前記返信状況情報を取得する、
ことを特徴とする請求項1に記載の情報処理装置。
<請求項3>
前記返信要情報を作成する際に用いられる返信要情報作成画面を表示部に表示させるための第1ボタンと、前記返信不要情報を作成する際に用いられる返信不要情報作成画面を当該表示部に表示させるための第2ボタンと、を所定の表示画面に表示させる表示制御手段を備えることを特徴とする請求項2に記載の情報処理装置。
<請求項4>
前記今回配信するための通知情報は、当該通知情報に対する返信を要する返信要情報であることを特徴とする請求項1に記載の情報処理装置。
<請求項5>
前記返信状況情報は、過去に配信先顧客に対して配信した通知情報に対する返信回数を示す返信回数情報、又は、当該通知情報に対する返信割合を示す返信割合情報であることを特徴とする請求項1~4のいずれか一項に記載の情報処理装置。
<請求項6>
前記判別手段は、前記返信回数情報が第1閾値以上のとき、又は、前記返信割合情報が第2閾値以下であるときに前記所定の条件を満たしていると判別することを特徴とする請求項5に記載の情報処理装置。
<請求項7>
前記督促情報は、督促の程度をそれぞれ異ならせた複数の督促情報からなり、
前記督促情報のそれぞれと、当該督促情報のそれぞれを前記通知情報に付加する前記返信状況情報に基づく付加条件と、が互いに対応付けられて記憶された督促情報ファイルが設けられており、
前記作成手段は、前記督促情報ファイルに基づいて、前記配信先顧客の前記返信状況情報が該当する前記督促情報を前記今回配信するための通知情報に付加する、
ことを特徴とする請求項1~6のいずれか一項に記載の情報処理装置。
<請求項8>
過去に配信先顧客に対して配信した通知情報における返信状況情報を取得する取得工程と、
前記取得工程によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別工程と、
前記判別工程によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報を作成する作成工程と、
を含むことを特徴とする注意喚起方法。
<請求項9>
情報処理装置のコンピュータを、
過去に配信先顧客に対して配信した通知情報における返信状況情報を取得する取得手段、
前記取得手段によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別手段、
前記判別手段によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報を作成する作成手段、
として機能させることを特徴とするプログラム。
Although the embodiments of the present invention have been described, the scope of the present invention is not limited to the above-described embodiments, but includes the scope of the invention described in the claims and its equivalents.
The inventions described in the claims originally attached to this application are as follows. The claim numbers described in the appendix are the same as those of the claims originally attached to this application.
[Note]
<Claim 1>
An acquisition means for acquiring reply status information for notification information previously distributed to a destination customer;
a determination means for determining whether a predetermined condition is satisfied based on the reply status information acquired by the acquisition means;
a creating means for creating notification information to be distributed this time, with reminder information added to prompt the distribution destination customer to reply, when the determining means determines that the predetermined condition is met;
An information processing device comprising:
<Claim 2>
The notification information includes reply-required information that requires a reply to the notification information and reply-free information that does not require a reply to the notification information,
the acquiring means acquires the reply status information when the creating means creates the reply-required information as the notification information to be distributed this time.
2. The information processing apparatus according to claim 1, wherein:
<Claim 3>
3. The information processing device according to claim 2, further comprising a display control means for displaying on a predetermined display screen a first button for displaying on a display unit a reply-required information creation screen used when creating the reply-required information, and a second button for displaying on the display unit a no-reply information creation screen used when creating the no-reply information.
<Claim 4>
2. The information processing apparatus according to claim 1, wherein the notification information to be distributed this time is reply-required information that requires a reply to the notification information.
<Claim 5>
The information processing device according to any one of claims 1 to 4, characterized in that the reply status information is reply count information indicating the number of replies to notification information previously delivered to the recipient customer, or reply rate information indicating the rate of replies to the notification information.
<Claim 6>
6. The information processing device according to claim 5, wherein the determining means determines that the predetermined condition is satisfied when the reply count information is equal to or greater than a first threshold value or when the reply rate information is equal to or less than a second threshold value.
<Claim 7>
The dunning information is made up of a plurality of pieces of dunning information each having a different degree of dunning,
a dunning information file is provided in which each piece of dunning information and an additional condition based on the reply status information for adding each piece of dunning information to the notification information are stored in association with each other;
the creation means adds the dunning information corresponding to the reply status information of the destination customer to the notification information to be distributed this time based on the dunning information file;
7. The information processing device according to claim 1, wherein the information processing device is a computer.
<Claim 8>
an acquisition step of acquiring reply status information for notification information previously distributed to a destination customer;
a determination step of determining whether or not a predetermined condition is satisfied based on the reply status information acquired by the acquisition step;
a creating step of creating notification information to be distributed this time, with reminder information added to prompt the distribution destination customer to reply, when it is determined in the determining step that the predetermined condition is satisfied;
An attention-raising method comprising:
<Claim 9>
The computer of the information processing device,
An acquisition means for acquiring reply status information for notification information previously distributed to destination customers;
a determination means for determining whether or not a predetermined condition is satisfied based on the reply status information acquired by the acquisition means;
a creating means for creating notification information to be distributed this time with reminder information added thereto for urging the distribution destination customer to reply when the determining means determines that the predetermined condition is met;
A program characterized by functioning as
100 業務システム
10 サーバー(情報処理装置)
11 CPU
12 RAM
13 記憶部
131 顧客情報データベース
132 返信状況情報ファイル
133 お知らせ情報ファイル
134 注意文情報ファイル
14 操作部
15 表示部
16 通信部
17 バス
20 クライアント端末
21 CPU
22 RAM
23 記憶部
24 操作部
25 表示部
26 通信部
27 バス
100 Business system 10 Server (information processing device)
11 CPU
12 RAM
13 Storage unit 131 Customer information database 132 Reply status information file 133 Notice information file 134 Warning message information file 14 Operation unit 15 Display unit 16 Communication unit 17 Bus 20 Client terminal 21 CPU
22 RAM
23 Memory unit 24 Operation unit 25 Display unit 26 Communication unit 27 Bus
Claims (8)
前記取得手段によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別手段と、
前記判別手段によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報であって、当該通知情報に対する返信を要する返信要情報を作成する作成手段と、
を備えることを特徴とする情報処理装置。 An acquisition means for acquiring reply status information for notification information previously distributed to a destination customer;
a determination means for determining whether a predetermined condition is satisfied based on the reply status information acquired by the acquisition means;
a creating means for creating notification information to be distributed this time , which is reply-required information requiring a reply to the notification information, with reminder information added thereto to prompt the destination customer to reply , when the determining means determines that the predetermined condition is met;
An information processing device comprising:
前記取得手段は、前記作成手段によって前記今回配信するための通知情報として前記返信要情報が作成される場合に、前記返信状況情報を取得する、
ことを特徴とする請求項1に記載の情報処理装置。 The notification information includes the reply required information and no-reply information that does not require a reply to the notification information,
the acquiring means acquires the reply status information when the creating means creates the reply-required information as the notification information to be distributed this time.
2. The information processing apparatus according to claim 1, wherein:
前記取得手段によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別手段と、
前記判別手段によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報であって、当該通知情報に対する返信を要する返信要情報を作成する作成手段と、
を備えることを特徴とする情報処理装置。 an acquisition means for acquiring reply status information , which is reply count information indicating the number of replies to notification information previously distributed to a destination customer, or reply rate information indicating the rate of replies to the notification information;
a determination means for determining whether a predetermined condition is satisfied based on the reply status information acquired by the acquisition means;
a creating means for creating notification information to be distributed this time, which is reply-required information requiring a reply to the notification information, with reminder information added thereto to prompt the destination customer to reply, when the determining means determines that the predetermined condition is met;
An information processing device comprising :
前記督促情報のそれぞれと、当該督促情報のそれぞれを前記通知情報に付加する前記返信状況情報に基づく付加条件と、が互いに対応付けられて記憶された督促情報ファイルが設けられており、
前記作成手段は、前記督促情報ファイルに基づいて、前記配信先顧客の前記返信状況情報が該当する前記督促情報を前記今回配信するための通知情報に付加する、
ことを特徴とする請求項1~5のいずれか一項に記載の情報処理装置。 The dunning information is made up of a plurality of pieces of dunning information each having a different degree of dunning,
a dunning information file is provided in which each piece of dunning information and an additional condition based on the reply status information for adding each piece of dunning information to the notification information are stored in association with each other;
the creation means adds the dunning information corresponding to the reply status information of the destination customer to the notification information to be distributed this time based on the dunning information file;
6. The information processing device according to claim 1, wherein:
過去に配信先顧客に対して配信した通知情報における返信状況情報を取得する取得工程と、
前記取得工程によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別工程と、
前記判別工程によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報であって、当該通知情報に対する返信を要する返信要情報を作成する作成工程と、
を含むことを特徴とする注意喚起方法。 1. A computer-implemented method for providing an alert, comprising:
an acquisition step of acquiring reply status information for notification information previously distributed to a destination customer;
a determination step of determining whether or not a predetermined condition is satisfied based on the reply status information acquired by the acquisition step;
a creating step of creating notification information to be distributed this time, which is reply-required information requiring a reply to the notification information, with reminder information added to prompt the distribution destination customer to reply, when it is determined in the determining step that the predetermined condition is satisfied ;
An attention-raising method comprising:
過去に配信先顧客に対して配信した通知情報における返信状況情報を取得する取得手段、
前記取得手段によって取得された前記返信状況情報に基づく所定の条件を満たしているか否か判別する判別手段、
前記判別手段によって前記所定の条件を満たしていると判別された場合に、前記配信先顧客に返信を促すための督促情報を付加した状態で、今回配信するための通知情報であって、当該通知情報に対する返信を要する返信要情報を作成する作成手段、
として機能させることを特徴とするプログラム。 The computer of the information processing device,
An acquisition means for acquiring reply status information for notification information previously distributed to destination customers;
a determination means for determining whether or not a predetermined condition is satisfied based on the reply status information acquired by the acquisition means;
a creating means for creating notification information to be distributed this time , in a state where the determining means determines that the predetermined condition is met, and in which reminder information for urging the destination customer to reply is added, the reminder information requiring a reply to the notification information ;
A program characterized by functioning as
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021121470A JP7765801B2 (en) | 2021-07-26 | 2021-07-26 | Information processing device, attention calling method and program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021121470A JP7765801B2 (en) | 2021-07-26 | 2021-07-26 | Information processing device, attention calling method and program |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| JP2023017302A JP2023017302A (en) | 2023-02-07 |
| JP2023017302A5 JP2023017302A5 (en) | 2024-07-25 |
| JP7765801B2 true JP7765801B2 (en) | 2025-11-07 |
Family
ID=85157884
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021121470A Active JP7765801B2 (en) | 2021-07-26 | 2021-07-26 | Information processing device, attention calling method and program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP7765801B2 (en) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040249890A1 (en) | 2003-06-05 | 2004-12-09 | International Business Machines Corporation | Method and system for notification of electronic message reply requirements |
| JP2013041474A (en) | 2011-08-17 | 2013-02-28 | Fujitsu Ltd | Mail urging program, mail device, and mail urging method |
| JP2017068546A (en) | 2015-09-30 | 2017-04-06 | 北川工業株式会社 | Message notification device, message notification method, and program |
| JP2021068158A (en) | 2019-10-23 | 2021-04-30 | トッパン・フォームズ株式会社 | Notification management device, notification management method, and program |
| JP2021071756A (en) | 2019-10-29 | 2021-05-06 | トッパン・フォームズ株式会社 | Notification management apparatus, notification management method, and program |
-
2021
- 2021-07-26 JP JP2021121470A patent/JP7765801B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040249890A1 (en) | 2003-06-05 | 2004-12-09 | International Business Machines Corporation | Method and system for notification of electronic message reply requirements |
| JP2013041474A (en) | 2011-08-17 | 2013-02-28 | Fujitsu Ltd | Mail urging program, mail device, and mail urging method |
| JP2017068546A (en) | 2015-09-30 | 2017-04-06 | 北川工業株式会社 | Message notification device, message notification method, and program |
| JP2021068158A (en) | 2019-10-23 | 2021-04-30 | トッパン・フォームズ株式会社 | Notification management device, notification management method, and program |
| JP2021071756A (en) | 2019-10-29 | 2021-05-06 | トッパン・フォームズ株式会社 | Notification management apparatus, notification management method, and program |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023017302A (en) | 2023-02-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7716593B2 (en) | Conversation grouping of electronic mail records | |
| US8015152B2 (en) | Web based client/server notification engine | |
| US9473442B2 (en) | On demand email response | |
| US7792907B2 (en) | E-mail system with user send authorization | |
| KR101344180B1 (en) | Providing schedulable calendars electronically | |
| US8577888B2 (en) | Tagging email and providing tag clouds field of the invention | |
| US9531656B2 (en) | System, method, and computer program product for determining whether an electronic mail message is compliant with an etiquette policy | |
| KR100974148B1 (en) | Method and system for providing self-update email message and computer readable storage media | |
| US7603420B2 (en) | Method and apparatus for automatic e-mail response interruption based on user activity | |
| US7472357B1 (en) | Method and apparatus for managing list items | |
| US20040061716A1 (en) | Centralized alert and notifications repository, manager, and viewer | |
| US20040003352A1 (en) | Notification of activity around documents | |
| CN112771485A (en) | Method and apparatus for displaying chat room related to instant messaging software application | |
| CN101990680A (en) | Caching and exposing pre-send data relating to the sender or recipient of an electronic mail message | |
| US20020194280A1 (en) | Electronic mail system for generating a mail message to multiple recipients with multiple attention levels | |
| US20120005282A1 (en) | Collaborative ranking and filtering of electronic mail messages | |
| US8930825B2 (en) | Graphically indicating relevancy of electronic messages | |
| US20080294734A1 (en) | System and Method for E-Mail Client with Proactive Indication Unit | |
| US20070124396A1 (en) | Electronic mailing method, system and computer program | |
| US20080270543A1 (en) | E-mail system that allows sender to attach recipient specific metadata | |
| US7743105B2 (en) | System, method and program for selecting recipients of an e-mail | |
| US20060041624A1 (en) | System and method for distributing an electronic message | |
| US10423441B2 (en) | Computer-implemented methods and systems of automatically generating and storing tasks for messaging applications | |
| JP7765801B2 (en) | Information processing device, attention calling method and program | |
| US20070136303A1 (en) | Monitoring a response time for a user request |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240701 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240701 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20250324 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250430 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250612 |
|
| A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A712 Effective date: 20250702 |
|
| 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: 20250924 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20251020 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7765801 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |