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
  • 1. Run Sync-Server
  • 2. Open Agent page
  • 3. Open Client page
  • 4. Start Synchronization
  • Agent menus
  • 5. Help the client user fill out forms
  • Guide mode
  • Comment mode
  • Hand Mode

Was this helpful?

  1. Server Developer
  2. Sync Server

Sample Application

PreviousSSL configrationNextImplementation

Last updated 3 years ago

Was this helpful?

1. Run Sync-Server

First of all, make sure that the Sync Server is alive and the inbound port is open.

2. Open Agent page

First, you need to open the agent page on the desktop. You can use HTML5 or ActiveX viewer on the desktop, However, please note that the ActiveX viewer only works with the IE browser.

  • HTML5 viewer with any browser

  • Enter the client User ID and click the Connect button.

  • When the connection is successful, it should be in listening status.

3. Open Client page

Open the client page with a desktop or mobile browser. You can use:

  • HTML5 viewer with a desktop or mobile browser.

  • Enter the same client User ID and click the Connect button.

  • When the connection is successful, it should be in listening status.

4. Start Synchronization

The agent user clicks the Start Sync button and then the same form will be shown to both the agent and client viewer.

Agent menus

Button

Description

Connect

Join the chat room

Start Sync

Open forms on both agent and client viewers and start synchronization

Enable Input

Allow the client to enter data

Disable Input

Disallow the client to enter data

Submit

In this example, show the input data in JSON and save the form as a PDF on the client.

You will need to send the data and PDF back to the server in real situations.

Stop Sync

Close the viewer on the client

Disconnect

Leave the chat room

5. Help the client user fill out forms

  • Focusing on the target component

  • Activating the target component

    • OZ Mobile App client: All component types will be activated

    • Browser client: SignPad will be activated

  • Set background-color of the target component

  • Draw shapes on the forms with the Pen or Highlighter

  • Allow the agent user to enter data

Guide mode

Comment mode

Hand Mode

🌈
agent-html.html
client-html.html