Difference between revisions of "OS4X client-side plugin philosophy"

From OS4X
Jump to navigation Jump to search
(New page: == Abstract == With the local processing ability of OS4X Webaccess, you can do the following: *dynamically retrieve locally available environments *list a structured hierarchy of directory...)
 
Line 6: Line 6:
 
*export selected (single or multiple) files with a configured program or script
 
*export selected (single or multiple) files with a configured program or script
 
*grab the created files, upload it to an outgoing send job, keeping the log output for every file for possibly later processing
 
*grab the created files, upload it to an outgoing send job, keeping the log output for every file for possibly later processing
 +
 +
From end-user's view, the selection works as follows:
 +
#Select environment (''last selected environment is saved and pre-selected in future calls'')
 +
#Search and select DLName
 +
#Search and select file(s) for export
 +
#Start export process
 +
 +
In case of success, the output file(s) will be added to the send job, in case of error an error message shows the output of the process.
 +
 +
All scripts/programs for every situation can be located on a defined web position (http(s) URL) or available at a local or remote path.
 +
 +
== Requirements ==
 +
For this functionality, you need:
 +
*OS4X Webaccess Webbrowser plugin version 1.4.0 and up
 +
*Configured environemnt for local processing
 +
**All commands must be configured for the used environment in the used operating system
 +
 +
Supported operating systems:
 +
*Windows
 +
*Linux
 +
*Mac OS X
 +
*generic "other" operating systems, addressed via "unsupported operating system"
 +
 +
Executability of the configured programs/scripts must be given.

Revision as of 13:46, 18 October 2013

Abstract

With the local processing ability of OS4X Webaccess, you can do the following:

  • dynamically retrieve locally available environments
  • list a structured hierarchy of directory with aliases within a selected environment, sourcing them locally in the context of the logged in user in the client machine
  • list content of the selected directory, offerung filtering and file type selection
  • export selected (single or multiple) files with a configured program or script
  • grab the created files, upload it to an outgoing send job, keeping the log output for every file for possibly later processing

From end-user's view, the selection works as follows:

  1. Select environment (last selected environment is saved and pre-selected in future calls)
  2. Search and select DLName
  3. Search and select file(s) for export
  4. Start export process

In case of success, the output file(s) will be added to the send job, in case of error an error message shows the output of the process.

All scripts/programs for every situation can be located on a defined web position (http(s) URL) or available at a local or remote path.

Requirements

For this functionality, you need:

  • OS4X Webaccess Webbrowser plugin version 1.4.0 and up
  • Configured environemnt for local processing
    • All commands must be configured for the used environment in the used operating system

Supported operating systems:

  • Windows
  • Linux
  • Mac OS X
  • generic "other" operating systems, addressed via "unsupported operating system"

Executability of the configured programs/scripts must be given.