Field:currency id@Candidatures
From MintHCM Wiki
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