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
Object scripting API – object lang
Object evalGlobalObj defines functionality available for the object scripting using the lang object.
Usable only in the application (locally processed) scripts. All data in the lang module are strictly read only.
All definitions are in the TypeScript latest edition.
class evalProvObj {
readonly provider: iresProvider
readonly thisFieldName: string
/** Returns name of the field from which the evaluation is called */
get me(): string
/** Returns translations from the filed that has the same name as this one but with appendix
* @example meadd('_header') called in the field 'Mine' returns translation from Mine_add
*/
getApp(appendix: string): string
/** Returns translation or other provider source */
get(what: string): string
}