Difference between revisions of "Field:currency id@Candidatures"
From MintHCM Wiki
(Created page with "{{Field-infobox |Field-name=currency_id |Field-module=Candidatures |Field-type=id |Field-label=Currency |Field-vname=LBL_CURRENCY |Field-required=No |Field-editable=No |Field-...") |
|||
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 21:59, 29 September 2019
Candidatures - Currency | |
---|---|
Name | currency_id |
Module | Candidatures |
Type | id |
Label | Currency |
VName | LBL_CURRENCY |
Required | No |
Editable | No |
Visible | No |
Reportable | No |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
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/Candidatures/vardefs.php
'currency_id' => array( 'name' => 'currency_id', 'type' => 'id', 'group' => 'currency_id', 'vname' => 'LBL_CURRENCY', 'function' => array('name' => 'getCurrencyDropDown', 'returns' => 'html'), 'reportable' => false, 'comment' => 'Currency used for display purposes' ),
Missing User input