Related links
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partFI - Finance Management
Framework Core functionality
- AyMINE Framework Server
- frmFrm – provided functionality
- System Rights
- System messaging
- AyMINE Business – Price calculation
- Strings and translations
- Export collection of objects
- AyMINE Framework management FAQ
- The AyMINE licence model
- AyMINE On-premise
- System events
- Mutli-client architecture
- Import collection of objects
- User sessions
- Default server methods
- Client-defined object attributes
- Common Libraries
Module - support for management
Libraries & Lincences
Mobile & Web Application
- Runtime debugging
- System console
- AyMINE Application
- In-line table edit support
- Object scripting API – object lang
- Application object structure
- Multilingual support
- View of a single object – detail
- Is using EVAL / feval method risky?
- Included library – String operations
- Cliplink
- Object API – object <g>
- API – Data object
- Object scripting API – object User
- Object view definition
- Framework support for Drag & Drop
- Common libraries
- Multiple-object update implementation
- fClip & fCliplist
- Offline persistent objects
- Mobile application
HR - Human Resources
System Management (part of framework)
Task, Project, Quality
Task & Task pattern
CMS - Content Management & Web API services
Scripts
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.
Create a script
Script language
Script can be in any language supported by server. List of languages depends on the server 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 page shall always be stored in the client local script directory. It can never be elsewhere because of the calling script protection.
For safety reasons, script cannot be uploaded via the web interface and only system administrators with appropriate access certificate can upload scripts.