Related links
Framework Core functionality
- Client-defined object attributes
- Common Libraries
- Default server methods
- Export collection of objects
- AyMINE Framework Server
- The AyMINE licence model
- System Rights
- Import collection of objects
- Multi tenant Architecture
- Strings and translations
- Event-based architecture
- System messaging
- User sessions
- User defined fields
Libraries & Lincences
Module - support for management
Front-End Scripting
System Management
Task Management Module
Task & Task pattern
Mobile & Web Application
- clientprogramming_fevaldataobject
- userinterface-objectstructure
- cliplink
- npmlibraries
- fclip
- drag-drop
- AyMINE Application
- objectdefinition_inlineedit
- npmlibraries_stringlibrary
- clientprogramming
- mobileapplication
- languagesupport
- objectdefinition_multiupdate
- clientprogramming_fevalglobal
- clientprogramming_fevallanguage
- clientprogramming_fevaluser
- objectdefinition_viewdefinition
- offlineobjects
- System console
- Runtime debugging
- objectdefinition_detailview
CMS - Content Management & Web API services
FI - Finance Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partHR - Human Resources
User Reminder
Technical and implementation notes to the user reminder implementation
Implementation notes
Calling object in detail
The object is open by the command:{"name":"Object","type":"view","box":2, "a":"=``form.${obj.objectName}.detail(oID=@objectID,purpose=subView)``"}
but the command use objectName and objectID that are not universal attributes. They are created by univDetail specifically for reminders. Do not use it as a example for other purposes, it won't work
Message content
Message contains link to open the AyMINE – implemented due to the business request.
Sending message to email
Single message is never send more than once – author cannot force repeatable sending
Time to send message to the email
Message is sent in the time defined in the message content or as soon as possible after this time – as soon as arise event that starts the process.