Difference between revisions of "Field:currency id@FP events"
(Created page with "{{Field-infobox |Field-name=currency_id |Field-module=FP_events |Field-type=currency_id |Field-label=Currency |Field-vname=LBL_CURRENCY |Field-required=No |Field-editable=No |...") |
|||
Line 16: | Line 16: | ||
|Field-options-name= | |Field-options-name= | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |Short Description= | + | |Short Description=An id of the currency which is selected in the record |
}} | }} | ||
Latest revision as of 22:09, 29 September 2019
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 |
Contents
Notes
An id of the currency which is selected in the record
Related Features
Affected by
Initiating
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