Field:currency id@DelegationsLocale
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 |
Contents
[hide]Notes
An id of the currency which is selected in the record
Related Features
Affected by
Initiating
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