Field:currency id@Delegations
|
Delegations - Currency | |
|---|---|
| Name | currency_id |
| Module | Delegations |
| 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
Notes
An id of the currency which is selected in the record
Related Features
Affected by
Initiating
Location and Code definition
modules/Delegations/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, 'len' => 36, 'size' => '20', 'studio' => 'visible', 'function' => array( 'name' => 'getCurrencyDropDown', 'returns' => 'html', ), 'vt_calculated' => 'related(@currency_id,#delegationslocale)' ),
Missing User input