Field:currency id@FP events

From MintHCM Wiki

Events - Currency

Name currency_id
Module Events
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/FP_events/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, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 36, 'size' => '20', 'dbType' => 'id', 'studio' => 'visible', 'function' => array( 'name' => 'getCurrencyDropDown', 'returns' => 'html', 'onListView' => true, ), ),



Missing User input


Affected by

Initiating