Give us contact

Do you prefer to ask us directly?

Call us +420 605 203 938 (the Czech Republic)

or use this contacts

AyMINE

Related links


FI - Finance Management

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)