Related links
Framework Core functionality
- AyMINE Framework Server
- The AyMINE licence model
- Configuration of the user-defined fields
- Client-Defined attributes
- Server scripting & Automation
- Strings and translations
- User sessions
- Import collection of objects
- Multi tenant Architecture
- Export collection of objects
- System messaging
- System Rights
- File Management with End-to-End Encryption
- Server configuration for large files
SOA / Event Management
Support for Service Object Architecture and Internal Event ManagementReleases
Module - support for management
Front-End Scripting
System Management
- SaaS Management Module
- System Module Release Overiew
- Management of the SaaS service client
- Encryted wallet storing access keys for data vault
- Definition and Management users in the SaaS system
- Management of the system users
- System right management
- System role is how user administrator sets the rights
- File access, storing and locking
- Communication geateways
- Private Object Marks, Sign & Notes
Task Management Module
- About TSK module
- Support for voting and decision management
- Support and implementation notes for FMEA
- Support for the Methodology Management
- Project Methodology Support
- Project Roles - Data model and implementation notes
- Actions and Meeting Agenda
- Description of person and supplier competencies
- Business event
- Problem & Helpdesk management support
- TSK Module releases
- User Reminder
Task & Task pattern
Mobile & Web Application
- Client-Side Scripting using API
- Application Object Structure
- Clipborad Link - Cliplink
- fclip
- drag-drop
- AyMINE Application
- objectdefinition_inlineedit
- clientprogramming
- mobileapplication
- languagesupport
- objectdefinition_multiupdate
- Object API – object <g>
- clientprogramming_fevallanguage
- clientprogramming_fevaluser
- objectdefinition_viewdefinition
- offlineobjects
- System console
- Runtime debugging
- objectdefinition_detailview
CMS - Content Management & Web API services
FI - Finance Management
CRM - Customer-Relationship Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partScripting in the web generators
Web script supports generation of a web page or generation of a single page block
Script rules are valid both for script defined in the separate entity webExecSccript as well as scripts directly assigned to a single web page.
Script definition & call
Script call
Script can be in any language supported by server. List of languages depends on the server configuration.
Script call is processed by the universal backEnd command processor.
Only users with system administration are allowed to link the web page with server-defined method. Field with the link to the sever script is not visible for non-trusted user so they cannot break page configuration.
Access server content
Script can access system content using the system API.
System support API in three forms
- WEB microservices,
- Internal messaging system,
- Server objects API
Script can never directly access information (data) or files stored in the system.
Web page script deployment
Script that generates pages are published as a part of the the system module. They relate to a single module and only the module-responsible person is allowed to publish their new scripts or thier modifications.
For safety reasons, script cannot be uploaded via the web interface.