ISM Manual
  • Overview
  • Features
  • Components
  • Directory Structure
  • Startup/Shutdown
  • ISM Admin UI
    • Dashboard
    • Flow
    • Job
      • Schedule
    • Channel
      • AMQP
      • Mqtt
      • sFTP
    • Interface
      • System
      • Data Structure
      • Field Group
      • Field
    • Web Service
    • Utility
    • Admin
    • Result
  • Tasks
    • Control Task
      • Route
      • Split/Join
      • Mapping
    • FTP
      • FTP Input
      • FTP Output
      • FTP Transfer
    • DB
      • SQL Executor
      • SQL Batch Executor
    • File
      • File Input
      • File Output
      • File Validator
      • Record Extractor
    • Excel
      • Excel Reader
      • Excel Writer
    • Flow
      • Flow Execution
      • Wait Sub
    • Web Service
      • REST Client
      • Web service Client
    • PGP
      • Encrypt
      • Decrypt
    • Cloud
      • SharePoint
      • Amazon S3
      • Google Cloud Storage
    • Others
      • Email Sender
      • LDAP Client
      • Function
      • Script
      • Java Class
  • REST Service
  • Trouble Shooting
  • Logging Configuration
  • Implementing a Task
  • Custom Class
  • Frequently Asked Questions (FAQ)
    • What is XNARUM Integration Service Mastery (ISM)?
    • What is the purpose of XNARUM?
    • Can XNARUM be customized to specific integration requirements?
    • Is XNARUM scalable?
    • Does XNARUM provide support and maintenance?
Powered by GitBook
On this page
  1. ISM Admin UI
  2. Interface

Field Group

PreviousData StructureNextField

Last updated 1 year ago

Field group is a group of fields. Field group can be generated from excel, database, and manually.

Excel and database are same as data structure.

Manual

To create a field group manually, fields must be generated before field group.

1) Click Add Field button.

2) Double click a field.

3) Selected field is displayed in the field list.

Each field in the field list can be edited or moved.

  1. Choose a field from field list

  2. Delete a field

  3. Move up a field

  4. Move down a field.

Each field can be edited in field group menu. Click the field id, then field editor popup is displayed.

The fields in a field group have these properties.

Property
Description

Nullable

This property is used to set null data to columns for database operation.

If nullable, null value is set. Otherwise, an exception is thrown.

Key

If this property is yes, this field is used as one of key columns for update/delete/select operations.

SQL Function

If this property is yes, the value of this field treated as an SQL function.

Graphical user interface, application

Description automatically generated