Field:currency id@TermsOfEmployment

From MintHCM Wiki

Terms of Employment - Currency

Name currency_id
Module Terms of Employment
Type currency_id
Label Currency
VName LBL_CURRENCY
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

An id of the currency which is selected in the record


Affected by

Initiating


Dev Notes


Location and Code definition

modules/TermsOfEmployment/vardefs.php

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



Missing User input


Affected by

Initiating