Glossary for intra-mart¶
Various terms that appear in intra-mart documents are explained here.
Related to IM-FormaDesigner for Accel Platform¶
- Detail table
- This table is for application of IM-FormaDesigner to be created in database for storing the data entered in screen item “Detail table” placed in main form.Header table can be acquired by collecting the data entered in main form by joining similar key items (Data registration ID: imfr_sd_insert_id).
- Header table
- This table is for application of IM-FormaDesigner to be created in database for storing the input data of screen item placed in main form.The input data to be managed in header table is the value entered or selected for the screen items that meet the following conditions.(1) Type of screen item is other than “Detail table”(2) Value of “Add to DB” item of property of screen item is valid (Checkbox is ON)
- Main form
- This is a form to create table. Header table, Detail table of application are created based on the settings of main form.
- Query
- It saves the command to search data from the database as a statement.In IM-FormaDesigner, various data can be displayed in the created application using queries.
Related to IM-Workflow¶
- Contents definition
- This function configures the screen part of IM-Workflow.It is possible to set the screen to be displayed during application and approval, program to be operated in each workflow processing and the conditions for branching during flow processing (Rule definition).
- Flow definition
- This function combines contents definition and route definition of IM-Workflowand performs workflow processing.Set in case of referring both contents definition and route definition (Append setting etc.).
- Job property
- Set such that the value entered on application/approval screen in IM-Workflowcan be used in branching condition of flow and process notification mail body.
- Route definition
- This function configures the processing flow (Flow) of IM-Workflow.Application, approval and branching/synchronous settings and process target user of each process can be set.
Related to intra-mart Accel Platform¶
- Locale
- “Locale” in intra-mart Accel Platform indicate the settings of the language to be displayed. In intra-mart Accel Platform , Japanese, English and Chinese language is supported as the standard locale setting.
- Login group DB
- Name is changed to Tenant DB by intra-mart Accel Platform.
- Shared DB
- Shared DB (Shared database) is used in case of using multiple databases in one login group or in case of using single database in multiple login groups. It was called as “System DB” in version 7.2.
- System DB
- Name is changed to shared DB by intra-mart Accel Platform. System DB in IM-FormaDesigner is a database to manage the information related to tenant management information and tenant environment setup within the system and for system management of intra-mart Accel Platform.
- Tenant DB
- Tenant DB (Tenant database) is the default database of login group. Only 1 is set for each login group. This database was called as “Login group DB” in version 7.2.