
Prototype OyezForms Client for Cloud-based software
See also:
This page documents a prototype OyezForms client for saving into a cloud-based case or document management system (CBS). The intention is to provide a base for further adaption, and to limit the amount of client-side development required. Contact support for further input.
An .osf file is an xml-based instruction set associated with a locally installed exe (oyezcc.exe). The .olf file format is the proprietry OyezForms document format.
Functionality covered
Creating new form, prefilling case data to form fields. |
|
User editing, and saving back into cloud software. |
|
Opening existing form from cloud software. |
|
Sending form title, and field structure to cloud software for use in mapping creation. |
|
Functionality not covered
Checking-in locally-created ad-hoc forms to CBS. |
|
'Deep Security'. |
|
To set up
- Install Oyez Cloud Client msi
- Delivers OyezCC.exe
- Associates .osf extension with OyezCC.exe
- Registers OyezCCcom.dll for COM automation
- Paste this configuration into your
\oyezfrms.cfg file to create a custom menu item (mapping targets upload). - Paste this application-level macro via ADMIN>MACROS. (see application-level macros)
- Desirable: configure your browser to use OS associations to auto-run .osf & .olf files.
Without further configuration, you can add follow a single form's life-cycle via the two links in 'Live Demo', below (create/open). To configure for your system, alter the constants at the top of the macro.
Live demo
|
|
Resources
View the .osf files xml content
View xml generated by OyezForms to describe field mapping targets
View xml generated by OyezForms to upload base-64 encoded .olf file.
View server-side code handling olf upload
Download zipped source code for oyezcc.exe and oyezcccom.dll (c#)