JP2020004423A - Server, information processing device, processing method and program - Google Patents

Server, information processing device, processing method and program Download PDF

Info

Publication number
JP2020004423A
JP2020004423A JP2019142256A JP2019142256A JP2020004423A JP 2020004423 A JP2020004423 A JP 2020004423A JP 2019142256 A JP2019142256 A JP 2019142256A JP 2019142256 A JP2019142256 A JP 2019142256A JP 2020004423 A JP2020004423 A JP 2020004423A
Authority
JP
Japan
Prior art keywords
data
update
registered
screen
updated
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.)
Granted
Application number
JP2019142256A
Other languages
Japanese (ja)
Other versions
JP6997387B2 (en
Inventor
中山 圭
Kei Nakayama
圭 中山
文洋 柴本
Fumihiro Shibamoto
文洋 柴本
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
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 Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Publication of JP2020004423A publication Critical patent/JP2020004423A/en
Priority to JP2021201591A priority Critical patent/JP7260813B2/en
Application granted granted Critical
Publication of JP6997387B2 publication Critical patent/JP6997387B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

To provide a mechanism for constructing an application for easily maintaining consistency between copy source data and copy destination data generated by using an application.SOLUTION: In an information processing system, a server for operating an application screen constructed by using a component arranged in a layout edition screen 700 generates screen information of the application screen including data selection component for selecting registered data registered in a database. The screen information is registered as new data in the database by using a value of the registered data selected by using the data selection component included in the screen information of the generated application screen. In the case that the registered data is determined to be updated and that it is managed so as to update the new data, the new data is updated, and on the other hand, in the case that the new data is managed so as not to update the new data, the new data is controlled so as not to be updated.SELECTED DRAWING: Figure 7

Description

本発明は、アプリケーションを構築するためのサーバ、情報処理装置、処理方法およびプログラムに関する。   The present invention relates to a server, an information processing apparatus, a processing method, and a program for constructing an application.

近年、情報処理装置において、画面に部品を配置し、アプリケーションを構築する仕組みがある。また、この仕組みを用いて、インターネット等のネットワーク上で、開発ユーザがアプリケーションを構築し、その構築したアプリケーションをエンドユーザに利用させるサービスの仕組みもある。   2. Description of the Related Art In recent years, an information processing apparatus has a mechanism for arranging components on a screen and constructing an application. In addition, there is a service mechanism in which a development user builds an application on a network such as the Internet using this mechanism, and allows the end user to use the built application.

特許文献1には、簡易な操作でGUIを含めたアプリケーションを構築するアプリケーション開発支援する装置が記載されている。また、特許文献1では、アプリケーション画面にコピーボタンを配置し、当該コピーボタンにより、ユーザが所望するデータをコピーすることで新たなデータを作成することができる。   Patent Literature 1 discloses a device that supports application development for constructing an application including a GUI with a simple operation. Further, in Patent Literature 1, new data can be created by arranging a copy button on an application screen and copying data desired by the user using the copy button.

特開2004−102886号公報JP 2004-102886 A

しかしながら、特許文献1のシステムでは、コピー元のデータが更新されたとしても、コピーして作成したコピー先データは更新されないという問題がある。例えば、コピー元がマスタデータ、コピー先がトランザクションデータである場合、マスタデータが更新されたとしても、トランザクションデータにコピーした部分は値が古いまま更新されることがないため、マスタデータと整合性が取れなくなってしまう。   However, the system of Patent Document 1 has a problem that even if the data of the copy source is updated, the copy destination data created by copying is not updated. For example, if the copy source is master data and the copy destination is transaction data, even if the master data is updated, the value copied to the transaction data will not be updated with the old value, so the consistency with the master data Can not be removed.

そこで、本発明は、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することを目的とする。   Therefore, an object of the present invention is to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.

レイアウト編集画面に配置された部品を用いて構築されたアプリケーション画面を動作させるサーバであって、データベースに登録されている登録済データを選択するためのデータ選択部品を含む、前記アプリケーション画面の画面情報を生成するアプリケーション画面情報生成手段と、前記アプリケーション画面情報生成手段により生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとして前記データベースに登録するデータ登録手段と、前記登録済データが更新されたか否かを判定する判定手段と、前記判定手段により登録済データが更新されたと判定された場合に、前記データ登録手段により登録された新たなデータを更新するか否かの設定を管理する更新設定管理手段と、前記判定手段により登録済データが更新されたと判定された場合であって、前記更新設定管理手段により前記新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、前記更新設定管理手段により前記新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する制御手段とを備えることを特徴とするサーバ。   A screen server for operating an application screen constructed using parts arranged on a layout editing screen, the screen information of the application screen including a data selection part for selecting registered data registered in a database Using the value of the registered data selected using the data selection component included in the screen information of the application screen generated by the application screen information generating unit that generates the application screen information, as new data. Data registering means for registering in the database; determining means for determining whether the registered data has been updated; and registering by the data registering means when the determining means determines that the registered data has been updated. Manages whether to update new data New setting management means, and when the determined data is determined to be updated by the determination means, and when the updated data is managed by the update setting management means to be updated, the new data is A server for updating, and when the update setting management unit manages the new data so as not to be updated, the control unit controls not to update the new data.

本発明によれば、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。   According to the present invention, it is possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.

本実施形態の情報処理システム100の構成の一例を示す図FIG. 1 is a diagram illustrating an example of a configuration of an information processing system 100 according to an embodiment. 本実施形態の情報処理装置101およびサーバ102のハードウエア構成の一例を示す図FIG. 2 is a diagram illustrating an example of a hardware configuration of an information processing apparatus 101 and a server 102 according to the embodiment. 本実施形態の情報処理装置101およびサーバ102の機能構成の一例を示すブロック図FIG. 2 is a block diagram illustrating an example of a functional configuration of the information processing apparatus 101 and the server 102 according to the embodiment. 本実施形態のサーバ102にて管理するテーブルの一例を示す図FIG. 4 is a diagram illustrating an example of a table managed by the server 102 according to the embodiment. 第1の実施形態の画面作成処理の一例を示すフローチャート5 is a flowchart illustrating an example of a screen creation process according to the first embodiment. 第1の実施形態の画面利用処理の一例を示すフローチャート5 is a flowchart illustrating an example of a screen use process according to the first embodiment. 第1の実施形態の情報処理装置101が表示する、画面を作成する画面の一例を示す図FIG. 4 is a diagram illustrating an example of a screen for creating a screen, which is displayed by the information processing apparatus 101 according to the first embodiment. 第1の実施形態の情報処理装置101が表示する、画面の部品属性を設定する画面の一例を示す図FIG. 4 is a diagram illustrating an example of a screen displayed by the information processing apparatus 101 according to the first embodiment for setting component attributes of the screen. 第1の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを登録する画面の一例を示す図FIG. 3 is a diagram illustrating an example of a screen for registering master data using a created screen in the information processing apparatus 101 according to the first embodiment. 第1の実施形態の情報処理装置101において、作成した画面を利用しトランザクションデータを登録する画面の一例を示す図FIG. 3 is a diagram illustrating an example of a screen for registering transaction data using a created screen in the information processing apparatus 101 according to the first embodiment. 第1の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを編集する画面の一例を示す図FIG. 2 is a diagram illustrating an example of a screen for editing master data using a created screen in the information processing apparatus 101 according to the first embodiment. 第1の実施形態の情報処理装置101において、作成した画面を利用しトランザクションデータを表示する画面の一例を示す図FIG. 3 is a diagram illustrating an example of a screen that displays transaction data using the created screen in the information processing apparatus 101 according to the first embodiment. 第1の実施形態のサーバ102にて作成される反映トリガーの一例を示す図FIG. 5 is a diagram illustrating an example of a reflection trigger created by the server 102 according to the first embodiment. 第2の実施形態の画面作成処理の一例を示すフローチャート9 is a flowchart illustrating an example of a screen creation process according to the second embodiment. 第2の実施形態の情報処理装置101が表示する、画面の部品属性を設定する画面の一例を示す図FIG. 9 is a diagram illustrating an example of a screen displayed by the information processing apparatus 101 according to the second embodiment for setting component attributes of the screen. 第1の実施形態のサーバ102にて作成される反映トリガーの一例を示す図FIG. 5 is a diagram illustrating an example of a reflection trigger created by the server 102 according to the first embodiment. 第2の実施形態の画面利用処理の一例を示すフローチャート9 is a flowchart illustrating an example of a screen use process according to the second embodiment. 第2の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを表示する画面の一例を示す図FIG. 11 is a diagram illustrating an example of a screen displaying master data using a created screen in the information processing apparatus 101 according to the second embodiment. 第2の実施形態の情報処理装置101において、データ反映の関連を表示する画面の一例を示す図FIG. 9 is a diagram illustrating an example of a screen displaying a relation of data reflection in the information processing apparatus 101 according to the second embodiment.

〔第1の実施形態〕
以下、図面を参照して本発明の実施形態を詳細に説明する。
図1は、本実施形態の情報処理システム100の構成の一例を示す図である。
[First Embodiment]
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a diagram illustrating an example of a configuration of an information processing system 100 according to the present embodiment.

図1に示すように、情報処理システム100は、情報処理装置101およびサーバ102が、ネットワーク103により通信可能に接続された構成をとる。情報処理装置101は、デスクトップPC、携帯電話、スマートフォン、タブレット端末、ノートPC、およびPDA端末などの端末であって、ネットワーク103を介してサーバ102の記憶装置に記憶されている情報を取得し、インストールされているブラウザなどのアプリケーションを用いてディスプレイ装置210に表示する。   As shown in FIG. 1, the information processing system 100 has a configuration in which an information processing apparatus 101 and a server 102 are communicably connected by a network 103. The information processing apparatus 101 is a terminal such as a desktop PC, a mobile phone, a smartphone, a tablet terminal, a notebook PC, and a PDA terminal, and acquires information stored in a storage device of the server 102 via the network 103. The image is displayed on the display device 210 using an installed application such as a browser.

サーバ102は、情報処理装置101からの要求に応じて、情報の検索を行い、検索結果を返信する。情報処理装置101とサーバ102間の通信は、HTTPのリクエスト・レスポンスでもよいし、SOAPなどを利用したウェブサービスに用いられるリクエスト・レスポンスなどであってもよい。   The server 102 searches for information in response to a request from the information processing device 101, and returns a search result. Communication between the information processing apparatus 101 and the server 102 may be an HTTP request / response or a request / response used for a web service using SOAP or the like.

なお、本実施形態においては、情報処理装置101のブラウザを利用するWebアプリケーションとしたが、Webアプリケーションに限定するものではなく、Web以外の技術を用いたアプリケーションであってもよい。   In the present embodiment, the Web application uses the browser of the information processing apparatus 101. However, the present invention is not limited to the Web application, and may be an application using a technology other than the Web.

また、本実施形態においては、情報処理システム100は、情報処理装置101がサーバ102の記憶装置に記憶されているテーブルのデータを検索するシステムとしたが、これに限定するものではなく、情報処理装置101が記憶装置に記憶されている情報の検索結果を表示する仕組みであればよい。
In the present embodiment, the information processing system 100 is a system in which the information processing apparatus 101 searches for data in a table stored in the storage device of the server 102. However, the present invention is not limited to this. Any structure may be used as long as the device 101 displays a search result of information stored in the storage device.

以下、図2を用いて、図1に示した情報処理装置101およびサーバ102に適用可能なハードウエア構成の一例について説明する。
図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM203あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な各種プログラム等が記憶されている。
Hereinafter, an example of a hardware configuration applicable to the information processing apparatus 101 and the server 102 illustrated in FIG. 1 will be described with reference to FIG.
In FIG. 2, reference numeral 201 denotes a CPU, which comprehensively controls each device and controller connected to the system bus 204. Also, the ROM 203 or the external memory 211 is required to realize a function to be executed by each server or each PC, such as a basic input / output system (BIOS) or an operating system program (hereinafter, OS), which is a control program of the CPU 201. Various programs and the like are stored.

202はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM203あるいは外部メモリ211からRAM202にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。   Reference numeral 202 denotes a RAM, which functions as a main memory, a work area, and the like of the CPU 201. The CPU 201 loads various programs and the like necessary for executing processing from the ROM 203 or the external memory 211 into the RAM 202, and realizes various operations by executing the loaded programs.

また、205は入力コントローラで、入力装置209等からの入力を制御する。206はビデオコントローラで、液晶ディスプレイ等のディスプレイ装置210への表示を制御する。なお、ディスプレイ装置は、液晶ディスプレイに限られず、CRTディスプレイなどであっても良い。これらは必要に応じてクライアントが使用するものである。   An input controller 205 controls an input from the input device 209 or the like. A video controller 206 controls display on a display device 210 such as a liquid crystal display. The display device is not limited to a liquid crystal display, but may be a CRT display or the like. These are used by the client as needed.

207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶するハードディスク(HD)や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。   A memory controller 207 is connected to a hard disk (HD) storing a boot program, various applications, font data, user files, edit files, various data, and the like, a flexible disk (FD), or a PCMCIA card slot via an adapter. Access to an external memory 211 such as a compact flash (registered trademark) memory.

208は通信I/Fコントローラで、ネットワーク103を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。   A communication I / F controller 208 connects and communicates with an external device via the network 103, and executes communication control processing on the network. For example, communication using TCP / IP is possible.

なお、CPU201は、例えばRAM202内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ装置210上での表示を可能としている。また、CPU201は、ディスプレイ装置210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   Note that the CPU 201 enables the display on the display device 210 by executing, for example, an outline font development (rasterization) process on a display information area in the RAM 202. Further, the CPU 201 enables a user instruction with a mouse cursor or the like (not shown) on the display device 210.

ハードウエア上で動作する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。
なお、全ての装置がこれらの構成を備えているわけではなく、必要なものを夫々備えていればよい。
Various programs operating on the hardware are recorded in the external memory 211 and are executed by the CPU 201 by being loaded into the RAM 202 as needed.
Note that not all devices have these components, and it is sufficient that each device has the necessary components.

図3は、情報処理装置101およびサーバ102の機能構成の一例を示すブロック図である。
アプリケーション画面情報生成部301は、データベースに登録されている登録済データを選択するためのデータ選択部品を含む、アプリケーション画面の画面情報を生成する機能部である。
FIG. 3 is a block diagram illustrating an example of a functional configuration of the information processing apparatus 101 and the server 102.
The application screen information generation unit 301 is a functional unit that generates screen information of an application screen including a data selection component for selecting registered data registered in the database.

データ登録部302は、アプリケーション画面情報生成部301により生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する機能部である。
判定部303は、登録済データが更新されたか否かを判定する機能部である。
The data registration unit 302 registers new data in the database using the value of the registered data selected using the data selection component included in the screen information of the application screen generated by the application screen information generation unit 301. It is a functional unit.
The determination unit 303 is a functional unit that determines whether registered data has been updated.

更新設定管理部304は、判定部303により登録済データが更新されたと判定された場合に、データ登録部302により登録された新たなデータを更新するか否かの設定を管理する機能部である。   The update setting management unit 304 is a functional unit that manages setting of whether to update new data registered by the data registration unit 302 when the determination unit 303 determines that registered data has been updated. .

制御部305は、判定部303により登録済データが更新されたと判定された場合であって、更新設定管理部304により新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、更新設定管理部304により新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する機能部である。   The control unit 305 updates the new data when the determination unit 303 determines that the registered data has been updated, and when the update setting management unit 304 manages the updated new data. On the other hand, when the update setting management unit 304 manages new data not to be updated, the function unit controls not to update the new data.

更新設定管理部304は、判定部303により登録済データが更新されたと判定された場合に、データ登録部302により登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理する機能部である。
制御部305は、判定部303により登録済データが更新されたと判定された場合であって、更新設定管理部304により新たなデータのうち、更新するとして管理されている項目については当該項目の値を更新し、一方、更新設定管理部304により新たなデータのうち、更新しないとして管理されている項目については当該項目の値を更新しないよう制御する機能部である。
When the determination unit 303 determines that the registered data has been updated, the update setting management unit 304 updates each item included in the new data among the new data registered by the data registration unit 302. This is a function unit for managing the setting of whether or not to perform.
The control unit 305 determines whether the registered data has been updated by the determination unit 303, and, for the items managed as updated among the new data by the update setting management unit 304, And on the other hand, among the new data managed by the update setting management unit 304, for an item managed as not to be updated, the function unit controls not to update the value of the item.

以下は、レイアウト編集画面を用いて部品を配置することによって構築されたアプリケーションを利用する情報処理装置の機能構成の一例である。
データ選択部品配置部311は、レイアウト編集画面に、データベースに登録されている登録済データを選択するデータ選択部品を配置する機能部である。
The following is an example of a functional configuration of an information processing apparatus that uses an application constructed by arranging components using a layout editing screen.
The data selection component arranging unit 311 is a functional unit that arranges a data selection component for selecting registered data registered in the database on the layout editing screen.

選択部312は、構築されたアプリケーション画面に表示された、データ選択部品配置部311により配置されたデータ選択部品を用いて、登録済データからデータを選択する機能部である。
データ登録要求部313は、選択部312により選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する機能部である。
判定部314は、選択部312により選択された登録済データが更新されたか否かを判定する機能部である。
The selection unit 312 is a functional unit that selects data from registered data using the data selection component arranged by the data selection component arrangement unit 311 and displayed on the constructed application screen.
The data registration request unit 313 is a functional unit that requests registration to the database as new data using the value of the registered data selected by the selection unit 312.
The determination unit 314 is a functional unit that determines whether the registered data selected by the selection unit 312 has been updated.

更新設定受付部315は、判定部314により登録済データが更新されたと判定された場合に、データ登録要求部313に従って登録された新たなデータを更新するか否かの設定を受け付ける機能部である。   The update setting receiving unit 315 is a functional unit that receives a setting as to whether or not to update new data registered in accordance with the data registration requesting unit 313 when the determining unit 314 determines that the registered data has been updated. .

制御部316は、判定部314により登録済データが更新されたと判定された場合であって、更新設定受付部315により新たなデータを更新する設定を受け付けた場合は当該新たなデータの更新を要求し、一方、更新設定受付部315により新たなデータを更新しない設定を受け付けた場合は当該新たなデータの更新を要求しないよう制御する機能部である。   The control unit 316 requests the update of the new data when the determination unit 314 determines that the registered data has been updated, and when the update setting reception unit 315 receives the setting for updating the new data. On the other hand, when the update setting receiving unit 315 receives a setting for not updating new data, the function unit controls to not request update of the new data.

更新設定受付部315は、判定部314により登録済データが更新されたと判定された場合に、データ登録要求部313に従って登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を受け付け、   When the determination unit 314 determines that the registered data has been updated, the update setting reception unit 315 determines whether to update each item included in the data among the new data registered according to the data registration request unit 313. Accept the settings

制御部316は、判定部314により登録済データが更新されたと判定された場合であって、更新設定受付部315により新たなデータのうち、更新する設定を受け付けた項目については当該項目の値を更新し、一方、更新設定受付部315により新たなデータのうち、更新しない設定を受け付けた項目については当該項目の値を更新しないよう制御する機能部である。   The control unit 316 determines the value of the item for which the update setting receiving unit 315 has received the setting to be updated among the new data when the determination unit 314 determines that the registered data has been updated. It is a functional unit that controls updating and, on the other hand, of an item for which a setting not to be updated among new data is received by the update setting receiving unit 315, does not update the value of the item.

アプリケーション画面表示部321は、レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示する機能部である。   The application screen display unit 321 is a functional unit that displays a screen of an application including a data selection component for selecting registered data registered in the database, which is constructed using the layout editing screen.

データ選択部322は、アプリケーション画面表示部321により表示されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する機能部である。   The data selection unit 322 is a functional unit that selects data from registered data using a data selection component displayed on the application screen displayed by the application screen display unit 321.

データ登録要求部323は、データ選択部322により選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する機能部である。
第1のデータ更新要求部324は、データ選択部322により選択された登録済データの値の更新を要求する機能部である。
The data registration request unit 323 is a functional unit that requests registration to the database as new data using the value of the registered data selected by the data selection unit 322.
The first data update request unit 324 is a functional unit that requests an update of the value of the registered data selected by the data selection unit 322.

第2のデータ更新要求部325は、第1のデータ更新要求部324により登録済データの値の更新を要求された場合、データ登録要求部323により登録を要求された新たなデータの値の更新を要求する機能部である。   When the first data update request unit 324 requests the update of the value of the registered data, the second data update request unit 325 updates the value of the new data requested to be registered by the data registration request unit 323. Is a functional unit that requests

第2のデータ更新要求部325は、第1のデータ更新要求部324により登録済データの値の更新を要求された場合に、データ登録要求部323により登録を要求された新たなデータのうち、当該新たなデータに含まれる項目毎に定義された更新するか否かの設定に従って、当該新たなデータに含まれる項目の値の更新を要求すること
When the first data update requesting unit 324 requests an update of the value of the registered data, the second data update requesting unit 325 includes, among the new data requested to be registered by the data registration requesting unit 323, Requesting an update of the value of the item included in the new data according to the setting of whether to update defined for each item included in the new data

図4は、本実施形態のサーバ102にて管理するテーブルの一例である。
画面テーブル410は、画面を管理するテーブルであり、「画面ID(主キー)」「画面名」のカラムを持つ。アプリケーションの画面レイアウトを作成するレイアウト作成画面700(図7)にて画面が作成されると、画面テーブル410にレコードが登録される。
FIG. 4 is an example of a table managed by the server 102 of the present embodiment.
The screen table 410 is a table for managing screens, and has columns of “screen ID (primary key)” and “screen name”. When a screen is created on the layout creation screen 700 (FIG. 7) for creating a screen layout of an application, a record is registered in the screen table 410.

画面部品テーブル420は、画面に配置した部品を管理するテーブルであり、「画面ID」「部品ID」「x座標」「y座標」「部品種別」「部品名」「文字数」「必須」「部品属性1」「部品属性2」…のカラムを持つ。アプリケーションの画面レイアウトを作成するレイアウト作成画面700にて画面部品を配置し、保存ボタン719の押下を受け付けると、画面部品テーブル420にレコードが登録される。   The screen part table 420 is a table for managing the parts arranged on the screen, and includes “screen ID” “part ID” “x coordinate” “y coordinate” “part type” “part name” “number of characters” “required” “part” It has columns of “Attribute 1”, “Parts attribute 2”... When a screen component is arranged on the layout creation screen 700 for creating a screen layout of the application, and a press of the save button 719 is received, a record is registered in the screen component table 420.

なお、「x座標」「y座標」には、部品の配置された位置を記憶し、「部品種別」には、テキストボックス・ラジオボタン・セレクトボックスなどの部品の種別を記憶する。また、「部品属性1」「部品属性2」…には、「部品種別」毎に異なる属性の値を持つことができる。なお、後述する、コピー元画面823の部品825〜828の部品ID、およびコピー先画面821の部品829〜832の部品ID、反映チェックボックス833〜836の値についても、この「部品属性n」に記憶する。   In the “x coordinate” and the “y coordinate”, the position where the component is arranged is stored, and in the “component type”, the type of the component such as a text box, a radio button, and a select box is stored. Further, “part attribute 1”, “part attribute 2”... Can have different attribute values for each “part type”. Note that the component IDs of the components 825 to 828 of the copy source screen 823, the component IDs of the components 829 to 832 of the copy destination screen 821, and the values of the reflection check boxes 833 to 836, which will be described later, are also included in the “component attribute n”. Remember.

顧客マスタテーブル430、商品マスタテーブル440、売上トランザクションテーブル450の各テーブルは、作成した画面(顧客マスタ登録画面720、商品マスタ登録画面730、売上トランザクション登録画面1010)にて登録されたレコードが記憶されるテーブルである。
顧客マスタテーブル430は、顧客情報を管理するマスタテーブルであり、「顧客ID(主キー)」「顧客名」「住所」「電話」「メール」のカラムを持つ。
商品マスタテーブル440は、商品情報を管理するマスタテーブルであり、「商品ID(主キー)」「商品名」「単価」のカラムを持つ。
Each table of the customer master table 430, the product master table 440, and the sales transaction table 450 stores records registered on the created screens (the customer master registration screen 720, the product master registration screen 730, and the sales transaction registration screen 1010). Table.
The customer master table 430 is a master table for managing customer information, and has columns of “customer ID (primary key)”, “customer name”, “address”, “telephone”, and “mail”.
The product master table 440 is a master table for managing product information, and has columns of “product ID (primary key)”, “product name”, and “unit price”.

売上トランザクションテーブル450は、売上明細を管理するトランザクションテーブルであり、「売上NO(主キー)」「売上日」「商品ID」「商品名」「数量」「単価」「小計」「顧客ID」「顧客名」「住所」「電話」「メール」のカラムを持つ。   The sales transaction table 450 is a transaction table for managing sales details, and includes “sales NO (primary key)”, “sales date”, “product ID”, “product name”, “quantity”, “unit price”, “subtotal”, “customer ID”, and “customer ID”. It has columns for customer name, address, telephone, and mail.

なお、通常のデータベースであれば、売上トランザクションテーブル450は、「商品ID」「顧客ID」を外部キーとして顧客マスタテーブル430と商品マスタテーブル440に従属させることでデータの正規化を行う。しかし、本実施形態のように、マスタデータをコピーすることによりトランザクションデータを作成する仕組みの場合、データの正規化を行わず、顧客マスタテーブル430および商品マスタテーブル440と重複して、売上トランザクションテーブル450にも「商品名」「数量」「単価」「小計」「顧客名」「住所」「電話」「メール」のカラムを持つ。このように、データを重複してデータベースに持つのは、データを正規化して持つことよりも、画面レイアウトとデータの対応づけを重視するためである。
In the case of a normal database, the sales transaction table 450 normalizes data by subordinated to the customer master table 430 and the product master table 440 using “product ID” and “customer ID” as external keys. However, in the case of a mechanism in which transaction data is created by copying master data as in the present embodiment, the data is not normalized, and the sales transaction table is duplicated with the customer master table 430 and the product master table 440. 450 also has columns for "product name", "quantity", "unit price", "subtotal", "customer name", "address", "telephone", and "mail". The reason why the data is redundantly stored in the database is to attach importance to the association between the screen layout and the data, rather than to have the data normalized.

図7は、第1の実施形態の情報処理装置101が表示する、画面を作成する画面の一例を示す図である。レイアウト作成画面700は、画面部品部701と部品配置部702から成る。   FIG. 7 is a diagram illustrating an example of a screen for creating a screen, which is displayed by the information processing apparatus 101 according to the first embodiment. The layout creation screen 700 includes a screen component unit 701 and a component placement unit 702.

画面部品部701には、画面に配置する画面部品のアイコン(ボタン)が表示されており、これらのアイコンをドラッグし、部品配置部702にドロップすることで、画面部品を画面に配置することができる。画面部品には、文字を表示するテキスト711(ラベル等と呼ばれる)、テキストボックス712、テキストエリア713、ラジオボタン714、チェックボックス715、セレクトボックス716、他画面のデータの値を参照する他画面データコピー717(ルックアップ等と呼ばれる)、ボタン718などの種類がある。   The screen component unit 701 displays icons (buttons) of the screen components to be arranged on the screen. By dragging these icons and dropping them on the component arrangement unit 702, the screen components can be arranged on the screen. it can. The screen parts include a text 711 (referred to as a label or the like) for displaying characters, a text box 712, a text area 713, a radio button 714, a check box 715, a select box 716, and other screen data copying which refers to data values of other screens. 717 (called a lookup or the like), buttons 718, and the like.

部品配置部702に画面部品を配置し、保存ボタン719を押下することにより、配置した画面部品の情報がサーバ102に送信され、画面部品テーブル420に記憶される。
By arranging the screen components in the component arrangement unit 702 and pressing the save button 719, information on the arranged screen components is transmitted to the server 102 and stored in the screen component table 420.

図5は、第1の実施形態の画面作成処理の一例を示すフローチャートである。図5を用いて、画面を作成する処理について、説明する。
ステップS501において、情報処理装置101のCPU201は、画面を作成するユーザのログインを受け付ける。
ステップS502において、情報処理装置101のCPU201は、画面を作成する操作を受け付ける。具体的には、表示されたメニュー(不図示)から、画面作成ボタンの押下を受け付ける。
ステップS503において、情報処理装置101のCPU201は、画面作成の要求をサーバ102に送信する。
ステップS504において、サーバ102のCPU201は、画面作成の要求を受信する。
ステップS505において、サーバ102のCPU201は、画面作成の画面情報を生成する。
ステップS506において、サーバ102のCPU201は、生成した画面情報を情報処理装置101に送信する。
ステップS507において、情報処理装置101のCPU201は、画面作成の画面情報を受信する。
ステップS508において、情報処理装置101のCPU201は、受信した画面情報を用いて、レイアウト作成画面700(図7)を表示する。
FIG. 5 is a flowchart illustrating an example of a screen creation process according to the first embodiment. The process of creating a screen will be described with reference to FIG.
In step S501, the CPU 201 of the information processing apparatus 101 receives a login of a user who creates a screen.
In step S502, the CPU 201 of the information processing apparatus 101 receives an operation for creating a screen. Specifically, a press of a screen creation button is received from a displayed menu (not shown).
In step S503, the CPU 201 of the information processing apparatus 101 transmits a screen creation request to the server 102.
In step S504, the CPU 201 of the server 102 receives a screen creation request.
In step S505, the CPU 201 of the server 102 generates screen information for screen creation.
In step S506, the CPU 201 of the server 102 transmits the generated screen information to the information processing device 101.
In step S507, the CPU 201 of the information processing apparatus 101 receives screen information for screen creation.
In step S508, the CPU 201 of the information processing apparatus 101 displays the layout creation screen 700 (FIG. 7) using the received screen information.

ステップS509において、情報処理装置101のCPU201は、画面作成操作を受け付け、判定する。部品が配置された場合はステップS510に進み、設定ボタンが押下された場合はステップS511に進み、保存ボタンが押下された場合はステップS518に進む。   In step S509, the CPU 201 of the information processing apparatus 101 receives and determines a screen creation operation. When the component is arranged, the process proceeds to step S510, when the setting button is pressed, the process proceeds to step S511, and when the save button is pressed, the process proceeds to step S518.

ステップS510において、情報処理装置101のCPU201は、画面部品部701からドラッグされた画面部品を、部品配置部702のドロップされた位置に表示する。ここでは、顧客マスタ登録画面のレイアウトとして図7の720のように画面部品(721〜728)が配置されたとする。同様に、売上トランザクション登録画面のレイアウトとして図7の730のように画面部品(731〜737)が配置されたとする。   In step S510, the CPU 201 of the information processing apparatus 101 displays the screen component dragged from the screen component unit 701 at the position where the component placement unit 702 is dropped. Here, it is assumed that screen components (721 to 728) are arranged as the layout of the customer master registration screen as indicated by 720 in FIG. Similarly, it is assumed that screen components (731 to 737) are arranged as a layout of the sales transaction registration screen as shown at 730 in FIG.

なお、図7の商品ID731および顧客ID734の画面部品は、他画面データコピー717である。他画面データコピー717は、画面実行時に選択ボタンを押下することで他画面のデータを参照してコピーすることができる。選択ボタン732は画面実行時に押下することで商品マスタテーブル440のデータを、選択ボタン735は画面実行時に押下することで顧客マスタテーブル430のデータを、それぞれ参照してコピーすることができる。すなわち、ステップS510は、レイアウト編集画面に、データベースに登録されている登録済データを選択するデータ選択部品を配置する処理の一例を示すステップである。   The screen parts of the product ID 731 and the customer ID 734 in FIG. 7 are other screen data copy 717. The other screen data copy 717 can copy the data of another screen by referring to the data of the other screen by pressing a selection button when executing the screen. When the select button 732 is pressed when the screen is executed, the data of the product master table 440 can be referred to, and when the select button 735 is pressed when the screen is executed, the data of the customer master table 430 can be referenced and copied. That is, step S510 is a step showing an example of a process of arranging a data selection component for selecting registered data registered in the database on the layout editing screen.

ステップS511において、情報処理装置101のCPU201は、配置された画面部品の属性設定画面(図8の810、820)を表示する。例えば、図7の設定ボタン723の押下を受け付けた場合は属性設定画面810を表示し、図7の設定ボタン736の押下を受け付けた場合は属性設定画面820を表示する。   In step S511, the CPU 201 of the information processing apparatus 101 displays an attribute setting screen (810, 820 in FIG. 8) of the arranged screen component. For example, when the press of the setting button 723 of FIG. 7 is received, the attribute setting screen 810 is displayed, and when the press of the setting button 736 of FIG. 7 is received, the attribute setting screen 820 is displayed.

ステップS512において、情報処理装置101のCPU201は、部品の属性設定の入力を受け付ける。すなわち、ステップS512は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を受け付ける処理の一例を示すステップである。具体的には、属性設定画面810では部品名812、文字数813、必須チェックボックス814の入力、および完了ボタン815の押下を受け付ける。また、属性設定画面820では部品名822の入力を受け付ける。   In step S512, the CPU 201 of the information processing apparatus 101 receives an input of component attribute setting. That is, step S512 is a step illustrating an example of a process of receiving, when it is determined that registered data has been updated, a setting of whether or not to update for each item included in the data among the registered new data. It is. Specifically, on the attribute setting screen 810, input of the component name 812, the number of characters 813, the required check box 814, and the press of the completion button 815 are accepted. In the attribute setting screen 820, an input of the component name 822 is received.

ステップS513において、情報処理装置101のCPU201は、他画面データコピー部品か否かを判定する。他画面データコピー部品の属性設定画面の場合はステップS514に進み、他画面データコピー部品以外の属性設定画面の場合はステップS517に進む。   In step S513, the CPU 201 of the information processing apparatus 101 determines whether or not it is another screen data copy component. In the case of the attribute setting screen of the other screen data copy component, the process proceeds to step S514, and in the case of the attribute setting screen other than the other screen data copy component, the process proceeds to step S517.

ステップS514において、情報処理装置101のCPU201は、コピー元となる他画面の画面名823および部品名824の選択を受け付ける。図8の823および824の設定により、売上トランザクション登録画面1010の実行時に、顧客マスタ登録画面にて登録したデータ(つまり、顧客マスタテーブル430)の顧客IDを選択することで、顧客ID1027にコピーすることができるようになる。   In step S514, the CPU 201 of the information processing apparatus 101 receives selection of a screen name 823 and a component name 824 of another screen to be a copy source. According to the settings of 823 and 824 in FIG. 8, when the sales transaction registration screen 1010 is executed, the customer ID of the data registered on the customer master registration screen (that is, the customer master table 430) is selected and copied to the customer ID 1027. Will be able to do it.

具体的には、売上トランザクション登録画面1010の実行時に、選択ボタン1028の押下を受け付けると、顧客マスタ検索画面1050を表示し、表示された顧客マスタテーブル430のデータから選択ボタン1055の押下を受け付けると、顧客マスタ検索画面1050を閉じ、選択されたデータの「顧客ID」の値を取得し、「顧客ID1027」のテキストボックスに表示する。   More specifically, when the press of the select button 1028 is received during execution of the sales transaction registration screen 1010, the customer master search screen 1050 is displayed, and when the press of the select button 1055 is received from the data of the displayed customer master table 430. Then, the customer master search screen 1050 is closed, the value of “customer ID” of the selected data is acquired, and displayed in the text box of “customer ID 1027”.

同様に、売上トランザクション登録画面1010の実行時に、選択ボタン1022の押下を受け付けると、商品マスタ検索画面1040を表示し、表示された商品マスタテーブル440のデータから選択ボタン1045の押下を受け付けると、商品マスタ検索画面1040を閉じ、選択されたデータの「商品ID」の値を取得し、「商品ID1021」のテキストボックスに表示する。   Similarly, when the press of the select button 1022 is received during execution of the sales transaction registration screen 1010, a product master search screen 1040 is displayed, and when the press of the select button 1045 is received from the data of the displayed product master table 440, the product The master search screen 1040 is closed, the value of “product ID” of the selected data is obtained, and displayed in the text box of “product ID 1021”.

ステップS515において、情報処理装置101のCPU201は、コピー先の他部品へのコピーについて選択を受け付ける。具体的には、コピー元画面823の部品825〜828、コピー先画面821の部品829〜832の選択を受け付ける。図8の825〜832の設定により、売上トランザクション登録画面1010の実行時に、顧客マスタ登録画面にて登録したデータ(つまり、顧客マスタテーブル430)の顧客IDを選択することで、選択したレコードの他カラム(825〜828)の値をコピー先画面の部品829〜832にコピーすることができるようになる。   In step S515, the CPU 201 of the information processing apparatus 101 receives a selection for copying to another component at the copy destination. Specifically, selection of components 825 to 828 of copy source screen 823 and components 829 to 832 of copy destination screen 821 is received. According to the settings of 825 to 832 in FIG. 8, when the sales transaction registration screen 1010 is executed, by selecting the customer ID of the data registered on the customer master registration screen (that is, the customer master table 430), other than the selected record, The values of the columns (825 to 828) can be copied to the components 829 to 832 on the copy destination screen.

具体的には、売上トランザクション登録画面1010の実行時に、選択ボタン1028の押下を受け付けると、顧客マスタ検索画面1050を表示し、表示された顧客マスタテーブル430のデータから選択ボタン1055の押下を受け付けると、顧客マスタ検索画面1050を閉じ、選択されたデータの「顧客名」「住所」「電話番号」「メール」の値を取得し、「顧客名1029」「住所1030」「電話番号1031」「メール1032」のテキストボックスにそれぞれ表示する。   More specifically, when the press of the select button 1028 is received during execution of the sales transaction registration screen 1010, the customer master search screen 1050 is displayed, and when the press of the select button 1055 is received from the data of the displayed customer master table 430. Then, the customer master search screen 1050 is closed and the values of “customer name”, “address”, “telephone number” and “mail” of the selected data are acquired, and “customer name 1029”, “address 1030”, “telephone number 1031” and “mail” are obtained. 1032 "in the text box.

同様に、売上トランザクション登録画面1010の実行時に、選択ボタン1022の押下を受け付けると、商品マスタ検索画面1040を表示し、表示された商品マスタテーブル440のデータから選択ボタン1045の押下を受け付けると、商品マスタ検索画面1040を閉じ、選択されたデータの「商品名」「単価」の値を取得し、「商品名1023」「単価1025」のテキストボックスにそれぞれ表示する。   Similarly, when the press of the select button 1022 is received during execution of the sales transaction registration screen 1010, a product master search screen 1040 is displayed, and when the press of the select button 1045 is received from the data of the displayed product master table 440, the product The master search screen 1040 is closed, and the values of “product name” and “unit price” of the selected data are acquired and displayed in the text boxes of “product name 1023” and “unit price 1025”, respectively.

ステップS516において、情報処理装置101のCPU201は、コピー元の値更新をコピー先の他部品へ反映するか否かの選択を受け付ける。すなわち、ステップS516は、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を受け付ける処理の一例を示すステップである。   In step S516, the CPU 201 of the information processing apparatus 101 receives a selection as to whether or not to reflect the update of the value of the copy source to another component of the copy destination. That is, step S516 is an example of a process of receiving a setting as to whether to update new registered data when it is determined that the registered data has been updated.

具体的には、反映チェックボックス833〜836の選択を受け付ける。図8の833〜836の設定により、コピー元画面823において部品名824の値が更新された場合、コピー元画面823の部品825〜828の値を、コピー先画面821の部品829〜832にコピーするか否かを決定することができる。つまり、反映チェックボックス833〜836のうち、チェックされている部品についてはコピー元の値をコピー先の部品に反映し、チェックされていない部品についてはコピー元の値をコピー先の部品に反映しないと設定することができる。   Specifically, selection of reflection check boxes 833 to 836 is accepted. When the values of the component names 824 on the copy source screen 823 are updated by the settings of 833 to 836 in FIG. 8, the values of the components 825 to 828 of the copy source screen 823 are copied to the components 829 to 832 of the copy destination screen 821. Can be determined. That is, of the reflection check boxes 833 to 836, the copy source value is reflected on the copy destination component for the checked component, and the copy source value is not reflected on the copy destination component for the unchecked component. Can be set.

これにより、コピー元の値が更新された場合、コピー先に反映する/しないを部品ごとに設定することができる。例えば、「電話」「メール」などの緊急性の高い連絡先などの情報については、顧客マスタ(コピー元)の更新を他のトランザクション(コピー先)に反映させ、「顧客名」「住所」など、トランザクション登録時の記録として残しておきたい情報については、顧客マスタ(コピー元)の更新を他のトランザクション(コピー先)に反映させないといった柔軟な運用が可能になる。   Thereby, when the value of the copy source is updated, it is possible to set whether or not to reflect the value on the copy destination for each component. For example, for information such as highly urgent contacts such as "phone" and "mail", the update of the customer master (copy source) is reflected in other transactions (copy destination), and "customer name", "address", etc. For information that is desired to be kept as a record at the time of transaction registration, a flexible operation of not updating the customer master (copy source) to another transaction (copy destination) can be performed.

ステップS517において、情報処理装置101のCPU201は、部品配置部702に配置された画面部品、および属性設定画面にて設定された属性をRAM202に記憶する。
ステップS518において、情報処理装置101のCPU201は、RAM202から作成した画面情報を取得し、サーバ102に送信する。
ステップS519において、サーバ102のCPU201は、作成した画面情報を受信する。
In step S517, the CPU 201 of the information processing apparatus 101 stores, in the RAM 202, the screen components arranged in the component arrangement unit 702 and the attributes set on the attribute setting screen.
In step S518, the CPU 201 of the information processing apparatus 101 acquires the screen information created from the RAM 202 and transmits the screen information to the server 102.
In step S519, the CPU 201 of the server 102 receives the created screen information.

ステップS520において、サーバ102のCPU201は、受信した画面情報を記憶する。具体的には、受信した画面情報に含まれる画面名は、画面テーブル410に記憶する。また、配置された画面部品の情報(配置位置、部品種別、文字数、必須チェックボックス、その他の部品属性(例えば、図8の823〜836)は、画面部品テーブル420に記憶する。   In step S520, the CPU 201 of the server 102 stores the received screen information. Specifically, the screen name included in the received screen information is stored in the screen table 410. Information on the arranged screen components (arrangement position, component type, number of characters, mandatory check box, and other component attributes (for example, 823 to 836 in FIG. 8) is stored in the screen component table 420.

ステップS521において、サーバ102のCPU201は、反映の有無について判定する。具体的には、反映チェックボックス833〜836のうち、チェック有の場合はステップS522に進み、チェック無の場合はステップS524に進む。   In step S521, the CPU 201 of the server 102 determines whether or not there is reflection. Specifically, among the reflection check boxes 833 to 836, when there is a check, the process proceeds to step S522, and when there is no check, the process proceeds to step S524.

ステップS522において、サーバ102のCPU201は、チェック有の反映チェックボックス833〜836に対応する、コピー元画面823の部品825〜828の値、およびコピー先画面821の部品829〜832に従って、反映トリガーを作成する。例えば、図8の820のように、反映チェックボックス833〜836のうち、835と836がチェック有だった場合、サーバ102のCPU201は、の反映トリガー1301(図13)のようなDBトリガーを作成する。   In step S <b> 522, the CPU 201 of the server 102 generates a reflection trigger according to the values of the components 825 to 828 of the copy source screen 823 and the components 829 to 832 of the copy destination screen 821 corresponding to the check boxes 833 to 836. create. For example, as shown at 820 in FIG. 8, when 835 and 836 among the reflection check boxes 833 to 836 are checked, the CPU 201 of the server 102 creates a DB trigger such as a reflection trigger 1301 (FIG. 13). I do.

なお、反映トリガー1301後半のUPDATE文には、チェック有の反映チェックボックス833〜836に対応させ、「コピー先画面821の部品名 = コピー元画面823の部品名」のように記載する。これにより、反映チェックボックスの値に従い、コピー元画面のデータの値をコピー先画面のデータに反映することができる。   Note that the UPDATE statement in the latter half of the reflection trigger 1301 is associated with the checked reflection check boxes 833 to 836 and described as "part name of copy destination screen 821 = part name of copy source screen 823". Thereby, the value of the data of the copy source screen can be reflected on the data of the copy destination screen according to the value of the reflection check box.

ステップS523において、サーバ102のCPU201は、ステップS522にて作成した反映トリガー1301をデータベースに設定する。すなわち、ステップS523は、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を管理する処理の一例を示すステップである。また、ステップS523は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理する処理の一例を示すステップである。   In step S523, the CPU 201 of the server 102 sets the reflection trigger 1301 created in step S522 in the database. That is, step S523 is a step illustrating an example of a process of managing the setting of whether to update the registered new data when it is determined that the registered data has been updated. Also, in step S523, when it is determined that the registered data has been updated, the process of managing whether to update each item included in the new data among the registered new data is managed. It is a step showing an example.

この反映トリガー1301により、コピー元画面823のデータ(顧客マスタテーブル430)が更新された場合、更新された値をコピー先画面821のデータ(売上トランザクションテーブル450)に反映させることができるようになる。   When the data (customer master table 430) on the copy source screen 823 is updated by the reflection trigger 1301, the updated value can be reflected on the data (sales transaction table 450) on the copy destination screen 821. .

なお、本実施形態においては、DBトリガーによって、コピー元画面823の更新されたデータの値をコピー先画面821のデータに反映させるとしたが、これに限定するものではなく、例えば、このDBトリガーと同じ結果を生むJavaScript(登録商標)等のプログラムを生成し、コピー元画面823の画面情報にこのプログラムを含ませることで、情報処理装置101にてコピー元画面823の実行時、画面に表示されたデータが更新されたことをトリガーにして(ステップS611)、情報処理装置101にてこのプログラムを実行することによって、情報処理装置101からコピー先画面821のデータの更新を要求する(ステップS613)等としてもよい。   In the present embodiment, the updated data value of the copy source screen 823 is reflected in the data of the copy destination screen 821 by the DB trigger. However, the present invention is not limited to this. By generating a program such as JavaScript (registered trademark) that produces the same result as that described above, and including this program in the screen information of the copy source screen 823, the information is displayed on the screen when the information processing apparatus 101 executes the copy source screen 823. The information processing apparatus 101 executes this program by using the updated data as a trigger (step S611), thereby requesting the information processing apparatus 101 to update the data of the copy destination screen 821 (step S613). ) May be used.

この場合のステップS611およびステップS613は、登録済データの値の更新を要求された場合、新たなデータの値の更新を要求する処理の一例を示すステップである。また、この場合のステップS611およびステップS613は、登録済データの値の更新を要求された場合、新たなデータのうち、当該新たなデータに含まれる項目毎に定義された更新するか否かの設定に従って、当該新たなデータに含まれる項目の値の更新を要求する処理の一例を示すステップである。   Steps S611 and S613 in this case are steps showing an example of a process of requesting an update of a new data value when an update of the registered data value is requested. Further, in this case, when an update of the value of the registered data is requested, the step S611 and the step S613 determine whether the update defined for each item included in the new data among the new data is performed. 13 is a step illustrating an example of a process of requesting an update of a value of an item included in the new data according to a setting.

ステップS524において、サーバ102のCPU201は、ステップS519にて受信した画面情報を表示して実行するWebアプリケーションを構築する。すなわち、ステップS524は、データベースに登録されている登録済データを選択するデータ選択部品を含む、アプリケーション画面を構築する処理の一例を示すステップである。
ステップS525において、サーバ102のCPU201は、構築したWebアプリケーションを起動する。
以上で、図5の画面作成処理の説明を終了する。
In step S524, the CPU 201 of the server 102 constructs a Web application that displays and executes the screen information received in step S519. That is, step S524 is a step showing an example of a process of constructing an application screen including a data selection component for selecting registered data registered in the database.
In step S525, the CPU 201 of the server 102 activates the constructed Web application.
This is the end of the description of the screen creation processing in FIG.

図6は、第1の実施形態の画面利用処理の一例を示すフローチャートである。図6を用いて、作成した画面を利用する処理について、説明する。なお、図5の情報処理装置101は、アプリケーションの画面を作成する開発者が使用する装置であり、図6の情報処理装置101は、アプリケーションを利用するエンドユーザが使用する装置であるが、開発者とエンドユーザが同一の場合も想定されるため、本発明においては図5の情報処理装置101と図6の情報処理装置101とは同一の装置としたが、異なる装置としてもよい。
ステップS601において、情報処理装置101のCPU201は、作成した画面を利用するユーザのログインを受け付ける。
FIG. 6 is a flowchart illustrating an example of the screen use process according to the first embodiment. The process of using the created screen will be described with reference to FIG. Note that the information processing apparatus 101 in FIG. 5 is an apparatus used by a developer who creates an application screen, and the information processing apparatus 101 in FIG. 6 is an apparatus used by an end user who uses the application. In the present invention, the information processing apparatus 101 in FIG. 5 and the information processing apparatus 101 in FIG. 6 are the same apparatus, but may be different apparatuses.
In step S601, the CPU 201 of the information processing apparatus 101 receives a login of a user who uses the created screen.

ステップS602において、情報処理装置101のCPU201は、画面を利用する操作を受け付ける。具体的には、表示されたメニュー(不図示)から、利用する画面に遷移するリンクの押下を受け付ける。
ステップS603において、情報処理装置101のCPU201は、画面利用の要求をサーバ102に送信する。
ステップS604において、サーバ102のCPU201は、画面利用の要求を受信する。
In step S602, the CPU 201 of the information processing apparatus 101 receives an operation using a screen. Specifically, a press of a link for transitioning to a screen to be used from a displayed menu (not shown) is received.
In step S603, the CPU 201 of the information processing apparatus 101 transmits a screen use request to the server 102.
In step S604, the CPU 201 of the server 102 receives the screen use request.

ステップS605において、サーバ102のCPU201は、要求された画面の画面情報を生成する。具体的には、画面テーブル410と画面部品テーブル420を用いて、画面情報を生成する。すなわち、ステップS605は、データベースに登録されている登録済データを選択するためのデータ選択部品を含む、アプリケーション画面の画面情報を生成する処理の一例を示すステップである。
ステップS606において、サーバ102のCPU201は、生成した画面情報を情報処理装置101に送信する。
ステップS607において、情報処理装置101のCPU201は、画面作成の画面情報を受信する。
In step S605, the CPU 201 of the server 102 generates screen information of the requested screen. Specifically, screen information is generated using the screen table 410 and the screen component table 420. That is, step S605 is a step illustrating an example of a process of generating screen information of an application screen including a data selection component for selecting registered data registered in the database.
In step S606, the CPU 201 of the server 102 transmits the generated screen information to the information processing device 101.
In step S607, the CPU 201 of the information processing apparatus 101 receives screen information for screen creation.

ステップS608において、情報処理装置101のCPU201は、受信した画面情報を用いて、画面(例えば、図9の顧客マスタ登録画面910、図10の売上トランザクション登録画面1010)を表示する。すなわち、ステップS608は、レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示する処理の一例を示すステップである。なお、本実施形態においては、ステップS608にて表示される画面は、顧客マスタ登録画面910、売上トランザクション登録画面1010のような、データ登録画面としたが、これに限定するものではなく、顧客マスタ一覧画面930、売上トランザクション一覧画面1060のような、データ一覧画面やデータ検索画面であってもよい。   In step S608, the CPU 201 of the information processing apparatus 101 displays a screen (for example, the customer master registration screen 910 in FIG. 9 and the sales transaction registration screen 1010 in FIG. 10) using the received screen information. That is, step S608 is an example of a process of displaying a screen of an application including a data selection component for selecting registered data registered in the database, constructed using the layout editing screen. In the present embodiment, the screen displayed in step S608 is a data registration screen such as a customer master registration screen 910 and a sales transaction registration screen 1010, but is not limited thereto. A data list screen or a data search screen such as a list screen 930 or a sales transaction list screen 1060 may be used.

ステップS609において、情報処理装置101のCPU201は、画面操作を受け付け、判定する。データ登録ボタン(図9の934、図10の1054)が押下された場合はステップS610に進み、データ編集ボタン(図9の935、図10の1065)が押下された場合はステップS611に進み、データ検索ボタン(図9の936、図10の1066)が押下された場合はステップS612に進み、閉じるボタン(不図示)が押下された場合はこの画面利用処理を終了する。   In step S609, the CPU 201 of the information processing apparatus 101 receives and determines a screen operation. If the data registration button (934 in FIG. 9, 1054 in FIG. 10) is pressed, the process proceeds to step S610. If the data edit button (935 in FIG. 9, 1065 in FIG. 10) is pressed, the process proceeds to step S611. If the data search button (936 in FIG. 9, 1066 in FIG. 10) is pressed, the process proceeds to step S612, and if the close button (not shown) is pressed, this screen use process ends.

ステップS610において、情報処理装置101のCPU201は、データ登録画面(例えば、売上トランザクション登録画面1010)を表示し、データ入力を受け付ける。   In step S610, the CPU 201 of the information processing apparatus 101 displays a data registration screen (for example, a sales transaction registration screen 1010) and accepts data input.

ステップS611において、情報処理装置101のCPU201は、データ編集画面(例えば、売上トランザクション登録画面1020)に編集ボタンで選択されたデータを表示し、データ編集を受け付ける。   In step S611, the CPU 201 of the information processing apparatus 101 displays the data selected by the edit button on the data editing screen (for example, the sales transaction registration screen 1020), and accepts the data editing.

なお、ステップS610のデータ入力、またはステップS611のデータ編集において、他画面データコピー部品の選択ボタン(図10の1022、1028)の押下を受け付けた場合は、ステップS515の説明において記載したように、コピー元画面の部品の値をコピー先画面の部品に表示する。すなわち、ステップS610およびステップS611は、構築されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する処理の一例を示すステップである。また、ステップS610およびステップS611は、表示されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する処理の一例を示すステップである。   Note that, in the data input in step S610 or the data editing in step S611, when the selection button of the other screen data copy component (1022, 1028 in FIG. 10) is received, as described in step S515, Displays the value of the part on the copy source screen as the part on the copy destination screen. That is, steps S610 and S611 are steps showing an example of a process of selecting data from registered data using a data selection component displayed on the constructed application screen. Steps S610 and S611 are steps showing an example of a process of selecting data from registered data using a data selection component displayed on the displayed application screen.

ステップS612において、情報処理装置101のCPU201は、データ一覧画面(例えば、売上トランザクション一覧画面1060)の検索項目に入力された値を用いて検索条件を作成する。   In step S612, the CPU 201 of the information processing apparatus 101 creates a search condition using the value input to the search item on the data list screen (for example, the sales transaction list screen 1060).

ステップS613において、情報処理装置101のCPU201は、受け付けた画面操作に従って、登録・更新・検索の要求をサーバ102に送信する。すなわち、ステップS613は、選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する処理の一例を示すステップである。また、ステップS613は、選択された登録済データの値の更新を要求する処理の一例を示すステップである。   In step S613, the CPU 201 of the information processing apparatus 101 transmits a registration / update / search request to the server 102 according to the received screen operation. That is, step S613 is a step illustrating an example of a process of requesting registration in the database as new data using the value of the selected registered data. Step S613 is a step illustrating an example of a process of requesting an update of the value of the selected registered data.

ステップS614において、サーバ102のCPU201は、要求を受信し、判定する。データ登録の場合はステップS615に進み、データ検索の場合はステップS616に進み、データ更新の場合はステップS617に進む。   In step S614, the CPU 201 of the server 102 receives the request and determines. The process proceeds to step S615 in the case of data registration, proceeds to step S616 in the case of data search, and proceeds to step S617 in the case of data update.

ステップS615において、サーバ102のCPU201は、受信したデータ登録要求に従って、データをテーブルに登録する。すなわち、ステップS615は、生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する処理の一例を示すステップである。具体的には、登録ボタン1033が押下されて、データ登録要求を受信した場合は、売上トランザクション登録画面1020に入力された値を用いて、売上トランザクションテーブル450に登録する。   In step S615, the CPU 201 of the server 102 registers data in the table according to the received data registration request. That is, step S615 is a step showing an example of processing of registering new data in the database using the value of registered data selected using the data selection component included in the screen information of the generated application screen. is there. Specifically, when the registration button 1033 is pressed and a data registration request is received, the registration is performed in the sales transaction table 450 using the value input on the sales transaction registration screen 1020.

ステップS616において、サーバ102のCPU201は、受信したデータ検索要求に従って、テーブルを検索する。具体的には、検索ボタン1066が押下されて、データ検索要求を受信した場合は、売上トランザクション一覧画面1060の検索条件部1061に入力された検索条件を用いて、売上トランザクションテーブル450を検索する。   In step S616, the CPU 201 of the server 102 searches the table according to the received data search request. Specifically, when search button 1066 is pressed and a data search request is received, sales transaction table 450 is searched using the search conditions input to search condition section 1061 of sales transaction list screen 1060.

ステップS617において、サーバ102のCPU201は、受信したデータ更新要求に従って、テーブルのデータを更新する。具体的には、更新ボタンが押下されて、データ更新要求を受信した場合は、売上トランザクション登録画面1020に入力された値を用いて、売上トランザクションテーブル450の該当データを更新する。   In step S617, the CPU 201 of the server 102 updates the data in the table according to the received data update request. Specifically, when the update button is pressed and a data update request is received, the corresponding data in the sales transaction table 450 is updated using the value input on the sales transaction registration screen 1020.

すなわち、ステップS610またはステップS611にて、他画面データコピー部品の選択ボタンを用いてコピー元画面の部品の値をコピー先画面の部品に表示し、ステップS615にてデータ登録またはステップS617にてデータ更新を行った場合、ステップS610、ステップS611、ステップS615、およびステップS617は、構築されたアプリケーション画面に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する処理の一例を示すステップである。   That is, in step S610 or step S611, the value of the component on the copy source screen is displayed on the component on the copy destination screen by using the select button of another screen data copy component, and the data is registered in step S615 or the data is registered in step S617. When the update is performed, steps S610, S611, S615, and S617 are performed as new data using the value of the registered data selected using the data selection component included in the constructed application screen. It is a step showing an example of processing to register in a database.

ステップS618において、サーバ102のCPU201は、更新したデータは反映トリガーか否かを判定する。すなわち、ステップS618は、登録済データが更新されたか否かを判定する処理の一例を示すステップである。また、ステップS618は、新たなデータが更新されたか否かを判定する処理の一例を示すステップである。   In step S618, the CPU 201 of the server 102 determines whether the updated data is a reflection trigger. That is, step S618 is an example of a process of determining whether registered data has been updated. Step S618 is a step illustrating an example of a process of determining whether new data has been updated.

また、画面部品テーブル420は、部品属性として、反映チェックボックス833〜836の値を記憶しているため、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を管理する手段の一例である。また、画面部品テーブル420は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を管理する手段の一例である。   Further, since the screen component table 420 stores the values of the reflection check boxes 833 to 836 as component attributes, when it is determined that the registered data has been updated, whether to update the registered new data is determined. This is an example of a unit that manages the setting of whether or not the setting is made. Further, the screen component table 420 is an example of a unit that manages, when it is determined that the registered data has been updated, a setting of whether or not to update each item included in the data among the registered new data. It is.

具体的には、データ更新に伴う反映トリガーが設定されているか否かを判定する。設定されている場合はステップS619に進み、設定されていない場合はステップS620に進む。例えば、反映トリガー1301のようDBトリガーの場合、データベースに登録されているDBトリガーうち、UPDATE ON句にデータ更新されたテーブルが記載されているか否かを判定する。   Specifically, it is determined whether or not a reflection trigger for updating data has been set. If it is set, the process proceeds to step S619. If it is not set, the process proceeds to step S620. For example, in the case of a DB trigger such as the reflection trigger 1301, it is determined whether or not a table whose data has been updated is described in the UPDATE ON clause among the DB triggers registered in the database.

ステップS619において、サーバ102のCPU201は、データ更新に伴う反映トリガーを実行する。すなわち、ステップS618およびステップS619は、登録済データが更新されたと判定された場合であって、新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する処理の一例を示すステップである。   In step S619, the CPU 201 of the server 102 executes a reflection trigger accompanying the data update. That is, steps S618 and S619 are cases where it is determined that the registered data has been updated, and if the new data is managed to be updated, the new data is updated. This is a step showing an example of a process of controlling not to update the new data when the data is managed not to be updated.

また、ステップS618およびステップS619は、登録済データが更新されたと判定された場合であって、新たなデータのうち、更新するとして管理されている項目については当該項目の値を更新し、一方、新たなデータのうち、更新しないとして管理されている項目については当該項目の値を更新しないよう制御する処理の一例を示すステップである。   Steps S618 and S619 are the cases where it is determined that the registered data has been updated, and among the new data, for the items managed to be updated, the values of the items are updated. This is a step showing an example of a process of controlling not to update the value of an item managed as not to be updated among new data.

また、ステップS618およびステップS619は、登録済データが更新されたと判定された場合であって、新たなデータのうち、更新するとして記憶されている項目については当該項目の値を更新し、一方、新たなデータのうち、更新しないとして記憶されている項目については当該項目の値を更新しないよう制御する処理の一例を示すステップである。   Steps S618 and S619 are the cases where it is determined that the registered data has been updated, and among the new data, for the items stored as updated, the values of the items are updated. This is a step showing an example of processing for controlling not to update the value of an item stored as not to be updated among new data.

例えば、反映トリガー1301の場合、UPDATE ON句に記載されているテーブル名は顧客マスタテーブル430であるため、顧客マスタテーブル430のレコードが更新された場合、この反映トリガー1301を実行する。この反映トリガー1301が実行されることにより、コピー元画面823のデータ(顧客マスタテーブル430)が更新された場合、更新された値をコピー先画面821のデータ(売上トランザクションテーブル450)に反映する。   For example, in the case of the reflection trigger 1301, the table name described in the UPDATE ON clause is the customer master table 430. Therefore, when the record of the customer master table 430 is updated, the reflection trigger 1301 is executed. When the data (customer master table 430) on the copy source screen 823 is updated by executing the reflection trigger 1301, the updated value is reflected on the data (sales transaction table 450) on the copy destination screen 821.

ステップS620において、サーバ102のCPU201は、登録・更新・検索を行った後に表示する画面情報を生成し、画面情報を情報処理装置101に送信する(ステップS606)。
以上で、図6の画面利用処理の説明を終了する。
In step S620, the CPU 201 of the server 102 generates screen information to be displayed after performing registration, update, and search, and transmits the screen information to the information processing apparatus 101 (step S606).
This is the end of the description of the screen use process in FIG.

図11は、第1の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを編集する画面の一例を示す図である。図12は、第1の実施形態の情報処理装置101において、作成した画面を利用しトランザクションデータを表示する画面の一例を示す図である。
図11および図12を用いて、本発明の適用以前と以後の違いについて、説明する。
FIG. 11 is a diagram illustrating an example of a screen for editing master data using the created screen in the information processing apparatus 101 according to the first embodiment. FIG. 12 is a diagram illustrating an example of a screen that displays transaction data using the created screen in the information processing apparatus 101 according to the first embodiment.
The difference between before and after the application of the present invention will be described with reference to FIGS.

情報処理装置101は、画面利用ユーザによる、顧客マスタ一覧画面1110(図11)の編集ボタン1111の押下を受け付け、顧客マスタ編集画面1120を表示する(ステップS608)。画面利用ユーザによる、顧客マスタ編集画面1130のようなデータ更新、保存ボタン1131の押下を受け付ける(ステップS611)。サーバ102は、顧客マスタテーブル430を更新し(ステップS617)、顧客マスタ一覧画面の画面情報を生成する(ステップS620)。情報処理装置101は、顧客マスタ一覧画面1140を表示する。
この顧客マスタ一覧画面1140では、当然だが、顧客マスタ編集画面1130で更新した値は反映されている(図11の1141)。
The information processing apparatus 101 receives the press of the edit button 1111 on the customer master list screen 1110 (FIG. 11) by the screen user, and displays the customer master edit screen 1120 (step S608). The user of the screen accepts the press of the data update and save button 1131 as in the customer master edit screen 1130 (step S611). The server 102 updates the customer master table 430 (step S617), and generates screen information of the customer master list screen (step S620). The information processing apparatus 101 displays a customer master list screen 1140.
On the customer master list screen 1140, the value updated on the customer master edit screen 1130 is reflected as a matter of course (1141 in FIG. 11).

図12の売上トランザクション一覧画面1210は、本発明を適用していない画面である。よって、顧客マスタ編集画面1130で更新した値が、1211および1212に反映されておらず、『発明が解決しようとする課題』をクリアできていない。なお、売上トランザクション一覧画面1210は、図8の反映チェックボックス833〜836のすべてをOFFに設定した場合と同じ結果である。   The sales transaction list screen 1210 in FIG. 12 is a screen to which the present invention is not applied. Therefore, the value updated on the customer master editing screen 1130 is not reflected on 1211 and 1212, and the “problem to be solved by the invention” cannot be cleared. Note that the sales transaction list screen 1210 has the same result as the case where all of the reflection check boxes 833 to 836 in FIG. 8 are set to OFF.

また、図12の売上トランザクション一覧画面1220は、本発明を適用した画面である。よって、顧客マスタ編集画面1130で更新した値が、1221および1222に反映されており、『発明が解決しようとする課題』をクリアできている。   The sales transaction list screen 1220 in FIG. 12 is a screen to which the present invention is applied. Therefore, the value updated on the customer master editing screen 1130 is reflected on 1221 and 1222, and the "problem to be solved by the invention" can be cleared.

以上により、コピー元データの更新をコピー先データに反映するアプリケーションを構築することができるため、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。
As described above, since it is possible to build an application that reflects the update of the copy source data to the copy destination data, an application that easily maintains consistency between the copy source data and the copy destination data generated by using the application can be provided. Can provide a mechanism to build.

〔第2の実施形態〕
第1の実施形態は、コピー元データの更新をコピー先データに反映するアプリケーションを構築する仕組みであり、第2の実施形態は、コピー先データの更新をコピー元データに反映するアプリケーションを構築する仕組みである。第2の実施形態により、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができるようになる。
[Second embodiment]
The first embodiment is a mechanism for constructing an application that reflects an update of copy source data on copy destination data, and the second embodiment constructs an application that reflects an update of copy destination data on copy source data. It is a mechanism. According to the second embodiment, it is possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.

図14〜図18を用いて、第2の実施形態について説明する。
図14は、第2の実施形態の画面作成処理の一例を示すフローチャートである。なお、第2の実施形態では、第1の実施形態における図5のフローチャートを図14に置き換え、第1の実施形態のステップと同じ処理については、同じステップ番号を付与し説明を省略する。
The second embodiment will be described with reference to FIGS.
FIG. 14 is a flowchart illustrating an example of a screen creation process according to the second embodiment. In the second embodiment, the flowchart of FIG. 5 in the first embodiment is replaced with FIG. 14, and the same processes as those in the first embodiment are denoted by the same step numbers and description thereof is omitted.

図15は、第2の実施形態の情報処理装置101が表示する、画面の部品属性を設定する画面の一例を示す図である。なお、第2の実施形態では、第1の実施形態における図8の画面を図15に置き換え、第1の実施形態の項目と同じ項目については、同じ項目番号を付与し説明を省略する。
図16は、第1の実施形態のサーバ102にて作成される反映トリガーの一例を示す図である。
FIG. 15 is a diagram illustrating an example of a screen for setting component attributes of the screen, which is displayed by the information processing apparatus 101 according to the second embodiment. Note that in the second embodiment, the screen of FIG. 8 in the first embodiment is replaced with FIG. 15, and the same items as those of the first embodiment are assigned the same item numbers, and descriptions thereof are omitted.
FIG. 16 is a diagram illustrating an example of the reflection trigger created by the server 102 according to the first embodiment.

ステップS1401において、情報処理装置101のCPU201は、コピー先の値更新をコピー元の他部品へ反映するか否かの選択を受け付ける。すなわち、ステップS1401は、新たなデータが更新されたと判定された場合に、データ選択部品を用いて選択された登録済データを更新するか否かの設定を管理する処理の一例を示すステップである。   In step S1401, the CPU 201 of the information processing apparatus 101 receives a selection as to whether or not to reflect the update of the value of the copy destination to another component of the copy source. That is, step S1401 is a step showing an example of a process of managing setting whether or not to update registered data selected using a data selection component when it is determined that new data has been updated. .

具体的には、反映チェックボックス1501〜1504(図15)の選択を受け付ける。図15の1501〜1504の設定により、コピー先画面821において部品名822の値が更新された場合、コピー先画面821の部品829〜832の値を、コピー元画面823の部品825〜828にコピーするか否かを決定することができる。つまり、反映チェックボックス1501〜1504のうち、チェックされている部品についてはコピー先の値をコピー元の部品に反映し、チェックされていない部品についてはコピー先の値をコピー元の部品に反映しないと設定することができる。   Specifically, selection of reflection check boxes 1501 to 1504 (FIG. 15) is received. When the value of the component name 822 is updated on the copy destination screen 821 by the settings of 1501 to 1504 in FIG. 15, the values of the components 829 to 832 of the copy destination screen 821 are copied to the components 825 to 828 of the copy source screen 823. Can be determined. In other words, of the reflection check boxes 1501 to 1504, the value of the copy destination is reflected on the copy source component for the checked component, and the copy destination value is not reflected on the copy source component for the unchecked component. Can be set.

これにより、コピー先の値が更新された場合、コピー元に反映する/しないを部品ごとに設定することができる。例えば、「顧客名」「住所」「電話」などの項目について、商品を配送した配送者が誤りに気づき、売上トランザクションを更新した場合、売上トランザクション(コピー先)の更新を顧客マスタ(コピー元)等に反映させ、「メール」などの配送者が気づきえない項目については、配送者が売上トランザクションをたとえ更新したとしても、売上トランザクション(コピー先)の更新を顧客マスタ(コピー元)等に反映させないといった柔軟な運用が可能なアプリケーションを構築することができる。   Thereby, when the value of the copy destination is updated, it is possible to set whether or not to reflect the value on the copy source for each component. For example, for items such as “customer name”, “address”, and “telephone”, if the deliverer of the product notices an error and updates the sales transaction, the sales transaction (copy destination) is updated to the customer master (copy source). For items that cannot be noticed by the deliverer, such as "mail", the update of the sales transaction (copy destination) is reflected in the customer master (copy source), even if the deliverer updates the sales transaction. It is possible to build an application that can be operated flexibly, such as not to allow it.

ステップS522(図14)において、サーバ102のCPU201は、反映トリガー1601(図16)のようなDBトリガーを作成する。
なお、反映トリガー1601後半のUPDATE文には、チェック有の反映チェックボックス1501〜1504に対応させ、「コピー元画面823の部品名 = コピー先画面821の部品名」のように記載する。これにより、反映チェックボックスの値に従い、コピー先画面のデータの値をコピー元画面のデータに反映することができる。
In step S522 (FIG. 14), the CPU 201 of the server 102 creates a DB trigger such as the reflection trigger 1601 (FIG. 16).
Note that the UPDATE statement in the latter half of the reflection trigger 1601 is made to correspond to the checked reflection check boxes 1501 to 1504, and is described as "part name of the copy source screen 823 = part name of the copy destination screen 821". Thereby, the value of the data of the copy destination screen can be reflected on the data of the copy source screen according to the value of the reflection check box.

よって、ステップS523(図14)は、新たなデータが更新されたと判定された場合に、データ選択部品を用いて選択された登録済データを更新するか否かの設定を管理する処理の一例を示すステップである。また、第2の実施形態において実行されるステップS619は、新たなデータが更新されたと判定された場合であって、登録済データを更新するとして管理されている場合は当該登録済データを更新し、一方、登録済データを更新しないとして管理されている場合は当該登録済データを更新しないよう制御する処理の一例を示すステップである。   Therefore, step S523 (FIG. 14) is an example of a process of managing the setting of whether to update the registered data selected using the data selection component when it is determined that new data has been updated. It is a step shown. Step S619 executed in the second embodiment is a case where it is determined that new data has been updated, and if the registered data is managed to be updated, the registered data is updated. On the other hand, when the registered data is managed not to be updated, this is a step showing an example of processing for controlling not to update the registered data.

また、ステップS1401では、反映チェックボックス1501〜1504の選択以外に、「コピー元レコードのステータスが完了の場合も反映する」チェックボックス1506の選択も受け付ける。このチェックボックス1506が選択されなかった場合は、反映トリガー1601後半のWHERE文に、「AND ステータス!=“完了”」等を追加することで、顧客マスタ(コピー元)の対象レコードのステータスが“完了”のときは反映しないようにすることができる。   In step S1401, in addition to the selection of the reflection check boxes 1501 to 1504, the selection of the “reflect even when the status of the copy source record is completed” check box 1506 is also accepted. If the check box 1506 is not selected, “AND status! =“ Completed ”” or the like is added to the WHERE statement in the latter half of the reflection trigger 1601, so that the status of the target record in the customer master (copy source) is “ When "Complete", it can be set not to be reflected.

よって、ステップS523(図14)は、登録された新たなデータのステータスに従って当該新たなデータを更新するか否かの設定を管理処理の一例を示すステップである。また、第2の実施形態において実行されるステップS619は、登録済データが更新されたと判定された場合であって、新たなデータのステータスに従って当該新たなデータを更新するとして記憶されている場合は、当該ステータスに従って当該新たなデータの更新をするか否かの制御をし、一方、新たなデータのステータスに従っては当該新たなデータを更新しないとして記憶されている場合は、当該ステータスに関わらず当該新たなデータの更新をするか否かの制御をする処理の一例を示すステップである。   Therefore, step S523 (FIG. 14) is a step illustrating an example of management processing for setting whether to update the new data in accordance with the status of the registered new data. Step S619 executed in the second embodiment is when it is determined that the registered data has been updated, and when it is stored that the new data is to be updated according to the status of the new data. Controls whether or not to update the new data according to the status. On the other hand, if the new data is stored as not to be updated according to the status of the new data, the update is performed regardless of the status. It is a step showing an example of processing for controlling whether or not to update new data.

これにより、顧客マスタ(コピー元)において、ステータス=“完了”となっているデータ(例えば、退会などにより論理削除されたデータ等)については、たとえ売上トランザクション(コピー先)データが更新されたとしても、顧客マスタ(コピー元)に反映しないと設定することができるため、顧客マスタ(コピー元)データのステータスに従って、更新を反映する/しないを制御可能なアプリケーションを構築することができる。   As a result, in the customer master (copy source), for data having a status = “completed” (for example, data logically deleted due to withdrawal or the like), even if the sales transaction (copy destination) data is updated Can be set not to be reflected in the customer master (copy source), it is possible to construct an application that can control whether or not to reflect the update according to the status of the customer master (copy source) data.

また、「コピー先レコードのステータスが完了の場合も反映する」チェックボックス1505についても同様に、チェックの有無によって反映トリガー1301(図13)後半のWHERE文を変更する。   Similarly, the WHERE sentence in the latter half of the reflection trigger 1301 (FIG. 13) is changed depending on whether or not there is a check for the "Reflect even when the status of the copy destination record is completed" check box 1505.

これにより、売上トランザクション(コピー先)において、ステータス=“完了”となっているデータ(例えば、配送完了などにより論理削除されたデータ等)については、たとえ顧客マスタ(コピー元)データが更新されたとしても、売上トランザクション(コピー先)に反映しないと設定することができるため、売上トランザクション(コピー先)データのステータスに従って、更新を反映する/しないを制御可能なアプリケーションを構築することができる。
As a result, in the sales transaction (copy destination), the customer master (copy source) data is updated even for the data having the status = “completed” (for example, data logically deleted due to the completion of delivery, etc.). However, since it can be set not to be reflected in the sales transaction (copy destination), it is possible to construct an application that can control whether or not to reflect the update according to the status of the sales transaction (copy destination) data.

図17は、第2の実施形態の画面利用処理の一例を示すフローチャートである。なお、第2の実施形態では、第1の実施形態における図6のフローチャートを図17に置き換え、第1の実施形態のステップと同じ処理については、同じステップ番号を付与し説明を省略する。   FIG. 17 is a flowchart illustrating an example of a screen use process according to the second embodiment. In the second embodiment, the flowchart in FIG. 6 in the first embodiment is replaced with FIG. 17, and the same processes as those in the first embodiment are denoted by the same step numbers and description thereof is omitted.

ステップS1701において、サーバ102のCPU201は、要求された画面に関して登録されているトリガー情報を取得する。すなわち、ステップS1701は、記憶されている新たなデータを更新する設定情報を取得する処理の一例を示すステップである。具体的には、ステップS522(図5および図14)にて作成された反映トリガーのうち、要求された画面の画面名が含まれている反映トリガー文を取得する。   In step S1701, the CPU 201 of the server 102 acquires trigger information registered for the requested screen. That is, step S1701 is a step illustrating an example of a process of acquiring setting information for updating stored new data. Specifically, of the reflection triggers created in step S522 (FIGS. 5 and 14), a reflection trigger statement including the screen name of the requested screen is acquired.

ステップS1702において、サーバ102のCPU201は、要求された画面の画面情報を生成する。すなわち、ステップS1702は、取得された設定情報に従って、登録済データと新たなデータとにおける更新の関連性を示す画面情報を生成する処理の一例を示すステップである。具体的には、ステップS1701にて取得された反映トリガーのうち、要求された画面の画面名が図16の1602の部分に記載されているか、1603の部分に記載されているか、および、1604の部分の項目名に従って、データ反映の関連性を示す画面情報を生成する。   In step S1702, the CPU 201 of the server 102 generates screen information of the requested screen. That is, step S1702 is a step illustrating an example of a process of generating screen information indicating an update relationship between registered data and new data in accordance with the acquired setting information. Specifically, of the reflection triggers acquired in step S1701, whether the screen name of the requested screen is described in the portion 1602 or 1603 in FIG. Screen information indicating the relevance of data reflection is generated according to the item name of the portion.

ステップS608(図17)において、情報処理装置101のCPU201は、受信した画面情報を用いて、画面(例えば、図18の売上トランザクション編集画面1810、売上トランザクション編集画面1820および顧客マスタ一覧画面1830)を表示する。
In step S608 (FIG. 17), the CPU 201 of the information processing apparatus 101 uses the received screen information to display a screen (for example, the sales transaction edit screen 1810, the sales transaction edit screen 1820, and the customer master list screen 1830 in FIG. 18). indicate.

ここで、図18について、説明しておく。
図18は、第2の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを表示する画面の一例を示す図である。
コピー先画面である売上トランザクション編集画面1810の「住所1811」および「電話番号1812」の値を、売上トランザクション編集画面1820のように変更し、保存ボタン1823の押下により、値を更新した場合、ステップS522(図14)にて作成された反映トリガー1601(図16)によって、コピー元画面のデータ(顧客マスタテーブル430)が更新される。これにより、コピー元画面である顧客マスタ一覧画面1830のレコード1831の値が更新して表示されるようになる。
Here, FIG. 18 will be described.
FIG. 18 is a diagram illustrating an example of a screen that displays master data using the created screen in the information processing apparatus 101 according to the second embodiment.
If the values of “address 1811” and “telephone number 1812” of the sales transaction edit screen 1810 as the copy destination screen are changed as in the sales transaction edit screen 1820 and the values are updated by pressing the save button 1823, The copy source screen data (customer master table 430) is updated by the reflection trigger 1601 (FIG. 16) created in S522 (FIG. 14). As a result, the value of the record 1831 of the customer master list screen 1830 as the copy source screen is updated and displayed.

これにより、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができるようになる。
以上で、図18の説明を終了する。
This makes it possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.
This is the end of the description of FIG.

ステップS1703において、情報処理装置101のCPU201は、ステップS1702にて生成したデータ反映の関連性を示す画面情報を用いて、データ反映の関連性を示す情報を表示する(図19)。
In step S1703, the CPU 201 of the information processing apparatus 101 displays information indicating the data reflection relevance using the screen information indicating the data reflection relevance generated in step S1702 (FIG. 19).

ここで、図19について、説明しておく。
図19は、第2の実施形態の情報処理装置101において、データ反映の関連を表示する画面の一例を示す図である。
顧客マスタ一覧画面1910には、1911および1912のようなデータ反映の関連性を示す情報を表示する。
データ反映の関連性を示す情報とは、ステップS1701にて取得された反映トリガーのうち、要求された画面の画面名が図16の1602若しくは1603の部分に記載されているか、並びに1604の部分の項目名に従って、ステップS1702にて生成した画面情報である。
Here, FIG. 19 will be described.
FIG. 19 is a diagram illustrating an example of a screen that displays the association of data reflection in the information processing apparatus 101 according to the second embodiment.
The customer master list screen 1910 displays information indicating the relevance of data reflection, such as 1911 and 1912.
The information indicating the relevance of the data reflection is, among the reflection triggers acquired in step S1701, whether the screen name of the requested screen is described in the portion 1602 or 1603 in FIG. This is the screen information generated in step S1702 according to the item name.

1911は、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す情報であり、1912は、ポイントマスタテーブル(不図示)と顧客マスタテーブル430とのデータ反映の関連性を示す情報である。
反映トリガー1601(図16)を用いて、ステップS1702にて画面情報1911を生成する手順について説明する。
Reference numeral 1911 denotes information indicating the data reflection relationship between the sales transaction table 450 and the customer master table 430, and reference numeral 1912 denotes information indicating the data reflection relationship between the point master table (not shown) and the customer master table 430. It is.
A procedure for generating the screen information 1911 in step S1702 using the reflection trigger 1601 (FIG. 16) will be described.

現在表示しようとしている画面は「顧客マスタ一覧画面1910」であるため、この画面名「顧客マスタ」を1603(図16)に持つ反映トリガー1601をステップS1701にて取得する。   Since the screen currently being displayed is the “customer master list screen 1910”, a reflection trigger 1601 having this screen name “customer master” in 1603 (FIG. 16) is acquired in step S1701.

反映トリガー1601の1602には、「売上トランザクションテーブル」と記載されているため、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す画面情報1911を生成する。   Since “sales transaction table” is described in 1602 of reflection trigger 1601, screen information 1911 indicating the relevance of data reflection between sales transaction table 450 and customer master table 430 is generated.

反映トリガー1601の1604には、売上トランザクションテーブル450の値を顧客マスタテーブル430の値に反映することが記載されているため、1604に記載されている項目名「顧客名」「住所」「電話」について、売上トランザクションテーブル450→顧客マスタテーブル430の方向に反映することを示す「→」を表示する画面情報1911を生成する。
同様にして、反映トリガー1301(図13)を用いて、ステップS1702にて画面情報1911を生成する手順について説明する。
Since 1604 of the reflection trigger 1601 describes that the value of the sales transaction table 450 is reflected in the value of the customer master table 430, the item names “customer name”, “address”, and “telephone” described in 1604 are described. Is generated, the screen information 1911 displaying “→” indicating that it is reflected in the direction from the sales transaction table 450 to the customer master table 430 is generated.
Similarly, a procedure for generating the screen information 1911 in step S1702 using the reflection trigger 1301 (FIG. 13) will be described.

現在表示しようとしている画面は「顧客マスタ一覧画面1910」であるため、この画面名を1302(図13)に持つ反映トリガー1601をステップS1701にて取得する。   Since the screen currently being displayed is the “customer master list screen 1910”, a reflection trigger 1601 having this screen name in 1302 (FIG. 13) is acquired in step S1701.

反映トリガー1301の1303には、「売上トランザクションテーブル」と記載されているため、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す画面情報を生成する。   Since the “sales transaction table” is described in 1303 of the reflection trigger 1301, screen information indicating the relevance of data reflection between the sales transaction table 450 and the customer master table 430 is generated.

反映トリガー1301の1304には、顧客マスタテーブル430の値を売上トランザクションテーブル450の値に反映することが記載されているため、1604に記載されている項目名「電話」「メール」について、売上トランザクションテーブル450←顧客マスタテーブル430の方向に反映することを示す「←」を表示する画面情報を生成する。
また、「電話」については「→」「←」の両方向が重なるため、「⇔」の表示に代えて、1911のように「→」「→」「⇔」「←」と表示する。
Since 1304 of the reflection trigger 1301 describes that the value of the customer master table 430 is reflected in the value of the sales transaction table 450, the sales transaction is performed for the item names “telephone” and “mail” described in 1604. Table 450 ← Generates screen information displaying “←” indicating that it is reflected in the direction of the customer master table 430.
In addition, since the directions of “→” and “←” for “telephone” overlap, instead of displaying “→”, “→”, “→”, “⇔”, and “←” are displayed as in 1911.

これにより、顧客マスタ一覧画面1910のような一覧画面において、他の画面(または画面のデータを保持するテーブル)とのデータ反映の関連性を示す情報を表示することができ、編集ボタンを押下した後に表示される顧客マスタ編集画面1920のような詳細表示画面において、データ反映の関連性を示す情報(1921および1922)を表示することもできる。   As a result, on a list screen such as the customer master list screen 1910, information indicating the relevance of data reflection with another screen (or a table holding the screen data) can be displayed, and the edit button has been pressed. Information (1921 and 1922) indicating the relevance of data reflection can be displayed on a detailed display screen such as a customer master editing screen 1920 displayed later.

よって、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの関連性を容易に識別できるアプリケーションを構築する仕組みを提供することができる。   Therefore, it is possible to provide a mechanism for constructing an application that can easily identify the relationship between the copy source data and the copy destination data generated by using the application.

以上により、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。
As described above, it is possible to provide a mechanism for constructing an application that easily maintains consistency between the copy source data and the copy destination data generated by using the application.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読み出し、実行することによっても本発明の目的が達成されることは言うまでもない。   As described above, the recording medium storing the program for realizing the functions of the above-described embodiments is supplied to the system or the apparatus, and the computer (or CPU or MPU) of the system or the apparatus executes the program stored in the recording medium. Needless to say, the object of the present invention can be achieved by reading and executing.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記録した記録媒体は本発明を構成することになる。   In this case, the program itself read from the recording medium implements the novel function of the present invention, and the recording medium on which the program is recorded constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD−ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク等を用いることが出来る。   Examples of a recording medium for supplying a program include a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a DVD-ROM, a magnetic tape, a nonvolatile memory card, a ROM, an EEPROM, and a silicon. A disk or the like can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   When the computer executes the readout program, not only the functions of the above-described embodiments are realized, but also an OS (operating system) or the like running on the computer based on the instructions of the program. It goes without saying that a case where some or all of the processing is performed and the functions of the above-described embodiments are realized by the processing is also included.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program read from the recording medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the program is executed based on the instruction of the program code. It goes without saying that a CPU or the like provided in the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

また、本発明は、複数の機器から構成されるシステムに適用しても、ひとつの機器から成る装置に適用しても良い。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   In addition, the present invention may be applied to a system including a plurality of devices or an apparatus including a single device. Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or an apparatus. In this case, by reading the recording medium storing the program for achieving the present invention into the system or the apparatus, the system or the apparatus can enjoy the effects of the present invention.

上記プログラムの形態は、オブジェクトコード、インタプリタにより実行されるプログラムコード、OS(オペレーティングシステム)に供給されるスクリプトデータ等の形態から成ってもよい。   The form of the program may be in the form of object code, program code executed by an interpreter, script data supplied to an OS (Operating System), or the like.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。   Further, by downloading and reading a program for achieving the present invention from a server, a database, or the like on a network by a communication program, the system or apparatus can enjoy the effects of the present invention. It should be noted that all configurations obtained by combining the above-described embodiments and their modifications are also included in the present invention.

100 情報処理システム
101 情報処理装置
102 サーバ
103 ネットワーク
100 information processing system 101 information processing apparatus 102 server 103 network

Claims (11)

レイアウト編集画面に配置された部品を用いて構築されたアプリケーション画面を動作させるサーバであって、
データベースに登録されている登録済データを選択するためのデータ選択部品を含む、前記アプリケーション画面の画面情報を生成するアプリケーション画面情報生成手段と、
前記アプリケーション画面情報生成手段により生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとして前記データベースに登録するデータ登録手段と、
前記登録済データが更新されたか否かを判定する判定手段と、
前記判定手段により登録済データが更新されたと判定された場合に、前記データ登録手段により登録された新たなデータを更新するか否かの設定を管理する更新設定管理手段と、
前記判定手段により登録済データが更新されたと判定された場合であって、前記更新設定管理手段により前記新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、前記更新設定管理手段により前記新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する制御手段と
を備えることを特徴とするサーバ。
A server that operates an application screen constructed using components arranged on a layout editing screen,
Including a data selection component for selecting registered data registered in the database, application screen information generating means for generating screen information of the application screen,
Using a value of registered data selected using a data selection component included in the screen information of the application screen generated by the application screen information generating means, data registration means to register the new data in the database,
Determining means for determining whether the registered data has been updated,
Update setting management means for managing the setting of whether or not to update new data registered by the data registration means, when it is determined that the registered data has been updated by the determination means,
If the determination unit determines that the registered data has been updated, and if the update setting management unit is managed to update the new data, the new data is updated. A control unit for controlling not to update the new data when the update setting management unit manages the new data not to be updated.
前記更新設定管理手段は、
前記判定手段により登録済データが更新されたと判定された場合に、前記データ登録手段により登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理し、
前記制御手段は、
前記判定手段により登録済データが更新されたと判定された場合であって、前記更新設定管理手段により前記新たなデータのうち、更新するとして管理されている項目については当該項目の値を更新し、一方、前記更新設定管理手段により前記新たなデータのうち、更新しないとして管理されている項目については当該項目の値を更新しないよう制御すること
を特徴とする請求項1に記載のサーバ。
The update setting management means includes:
When it is determined that the registered data has been updated by the determining unit, a setting as to whether or not to update each item included in the new data among the new data registered by the data registering unit is made. Manage and
The control means includes:
In the case where it is determined that the registered data has been updated by the determination unit, the update setting management unit updates the value of the item for the item managed as update among the new data, 2. The server according to claim 1, wherein the server controls the update setting management unit not to update a value of the item of the new data that is managed as not to be updated. 3.
前記新たなデータが更新されたか否かを判定する第2の判定手段と、
前記第2の判定手段により新たなデータが更新されたと判定された場合に、前記データ選択部品を用いて選択された登録済データを更新するか否かの設定を管理する第2の更新設定管理手段と、
前記第2の判定手段により新たなデータが更新されたと判定された場合であって、前記第2の更新設定管理手段により前記登録済データを更新するとして管理されている場合は当該登録済データを更新し、一方、前記更新設定管理手段により前記登録済データを更新しないとして管理されている場合は当該登録済データを更新しないよう制御する第2の制御手段と
を備えることを特徴とする請求項1または2に記載のサーバ。
Second determining means for determining whether or not the new data has been updated;
A second update setting management for managing whether to update the registered data selected by using the data selection component when new data is determined to be updated by the second determination means; Means,
If the second determination unit determines that new data has been updated and the second update setting management unit manages the registered data to be updated, the registered data is updated. And updating the registered data when the update setting management means manages the registered data so as not to update the registered data. 3. The server according to 1 or 2.
前記更新設定管理手段は、
前記データ登録手段により登録された新たなデータのステータスに従って当該新たなデータを更新するか否かの設定を管理し、
前記制御手段は、
前記判定手段により登録済データが更新されたと判定された場合であって、前記更新設定管理手段により前記新たなデータのステータスに従って当該新たなデータを更新するとして記憶されている場合は、当該ステータスに従って当該新たなデータの更新をするか否かの制御をし、一方、前記更新設定管理手段により前記新たなデータのステータスに従っては当該新たなデータを更新しないとして記憶されている場合は、当該ステータスに関わらず当該新たなデータの更新をするか否かの制御をすること
を特徴とする請求項1乃至3のいずれか1項に記載のサーバ。
The update setting management means includes:
Manages the setting of whether to update the new data according to the status of the new data registered by the data registration unit,
The control means includes:
If the determination unit determines that the registered data has been updated, and if the update setting management unit stores the updated new data according to the status of the new data, the update setting management unit determines that the new data has been updated. It controls whether or not to update the new data.On the other hand, if the update setting management means stores that the new data is not updated according to the status of the new data, The server according to any one of claims 1 to 3, wherein whether or not the new data is updated is controlled.
前記更新設定管理手段により記憶されている前記新たなデータを更新する設定情報を取得する更新設定取得手段を備え、
前記アプリケーション画面情報生成手段は、
前記更新設定取得手段により取得された設定情報に従って、前記登録済データと前記新たなデータとにおける更新の関連性を示す画面情報を生成すること
を特徴とする請求項1乃至4のいずれか1項に記載のサーバ。
An update setting acquisition unit that acquires setting information for updating the new data stored by the update setting management unit,
The application screen information generating means,
5. The display apparatus according to claim 1, wherein screen information indicating an update relationship between the registered data and the new data is generated according to the setting information acquired by the update setting acquisition unit. 6. Server as described in.
レイアウト編集画面を用いて部品を配置することによって構築されたアプリケーションを利用する情報処理装置であって、
前記レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示するアプリケーション画面表示手段と、
前記アプリケーション画面表示手段により表示されたアプリケーション画面に表示されたデータ選択部品を用いて、前記登録済データからデータを選択するデータ選択手段と、
前記データ選択手段により選択された登録済データの値を用いて、新たなデータとして前記データベースへの登録を要求するデータ登録要求手段と、
前記データ選択手段により選択された登録済データの値の更新を要求する第1のデータ更新要求手段と、
前記第1のデータ更新要求手段により登録済データの値の更新を要求された場合、前記データ登録要求手段により登録を要求された新たなデータの値の更新を要求する第2のデータ更新要求手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus using an application constructed by arranging parts using a layout editing screen,
Application screen display means for displaying an application screen including a data selection component for selecting registered data registered in the database, constructed using the layout editing screen,
Using a data selection component displayed on the application screen displayed by the application screen display means, data selection means for selecting data from the registered data,
Using a value of the registered data selected by the data selection means, data registration request means for requesting registration in the database as new data,
First data update requesting means for requesting an update of the value of the registered data selected by the data selecting means;
A second data update requesting means for requesting an update of a value of new data requested to be registered by the data registration requesting means when the first data update requesting means requests an update of a value of registered data; An information processing apparatus comprising:
前記第2のデータ更新要求手段は、
前記第1のデータ更新要求手段により登録済データの値の更新を要求された場合に、前記データ登録要求手段により登録を要求された新たなデータのうち、当該新たなデータに含まれる項目毎に定義された更新するか否かの設定に従って、当該新たなデータに含まれる項目の値の更新を要求すること
を特徴とする請求項6に記載の情報処理装置。
The second data update request unit includes:
When the first data update requesting unit requests the update of the value of the registered data, the new data requested to be registered by the data registration requesting unit is used for each item included in the new data. The information processing apparatus according to claim 6, wherein an update of a value of an item included in the new data is requested according to a defined setting of whether to update.
レイアウト編集画面に配置された部品を用いて構築されたアプリケーション画面を動作させるサーバにおける処理方法であって、
前記サーバが、
データベースに登録されている登録済データを選択するためのデータ選択部品を含む、前記アプリケーション画面の画面情報を生成するアプリケーション画面情報生成ステップと、
前記アプリケーション画面情報生成ステップにより生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとして前記データベースに登録するデータ登録ステップと、
前記登録済データが更新されたか否かを判定する判定ステップと、
前記判定ステップにより登録済データが更新されたと判定された場合に、前記データ登録ステップにより登録された新たなデータを更新するか否かの設定を管理する更新設定管理ステップと、
前記判定ステップにより登録済データが更新されたと判定された場合であって、前記更新設定管理ステップにより前記新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、前記更新設定管理ステップにより前記新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する制御ステップと
ステップと
を実行することを特徴とする処理方法。
A processing method in a server that operates an application screen constructed using components arranged on a layout editing screen,
Said server,
Including a data selection component for selecting registered data registered in the database, an application screen information generating step of generating screen information of the application screen,
Using a value of registered data selected using a data selection component included in the screen information of the application screen generated by the application screen information generating step, a data registration step of registering the new data in the database,
A determining step of determining whether the registered data has been updated,
When it is determined that the registered data has been updated by the determination step, an update setting management step of managing a setting of whether to update new data registered by the data registration step,
When it is determined that the registered data has been updated by the determination step, and when the update setting management step is managed as updating the new data, the new data is updated. When the update setting management step manages not to update the new data, a control step and a step of controlling not to update the new data are executed.
レイアウト編集画面を用いて部品を配置することによって構築されたアプリケーションを利用する情報処理装置における処理方法であって、
前記情報処理装置が、
前記レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示するアプリケーション画面表示ステップと、
前記アプリケーション画面表示ステップにより表示されたアプリケーション画面に表示されたデータ選択部品を用いて、前記登録済データからデータを選択するデータ選択ステップと、
前記データ選択ステップにより選択された登録済データの値を用いて、新たなデータとして前記データベースへの登録を要求するデータ登録要求ステップと、
前記データ選択ステップにより選択された登録済データの値の更新を要求する第1のデータ更新要求ステップと、
前記第1のデータ更新要求ステップにより登録済データの値の更新を要求された場合、前記データ登録要求ステップにより登録を要求された新たなデータの値の更新を要求する第2のデータ更新要求ステップと
を実行することを特徴とする処理方法。
A processing method in an information processing apparatus that uses an application constructed by arranging parts using a layout editing screen,
The information processing device,
An application screen display step of displaying an application screen including a data selection component for selecting registered data registered in the database, constructed using the layout editing screen,
Using a data selection component displayed on the application screen displayed by the application screen display step, a data selection step of selecting data from the registered data,
Using a value of the registered data selected by the data selection step, a data registration requesting step of requesting registration to the database as new data,
A first data update requesting step for requesting an update of the value of the registered data selected by the data selecting step;
A second data update requesting step for requesting an update of a new data value requested to be registered by the data registration request step when an update of the registered data value is requested by the first data update request step; And a processing method.
レイアウト編集画面に配置された部品を用いて構築されたアプリケーション画面を動作させるサーバで実行可能なプログラムであって、
前記サーバを、
データベースに登録されている登録済データを選択するためのデータ選択部品を含む、前記アプリケーション画面の画面情報を生成するアプリケーション画面情報生成手段と、
前記アプリケーション画面情報生成手段により生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとして前記データベースに登録するデータ登録手段と、
前記登録済データが更新されたか否かを判定する判定手段と、
前記判定手段により登録済データが更新されたと判定された場合に、前記データ登録手段により登録された新たなデータを更新するか否かの設定を管理する更新設定管理手段と、
前記判定手段により登録済データが更新されたと判定された場合であって、前記更新設定管理手段により前記新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、前記更新設定管理手段により前記新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する制御手段
として機能させるためのプログラム。
A program executable by a server that operates an application screen constructed using components arranged on a layout editing screen,
Said server,
Including a data selection component for selecting registered data registered in the database, application screen information generating means for generating screen information of the application screen,
Using a value of registered data selected using a data selection component included in the screen information of the application screen generated by the application screen information generating means, data registration means to register the new data in the database,
Determining means for determining whether the registered data has been updated,
Update setting management means for managing the setting of whether or not to update new data registered by the data registration means, when it is determined that the registered data has been updated by the determination means,
If the determination unit determines that the registered data has been updated, and if the update setting management unit is managed to update the new data, the new data is updated. A program for functioning as control means for controlling not to update the new data when the new data is managed not to be updated by the update setting management means.
レイアウト編集画面を用いて部品を配置することによって構築されたアプリケーションを利用する情報処理装置で実行可能なプログラムであって、
前記情報処理装置を、
前記レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示するアプリケーション画面表示手段と、
前記アプリケーション画面表示手段により表示されたアプリケーション画面に表示されたデータ選択部品を用いて、前記登録済データからデータを選択するデータ選択手段と、
前記データ選択手段により選択された登録済データの値を用いて、新たなデータとして前記データベースへの登録を要求するデータ登録要求手段と、
前記データ選択手段により選択された登録済データの値の更新を要求する第1のデータ更新要求手段と、
前記第1のデータ更新要求手段により登録済データの値の更新を要求された場合、前記データ登録要求手段により登録を要求された新たなデータの値の更新を要求する第2のデータ更新要求手段
として機能させるためのプログラム。
A program executable by an information processing device using an application constructed by arranging components using a layout editing screen,
The information processing device,
Application screen display means for displaying an application screen including a data selection component for selecting registered data registered in the database, constructed using the layout editing screen,
Using a data selection component displayed on the application screen displayed by the application screen display means, data selection means for selecting data from the registered data,
Using a value of the registered data selected by the data selection means, data registration request means for requesting registration in the database as new data,
First data update requesting means for requesting an update of the value of the registered data selected by the data selecting means;
A second data update requesting means for requesting an update of a value of new data requested to be registered by the data registration requesting means when the first data update requesting means requests an update of a value of registered data; Program to function as.
JP2019142256A 2015-12-28 2019-08-01 Servers, information processing equipment, processing methods and programs Active JP6997387B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021201591A JP7260813B2 (en) 2015-12-28 2021-12-13 Program, control method and information processing device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015257244 2015-12-28
JP2015257244 2015-12-28

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2016251312A Division JP6565894B2 (en) 2015-12-28 2016-12-26 Server, information processing apparatus, processing method, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021201591A Division JP7260813B2 (en) 2015-12-28 2021-12-13 Program, control method and information processing device

Publications (2)

Publication Number Publication Date
JP2020004423A true JP2020004423A (en) 2020-01-09
JP6997387B2 JP6997387B2 (en) 2022-01-17

Family

ID=59272263

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2016251312A Active JP6565894B2 (en) 2015-12-28 2016-12-26 Server, information processing apparatus, processing method, and program
JP2019142256A Active JP6997387B2 (en) 2015-12-28 2019-08-01 Servers, information processing equipment, processing methods and programs
JP2021201591A Active JP7260813B2 (en) 2015-12-28 2021-12-13 Program, control method and information processing device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2016251312A Active JP6565894B2 (en) 2015-12-28 2016-12-26 Server, information processing apparatus, processing method, and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2021201591A Active JP7260813B2 (en) 2015-12-28 2021-12-13 Program, control method and information processing device

Country Status (1)

Country Link
JP (3) JP6565894B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7187807B2 (en) * 2018-04-10 2022-12-13 富士フイルムビジネスイノベーション株式会社 Information processing device and program
JP7316060B2 (en) * 2019-02-26 2023-07-27 株式会社日立製作所 Application screen display program implementation method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169717A (en) * 2000-12-01 2002-06-14 Hitachi Ltd Centralized master management system
US20070127426A1 (en) * 2005-10-26 2007-06-07 Watters Andrew P Development environment

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2546101B2 (en) * 1992-03-11 1996-10-23 日本電信電話株式会社 Distributed database update method
JP3484440B2 (en) * 1993-06-30 2004-01-06 日本電信電話株式会社 Distributed database update method
JPH09212350A (en) * 1996-01-31 1997-08-15 Toshiba Corp Application development system and method therefor
JP3476338B2 (en) * 1996-09-09 2003-12-10 富士通株式会社 Information processing apparatus and computer-readable recording medium recording information processing program
JP3373129B2 (en) * 1997-03-07 2003-02-04 日立ソフトウエアエンジニアリング株式会社 Program development support method
JPH11102315A (en) * 1997-09-29 1999-04-13 Mitsubishi Electric Corp System and method for mirroring
JP2000020374A (en) * 1998-07-01 2000-01-21 Nec Corp Replication control system
US20060212530A1 (en) * 2005-03-21 2006-09-21 Dexterra, Inc. Adapter architecture for mobile data system
JP4574654B2 (en) * 2007-08-13 2010-11-04 富士通株式会社 Personal information management apparatus, personal information management method, recording medium, and program
JP4907610B2 (en) * 2008-07-29 2012-04-04 日立オートモティブシステムズ株式会社 Software configuration management method and system
JP2010225015A (en) * 2009-03-25 2010-10-07 Hitachi Software Eng Co Ltd Job management system
US20150100946A1 (en) * 2013-10-08 2015-04-09 Frank Brunswig Using mock data to validate applications
JP6281239B2 (en) * 2013-10-25 2018-02-21 日本電気株式会社 Program development support apparatus and method
JP5928555B2 (en) * 2014-10-30 2016-06-01 キヤノンマーケティングジャパン株式会社 Information processing system, information processing method, and computer program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169717A (en) * 2000-12-01 2002-06-14 Hitachi Ltd Centralized master management system
US20070127426A1 (en) * 2005-10-26 2007-06-07 Watters Andrew P Development environment

Also Published As

Publication number Publication date
JP2022022451A (en) 2022-02-03
JP7260813B2 (en) 2023-04-19
JP2017120643A (en) 2017-07-06
JP6565894B2 (en) 2019-08-28
JP6997387B2 (en) 2022-01-17

Similar Documents

Publication Publication Date Title
JP7260813B2 (en) Program, control method and information processing device
JP6558358B2 (en) Server, information processing apparatus, processing method, and program
JP6098685B2 (en) Workflow system, workflow system control method and program, workflow server, workflow server control method and program
JP2019128859A (en) Information processing device
JP6836077B2 (en) Information processing device and its processing method and program
JP2010140257A (en) Information processor and information processing method
JP2021039624A (en) Information processing device and information processing system
JP2016173773A (en) Workflow system, workflow system processing method, and program
JP2019101602A (en) Information processing system, and processing method and program thereof
JP5402916B2 (en) File management apparatus, and control method and program thereof.
JP6206463B2 (en) Information processing apparatus, control method and program thereof, and information processing system, control method and program thereof
JP6609906B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP6845437B2 (en) Information processing device and its processing method and program
JP6505154B2 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM
JP6505178B2 (en) Server apparatus, information processing method, and program
JP6412047B2 (en) Information processing apparatus, information processing method, and program
JP2015111413A (en) Information processing system, method for controlling information processing system, and program
JP5831571B2 (en) Information processing apparatus, control method thereof, and program
JP6021558B2 (en) Server device, terminal device, information processing method, and program
JP6303445B2 (en) Electronic form system, form retrieval apparatus, control method, and program
JP2019091415A (en) Program, information processing apparatus, and processing method thereof
JP2012053604A (en) Information processor, information processing method, information processing system, program and recording medium
JP2017107268A (en) Information processing apparatus, processing method, and program
JP2020107020A (en) Program, information processor, and processing method
JP2018110033A (en) Electronic business form system, business form retrieving apparatus and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201110

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210112

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210525

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210721

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: 20211116

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211129

R151 Written notification of patent or utility model registration

Ref document number: 6997387

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250