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
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)