Field:currency name@Recruitments
From MintHCM Wiki
|
Recruitments - LBL_CURRENCY_NAME | |
|---|---|
| Name | currency_name |
| Module | Recruitments |
| Type | relate |
| Label | LBL_CURRENCY_NAME |
| VName | LBL_CURRENCY_NAME |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Recruitments/vardefs.php
'currency_name' => array( 'name' => 'currency_name', 'rname' => 'name', 'id_name' => 'currency_id', 'vname' => 'LBL_CURRENCY_NAME', 'type' => 'relate', 'isnull' => 'true', 'table' => 'currencies', 'module' => 'Currencies', 'source' => 'non-db', 'function' => array( 'name' => 'getCurrencyNameDropDown', 'returns' => 'html' ), 'studio' => 'false', 'duplicate_merge' => 'disabled', ),
Missing User input