Related links
Front-End Scripting
CMS - Content Management & Web API services
Task, Project, Quality
Task & Task pattern
System Management (part of framework)
HR - Human Resources
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
Framework Core functionality
- prices
- managementfaq
- prices_private-installation
- clientdefinedattributes
- phplibraries
- servermethods
- io_export
- AyMINE Framework Server
- The AyMINE licence model
- System Rights
- servermethods_frmfrm
- io_import
- multiclient-architecture
- servermethods_stringsandtranslations
- frmevent
- System messaging
- usersessions
- User defined fields
Libraries & Lincences
Module - support for management
FI - Finance Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partObject 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
}