Field:currency id@DelegationsLocale

From MintHCM Wiki

Revision as of 20:05, 29 September 2019 by FoxBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Delegations Locale - Currency

Name currency_id
Module Delegations Locale
Type id
Label Currency
VName LBL_CURRENCY
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
Options List Name
Needs Validation No

Notes

An id of the currency which is selected in the record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/DelegationsLocale/vardefs.php

'currency_id' => array( 'required' => false, 'name' => 'currency_id', 'vname' => 'LBL_CURRENCY', 'type' => 'id', 'massupdate' => 0, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => 0, 'audited' => true, 'reportable' => true, 'unified_search' => false, 'len' => 36, 'size' => '20', 'studio' => 'visible', 'function' => array( 'name' => 'getCurrencyDropDown', 'returns' => 'html', ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles