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

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 

}