Related links
CMS - Content Management & Web API services
FI - Finance Management
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
Libraries & Lincences
Module - support for management
Front-End Scripting
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
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partSystem Management (part of framework)
Task, Project, Quality
Task & Task pattern
frmFrm – provided functionality
frmFrm is basic framework library with universally usable functions.
Reminder: Description on this page is not complete; check function definition directly in the actual version of the library to get the actual state.
objDesc(objName=,objID=,retValName?=)
Method returns object description. Method trusts the SQL server objDesc method that should support the object.
Method checks user rights – user should have right to read the object to get the description
Example
"title":"=g.joinSpace(lang.get('ffoBar.plural'), '@fAttr.whoName')",
"methods":{
"fooName":"server.frmFrm.objDesc(objName=fooBar,objID=@fAttr.sysUserID)"
},
Attributes
- objName – name of the object to get the description
- objName – id of the object to get the description
- retValName – optional, when provided, return value is returned in the attribute with name from this parameter. When retValName attribute is not provided, values is returned in the message value – default value used in the methods (see the example)