Wird geladen ......
-
Sales & Marketing
- System requirements
- Language support
- S&M (win)
-
S&M (web)
- System requirements
- Web Extensions
-
Install Sales & Marketing web
- Setup 6.web Batch Task Server
- Old 6.web info to update
- Deployment Architecture and Considerations
- Outlook or Notes Mail link web
- Setup .web and reports
- Scripting in web client
- The web.config file
- Troubleshooting
- IIS Compression in IIS6.0
- Pre-installation task
- Install 7.web
- SuperOffice authentication only
- Single sign-on
- Per-folder security setup
- Support for HTTPS
- Upgrade
- Exposing Web Services
- eLearning
- Audience
- Mail link
- Modules/Add-ons
- Compatibility reports
- Locate the problem
- info doc testing
- info doc testing 2
- Info doc testing 3
- Acceptance 5 info doc 1
- Acceptance info doc
Wird geladen ......
-
Menü
-
Sales & Marketing
- System requirements
- Language support
- S&M (win)
-
S&M (web)
- System requirements
- Web Extensions
-
Install Sales & Marketing web
- Setup 6.web Batch Task Server
- Old 6.web info to update
- Deployment Architecture and Considerations
- Outlook or Notes Mail link web
- Setup .web and reports
- Scripting in web client
- The web.config file
- Troubleshooting
- IIS Compression in IIS6.0
- Pre-installation task
- Install 7.web
- SuperOffice authentication only
- Single sign-on
- Per-folder security setup
- Support for HTTPS
- Upgrade
- Exposing Web Services
- eLearning
- Audience
- Mail link
- Modules/Add-ons
- Compatibility reports
- Locate the problem
- info doc testing
- info doc testing 2
- Info doc testing 3
- Acceptance 5 info doc 1
- Acceptance info doc
-
Sales & Marketing
Scripting in web client
Aktualisiert am 2. Juli 2019
Functionality overview
• high level scripting
• text files or DLLs
• Quick edit/refresh/retry cycle – i.e. able to re-load script easily – without restarting
We support
VB.net and C# in the first release – either as source files or as compiled DLLs
We do not support
• VBScript / Javascript through the old COM script control that we use in the windows client.
• The old .net VSA scripting system (JScript.net)
• VSTA – Visual Studio Tools for Applications – the .net replacement for the old VBA system
• Boo or other custom languages
The first version of the scripting support will not support user interaction and will only cater for database-independent data triggers for modifications performed through the service layer.
Setting up scripting
When installing .web a scripting section is added to the SuperOffice Product Configuration application. If upgrading from a previous version, make sure you run the configuration.
The configuration options are:
• Enabling scripting overall.
• The path to the folder where the scripts are stored.
• The timeout limit is the allowed time on sync scripts. Asynchronous scripts are not affected by the limit.
• The Script violation limit is the number of times a script can violate the time limit before being disabled.
This will add a new section in web.config
Script error logging, tracing
Script compilation errors are logged using the normal logging features.
Runtime errors are logged using the normal logging features.
Register scripts
To enable your script simply drop the script files (or assemblies) in the script folder. Remember to flush in order to get .web aware of the new scripts.dll
For more information regarding scripting with .web, visit DevNet
Fanden sie diese information hilfreich?