OZ e-Form Developer
  • OZ e-Form Concepts
  • 🌈e-Form DEVELOPER
    • Day 1: Welcome On Board
      • About Course
      • Preparations
      • OZ e-Form Overview
    • Day 2: e-Form Design
      • Designer Environments
      • e-Form Layout Structure
      • e-Form Components
      • e-Form From Documents
      • Preview / Export / Save
      • Hands-on Practice
    • Day 3: Dynamic e-Form
      • e-Form Scripting Guide
      • Hands-on Practice
      • Advanced Features
    • Day 4: e-Form Application
      • Server Deployment
      • Viewer In HTML
      • Viewer APIs
      • Prefilling e-Form
      • Submitting e-Form
      • Sending MemoryStream
    • Get Your Certificate
    • Design Guide
      • Dialogue Flow
        • Overview
        • Creating Dialogue Flow
        • Uploading e-Form to Server
        • Running Dialogue Flow
        • Group and Statement
        • Custom Styling
      • Multilingual e-Form
      • Miscellaneous
      • Videosign
        • Videosign User Guide
      • OZ Verifier
        • OZ Verifier Introduction
        • Implementation and Use
        • Requirements
      • HTML5 Editor
        • HTML5 Editor Introduction
        • HTML Editor
        • Requirements and Sample
    • Day 5. Server & Reporting
  • 🌈Server Developer
    • OZ Server Console
    • OZ Scheduler
      • Features
      • Installing OZ Scheduler
      • Scheduler Task
    • Binding & Exporting
      • Overview
      • Export API Example
        • Extract Input Data
        • Export with OZ Server
        • Export with Scheduler
        • Export with Scheduler Task
    • Repository Server
    • Sync Server
      • Overview
      • Installing Sync-Server
        • SSL configration
      • Sample Application
      • Implementation
    • QR Link Mobile Sign
  • 🌈Report Developer
    • Overview
      • About Course
      • Preparation
      • Report Designer Overview
    • Query Design
      • Database Connection
      • Designer Environment
      • Dataset Design
    • Report Design
      • Designer Environment
      • Components
      • Table
      • Master-Detail
      • ODI Parameter
      • CrossTab
      • Chart
  • 🌈MOBILE DEVELOPER
    • Android Native
    • iOS Native
    • TOTO Framework
      • TOTO Overview
      • Sample App Overview
      • Server Application
      • Android Project
  • ⬇️Product Downloads
  • 📚 Product Documentation
  • 📕Technical Guide
  • ⚛️ ReactJS Integration
Powered by GitBook
On this page
  • Features
  • OZ Sync-Server enables your application to:
  • Controlling over the client viewer
  • Help the client user fill out forms correctly
  • Configuration Options
  • Structure

Was this helpful?

  1. Server Developer
  2. Sync Server

Overview

Features

OZ Sync-Server enables your application to:

  • Open the same e-Form on the desktop agent viewer and multiple Client viewers on desktop or mobile devices

  • Synchronize input data between the agent viewer and client viewers.

Controlling over the client viewer

The agent viewer can control the behaviors of the client viewer such as:

  • Enabling and disabling the client's input

  • Move focus to a specific component

  • Closing the client viewer.

Help the client user fill out forms correctly

The agent user can help the client user fill out the form correctly by:

  • Using Pen or Highlighter pen

  • Moving the focus to the next field and activating the input field so that the client user can enter data correctly.

Configuration Options

Any agent and client combination works fine.

Structure

  • The Sync-Server consists of EPG (Event Push Gateway) and DBS (Database Server).

  • The Sync-Server does synchronization between the agent and client viewer.

  • Value and focus events are exchanged by messages.

  • Each viewer gets events and triggers the onExternalEvent of the e-Form to synchronize events.

  • OZ e-Form Server and Sync-Server can run on the same server or different servers.

PreviousSync ServerNextInstalling Sync-Server

Last updated 3 years ago

Was this helpful?

🌈